#include <EvtSecondary.hh>
Definition at line 30 of file EvtSecondary.hh.
◆ EvtSecondary()
EvtSecondary::EvtSecondary |
( |
| ) |
|
|
inline |
◆ ~EvtSecondary()
EvtSecondary::~EvtSecondary |
( |
| ) |
|
|
inline |
◆ createSecondary()
void EvtSecondary::createSecondary |
( |
int |
stdhepindex, |
|
|
EvtParticle * |
prnt |
|
) |
| |
Definition at line 40 of file EvtSecondary.cc.
40 {
41
42 _stdhepindex[_npart]=stdhepindex;
44 _id1[_npart]=0;
45 _id2[_npart]=0;
46 _id3[_npart]=0;
47 _npart++;
48 return;
49 }
52 _id2[_npart]=0;
53 _id3[_npart]=0;
54 _npart++;
55 return;
56 }
60 _id3[_npart]=0;
61 _npart++;
62 return;
63 }
68 _npart++;
69 return;
70 }
71
73 "More than 3 decay products in a secondary particle!"<<endl;
74
75
76}
ostream & report(Severity severity, const char *facility)
static int getStdHep(EvtId id)
EvtParticle * getDaug(int i)
Referenced by EvtParticle::makeStdHep().
◆ getD1()
int EvtSecondary::getD1 |
( |
int |
i | ) |
|
|
inline |
◆ getD2()
int EvtSecondary::getD2 |
( |
int |
i | ) |
|
|
inline |
◆ getD3()
int EvtSecondary::getD3 |
( |
int |
i | ) |
|
|
inline |
◆ getNPart()
int EvtSecondary::getNPart |
( |
| ) |
|
◆ getStdHepIndex()
int EvtSecondary::getStdHepIndex |
( |
int |
i | ) |
|
|
inline |
◆ init()
void EvtSecondary::init |
( |
| ) |
|
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
s, |
|
|
const EvtSecondary & |
secondary |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: