Page MenuHomeHEPForge

EvtBToPlnuBK.hh
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

EvtBToPlnuBK.hh

/***********************************************************************
* Copyright 1998-2020 CERN for the benefit of the EvtGen authors *
* *
* This file is part of EvtGen. *
* *
* EvtGen is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* EvtGen is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. *
***********************************************************************/
#ifndef EVTBTOPLNUBK_HH
#define EVTBTOPLNUBK_HH
#include "EvtGenBase/EvtDecayAmp.hh"
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
#include "EvtGenBase/EvtSemiLeptonicFF.hh"
#include <memory>
class EvtParticle;
// Description: B->Xu l nu with BK (Becirevic-Kaidalov) parametrization
// Xu is a pseudoscalar (pi_plus,pi0,eta or eta_prime)
class EvtBToPlnuBK : public EvtDecayAmp {
public:
std::string getName() override;
EvtBToPlnuBK* clone() override;
void init() override;
void initProbMax() override;
void decay( EvtParticle* p ) override;
private:
std::unique_ptr<EvtSemiLeptonicFF> BKmodel;
std::unique_ptr<EvtSemiLeptonicAmp> calcamp;
};
#endif

File Metadata

Mime Type
text/x-c
Expires
Tue, Sep 30, 5:44 AM (5 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6478016
Default Alt Text
EvtBToPlnuBK.hh (1 KB)

Event Timeline