Changeset View
Changeset View
Standalone View
Standalone View
EvtGenModels/EvtVtoSll.hh
Show All 26 Lines | |||||
class EvtVtoSll : public EvtDecayAmp { | class EvtVtoSll : public EvtDecayAmp { | ||||
public: | public: | ||||
std::string getName() override; | std::string getName() override; | ||||
EvtDecayBase* clone() override; | EvtDecayBase* clone() override; | ||||
void initProbMax() override; | void initProbMax() override; | ||||
void init() override; | void init() override; | ||||
void decay( EvtParticle* p ) override; | void decay( EvtParticle* parent ) override; | ||||
protected: | |||||
void calcAmp( const EvtParticle& parent, EvtAmp& amp ) const; | |||||
private: | |||||
static constexpr double m_poleSize{ 0.00005 }; | |||||
bool m_electronMode{ false }; | |||||
}; | }; | ||||
#endif | #endif |