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

#include <EvtJscont.hh>

Inheritance diagram for EvtJscont:

Public Member Functions

 EvtJscont ()
virtual ~EvtJscont ()
void getName (std::string &name)
EvtDecayBaseclone ()
void init ()
void initProbMax ()
void decay (EvtParticle *p)
Public Member Functions inherited from EvtDecayIncoherent
void makeDecay (EvtParticle *p)
virtual ~EvtDecayIncoherent ()
void setDaughterSpinDensity (int daughter)
int isDaughterSpinDensitySet (int daughter)
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 EvtDecayBase
bool _daugsDecayedByParentModel

Detailed Description

Definition at line 28 of file EvtJscont.hh.

Constructor & Destructor Documentation

◆ EvtJscont()

EvtJscont::EvtJscont ( )
inline

Definition at line 31 of file EvtJscont.hh.

31{}

Referenced by clone().

◆ ~EvtJscont()

EvtJscont::~EvtJscont ( )
virtual

Definition at line 44 of file EvtJscont.cc.

44{}

Member Function Documentation

◆ clone()

EvtDecayBase * EvtJscont::clone ( )
virtual

Implements EvtDecayBase.

Definition at line 48 of file EvtJscont.cc.

48{ return new EvtJscont; }

◆ decay()

void EvtJscont::decay ( EvtParticle * p)
virtual

Implements EvtDecayBase.

Definition at line 59 of file EvtJscont.cc.

59 {
60
62 static int first = 1;
63
64 if ( first )
65 {
66 first = 0;
67
68 float val = 0.6;
69 if ( getNArg() > 1 ) { val = getArg( 1 ); }
70 char vak[20];
71 sprintf( vak, "PARJ(13)=%f", val );
72 std::string temp( vak );
73 lugive_( temp.c_str(), strlen( temp.c_str() ) );
74 }
75 EvtVector4R p4[100];
76
77 double energy = p->mass();
78
79 int flavor;
80
81 int i, more;
82 int ndaugjs;
83 int kf[100];
84 EvtId id[100];
85 int type[MAX_DAUG];
86
87 flavor = (int)getArg( 0 );
88
89 double px[100], py[100], pz[100], e[100];
90
91 if ( p->getNDaug() != 0 ) { return; }
92 do {
93
94 continuum_( &energy, &flavor, &ndaugjs, kf, px, py, pz, e );
95
96 for ( i = 0; i < ndaugjs; i++ )
97 {
98
99 id[i] = EvtPDL::evtIdFromStdHep( kf[i] );
100
101 type[i] = EvtPDL::getSpinType( id[i] );
102
103 // have to protect against negative mass^2 for massless particles
104 // i.e. neutrinos and photons.
105 // this is uggly but I need to fix it right now....
106
107 if ( px[i] * px[i] + py[i] * py[i] + pz[i] * pz[i] >= e[i] * e[i] )
108 { e[i] = sqrt( px[i] * px[i] + py[i] * py[i] + pz[i] * pz[i] ) + 0.0000000000001; }
109
110 p4[i].set( e[i], px[i], py[i], pz[i] );
111 }
112
113 int channel = EvtDecayTable::inChannelList( p->getId(), ndaugjs, id );
114
115 more = ( ( channel != -1 ) && ( channel != p->getChannel() ) );
116
117 } while ( more );
118
119 p->makeDaughters( ndaugjs, id );
120
121 for ( i = 0; i < ndaugjs; i++ ) { p->getDaug( i )->init( id[i], p4[i] ); }
122 return;
123}
sprintf(cut, "kal_costheta0_em>-0.93&&kal_costheta0_em<0.93&&kal_pxy0_em>=0.05+%d*0.1&&kal_" "pxy0_em<0.15+%d*0.1&&NGch>=2", j, j)
void lugive_(const char *cnfgstr, int length)
void continuum_(double *, int *, int *, int *, double *, double *, double *, double *)
const int MAX_DAUG
************Class m_ypar INTEGER m_KeyWgt INTEGER m_KeyIHVP INTEGER m_KeyGPS INTEGER m_IsBeamPolarized INTEGER m_EvtGenInterface DOUBLE PRECISION m_Emin DOUBLE PRECISION m_sphot DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_q2 DOUBLE PRECISION m_PolBeam2 DOUBLE PRECISION m_xErrPb *COMMON c_KK2f $ !CMS energy average $ !Spin Polarization vector first beam $ !Spin Polarization vector second beam $ !Beam energy spread[GeV] $ !minimum hadronization energy[GeV] $ !input READ never touch them !$ !debug facility $ !maximum weight $ !inverse alfaQED $ !minimum real photon energy
Definition KK2f.h:50
double getArg(int j)
static int inChannelList(EvtId parent, int ndaug, EvtId *daugs)
static void jetSetInit()
Definition EvtJetSet.cc:713
static EvtId evtIdFromStdHep(int stdhep)
Definition EvtPDL.cc:232
static EvtSpinType::spintype getSpinType(EvtId i)
Definition EvtPDL.hh:66
void makeDaughters(int ndaug, EvtId *id)
virtual void init(EvtId part_n, const EvtVector4R &p4)=0
EvtId getId() const
int getNDaug() const
EvtParticle * getDaug(int i)
double mass() const
int getChannel() const
void set(int i, double d)
Index first(Pair i)

◆ getName()

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

Implements EvtDecayBase.

Definition at line 46 of file EvtJscont.cc.

46{ model_name = "JSCONT"; }

◆ init()

void EvtJscont::init ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 50 of file EvtJscont.cc.

50 {
51
52 // check that there are 1 argument
53
54 checkNArg( 1, 2 );
55}
void checkNArg(int a1, int a2=-1, int a3=-1, int a4=-1)

◆ initProbMax()

void EvtJscont::initProbMax ( )
virtual

Reimplemented from EvtDecayBase.

Definition at line 57 of file EvtJscont.cc.

57{ noProbMax(); }

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