#include <EvtStdHep.hh>
Definition at line 30 of file EvtStdHep.hh.
◆ EvtStdHep()
◆ ~EvtStdHep()
EvtStdHep::~EvtStdHep |
( |
| ) |
|
|
inline |
◆ createParticle()
Definition at line 41 of file EvtStdHep.cc.
42 {
43
46 _prntfirst[_npart]=prntfirst;
47 _prntlast[_npart]=prntlast;
48 _daugfirst[_npart]=-1;
49 _dauglast[_npart]=-1;
50 _id[_npart]=id;
51 _istat[_npart]=1;
52
53
54
55 if (prntfirst>=0) {
56 int i;
57 for (i=prntfirst;i<=prntlast;i++){
58 _istat[i]=2;
59 if (_daugfirst[i]==-1) _daugfirst[i]=_npart;
60 if (_dauglast[i]<_npart) _dauglast[i]=_npart;
61 }
62
63 }
64
65 _npart++;
66
67}
double double double * p4
Referenced by EvtParticle::makeStdHep(), and EvtParticle::makeStdHep().
◆ getFirstDaughter()
int EvtStdHep::getFirstDaughter |
( |
int | i | ) |
|
|
inline |
◆ getFirstMother()
int EvtStdHep::getFirstMother |
( |
int | i | ) |
|
|
inline |
◆ getIStat()
int EvtStdHep::getIStat |
( |
int | i | ) |
|
|
inline |
◆ getLastDaughter()
int EvtStdHep::getLastDaughter |
( |
int | i | ) |
|
|
inline |
◆ getLastMother()
int EvtStdHep::getLastMother |
( |
int | i | ) |
|
|
inline |
◆ getNPart()
int EvtStdHep::getNPart |
( |
| ) |
|
◆ getP4()
◆ getStdHepID()
int EvtStdHep::getStdHepID |
( |
int | i | ) |
|
|
inline |
◆ getX4()
◆ init()
◆ translate()
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | s, |
|
|
const EvtStdHep & | stdhep ) |
|
friend |
The documentation for this class was generated from the following files: