BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtSVSCPLH Class Reference

#include <EvtSVSCPLH.hh>

Inheritance diagram for EvtSVSCPLH:

Public Member Functions

 EvtSVSCPLH ()
virtual ~EvtSVSCPLH ()
void getName (std::string &name)
EvtDecayBaseclone ()
void initProbMax ()
void init ()
void decay (EvtParticle *p)
Public Member Functions inherited from EvtDecayAmp
void makeDecay (EvtParticle *p)
void setWeight (double weight)
void vertex (const EvtComplex &amp)
void vertex (int i1, const EvtComplex &amp)
void vertex (int i1, int i2, const EvtComplex &amp)
void vertex (int i1, int i2, int i3, const EvtComplex &amp)
void vertex (int *i1, const EvtComplex &amp)
virtual ~EvtDecayAmp ()
Public Member Functions inherited from EvtDecayBase
virtual std::string commandName ()
virtual void command (std::string cmd)
double getProbMax (double prob)
double resetProbMax (double prob)
 EvtDecayBase ()
virtual ~EvtDecayBase ()
virtual bool matchingDecay (const EvtDecayBase &other) const
EvtId getParentId ()
double getBranchingFraction ()
void disableCheckQ ()
void checkQ ()
int getNDaug ()
EvtIdgetDaugs ()
EvtId getDaug (int i)
int getNArg ()
int getPHOTOS ()
void setPHOTOS ()
void setVerbose ()
void setSummary ()
double * getArgs ()
std::string * getArgsStr ()
double getArg (int j)
std::string getArgStr (int j)
std::string getModelName ()
int getDSum ()
int summary ()
int verbose ()
void saveDecayInfo (EvtId ipar, int ndaug, EvtId *daug, int narg, std::vector< std::string > &args, std::string name, double brfr)
void printSummary ()
void setProbMax (double prbmx)
void noProbMax ()
void checkNArg (int a1, int a2=-1, int a3=-1, int a4=-1)
void checkNDaug (int d1, int d2=-1)
void checkSpinParent (EvtSpinType::spintype sp)
void checkSpinDaughter (int d1, EvtSpinType::spintype sp)
virtual int nRealDaughters ()

Additional Inherited Members

Static Public Member Functions inherited from EvtDecayBase
static void findMasses (EvtParticle *p, int ndaugs, EvtId daugs[10], double masses[10])
static void findMass (EvtParticle *p)
static double findMaxMass (EvtParticle *p)
Protected Member Functions inherited from EvtDecayBase
bool daugsDecayedByParentModel ()
Protected Attributes inherited from EvtDecayAmp
EvtAmp _amp2
Protected Attributes inherited from EvtDecayBase
bool _daugsDecayedByParentModel

Detailed Description

Definition at line 29 of file EvtSVSCPLH.hh.

Constructor & Destructor Documentation

◆ EvtSVSCPLH()

EvtSVSCPLH::EvtSVSCPLH ( )
inline

Definition at line 32 of file EvtSVSCPLH.hh.

32{}

Referenced by clone().

◆ ~EvtSVSCPLH()

EvtSVSCPLH::~EvtSVSCPLH ( )
virtual

Definition at line 37 of file EvtSVSCPLH.cc.

37{}

Member Function Documentation

◆ clone()

EvtDecayBase * EvtSVSCPLH::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 41 of file EvtSVSCPLH.cc.

41{ return new EvtSVSCPLH; }

◆ decay()

void EvtSVSCPLH::decay ( EvtParticle * p)
virtual

Implements EvtDecayBase.

Definition at line 85 of file EvtSVSCPLH.cc.

85 {
86
88
89 static EvtId B0 = EvtPDL::getId( "B0" );
90 static EvtId B0B = EvtPDL::getId( "anti-B0" );
91
92 double t;
93 EvtId other_b;
94
95 EvtCPUtil::OtherB( p, t, other_b, 0.5 );
96
97 // convert time from mm to seconds
98 t /= EvtConst::c;
99
100 // sign convention is dm=Mheavy-Mlight
101 // dGamma=Gammalight-Gammaheavy
102 // such that in the standard model both of these are positive.
103 EvtComplex gp = 0.5 * ( exp( EvtComplex( 0.25 * t * _dgamma, -0.5 * t * _dm ) ) +
104 exp( EvtComplex( -0.25 * t * _dgamma, 0.5 * t * _dm ) ) );
105 EvtComplex gm = 0.5 * ( exp( EvtComplex( 0.25 * t * _dgamma, -0.5 * t * _dm ) ) -
106 exp( EvtComplex( -0.25 * t * _dgamma, 0.5 * t * _dm ) ) );
107
108 EvtComplex amp;
109
110 if ( other_b == B0B ) { amp = gp * _Af + _qop * gm * _Abarf; }
111 else if ( other_b == B0 ) { amp = gp * _Abarf + _poq * gm * _Af; }
112 else
113 {
114 report( ERROR, "EvtGen" ) << "other_b was not B0 or B0B!" << endl;
115 ::abort();
116 }
117
118 EvtVector4R p4_parent = p->getP4Restframe();
119 ;
120
121 double norm =
122 p->getDaug( 0 )->mass() / ( p->getDaug( 0 )->getP4().d3mag() * p4_parent.mass() );
123
124 EvtParticle* v = p->getDaug( 0 );
125
126 vertex( 0, amp * norm * ( p4_parent * ( v->epsParent( 0 ) ) ) );
127 vertex( 1, amp * norm * ( p4_parent * ( v->epsParent( 1 ) ) ) );
128 vertex( 2, amp * norm * ( p4_parent * ( v->epsParent( 2 ) ) ) );
129
130 return;
131}
EvtComplex exp(const EvtComplex &c)
ostream & report(Severity severity, const char *facility)
Definition EvtReport.cc:34
@ ERROR
Definition EvtReport.hh:49
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Definition KarLud.h:35
HepLorentzVector getP4(RecEmcShower *gtrk)
Definition MyUtil.cxx:16
static void OtherB(EvtParticle *p, double &t, EvtId &otherb)
Definition EvtCPUtil.cc:225
static const double c
Definition EvtConst.hh:31
void vertex(const EvtComplex &amp)
EvtId * getDaugs()
static EvtId getId(const std::string &name)
Definition EvtPDL.cc:272
EvtVector4R getP4Restframe()
EvtParticle * getDaug(int i)
double mass() const
double initializePhaseSpace(int numdaughter, EvtId *daughters, double poleSize=-1., int whichTwo1=0, int whichTwo2=1)
double mass() const
int t()
Definition t.c:1

◆ getName()

void EvtSVSCPLH::getName ( std::string & name)
virtual

Implements EvtDecayBase.

Definition at line 39 of file EvtSVSCPLH.cc.

39{ model_name = "SVS_CPLH"; }

◆ init()

void EvtSVSCPLH::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 43 of file EvtSVSCPLH.cc.

43 {
44
45 // check that there are 8 arguments
46 checkNArg( 8 );
47 checkNDaug( 2 );
48
50
53
54 static double ctau = EvtPDL::getctau( EvtPDL::getId( "B0" ) );
55
56 // hbar/s
57 _dm = getArg( 0 );
58 _dgamma = EvtConst::c * getArg( 1 ) / ctau;
59
60 _qop = getArg( 2 ) * exp( EvtComplex( 0.0, getArg( 3 ) ) );
61
62 _poq = 1.0 / _qop;
63
64 _Af = getArg( 4 ) * exp( EvtComplex( 0.0, getArg( 5 ) ) );
65 _Abarf = getArg( 6 ) * exp( EvtComplex( 0.0, getArg( 7 ) ) );
66
67 if ( verbose() )
68 {
69 report( INFO, "EvtGen" ) << ":EvtSVSCPLH:dm=" << _dm << endl;
70 report( INFO, "EvtGen" ) << ":EvtSVSCPLH:dGamma=" << _dgamma << endl;
71 report( INFO, "EvtGen" ) << ":EvtSVSCPLH:q/p=" << _qop << endl;
72 report( INFO, "EvtGen" ) << ":EvtSVSCPLH:Af=" << _Af << endl;
73 report( INFO, "EvtGen" ) << ":EvtSVSCPLH:Abarf=" << _Abarf << endl;
74 }
75}
@ INFO
Definition EvtReport.hh:52
void checkSpinDaughter(int d1, EvtSpinType::spintype sp)
void checkSpinParent(EvtSpinType::spintype sp)
double getArg(int j)
void checkNDaug(int d1, int d2=-1)
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)
static double getctau(EvtId i)
Definition EvtPDL.hh:60

◆ initProbMax()

void EvtSVSCPLH::initProbMax ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 77 of file EvtSVSCPLH.cc.

77 {
78
79 // This is probably not quite right, but it should do as a start...
80 // Anders
81
82 setProbMax( 4.0 * ( getArg( 4 ) * getArg( 4 ) + getArg( 6 ) * getArg( 6 ) ) );
83}
void setProbMax(double prbmx)

The documentation for this class was generated from the following files: