BOSS 6.6.4.p03
BESIII Offline Software System
|
#include <EvtStdHep.hh>
Public Member Functions | |
EvtStdHep () | |
~EvtStdHep () | |
void | init () |
int | getFirstMother (int i) |
int | getLastMother (int i) |
int | getFirstDaughter (int i) |
int | getLastDaughter (int i) |
int | getStdHepID (int i) |
int | getIStat (int i) |
EvtVector4R | getP4 (int i) |
EvtVector4R | getX4 (int i) |
void | translate (EvtVector4R d) |
int | getNPart () |
void | createParticle (EvtVector4R p4, EvtVector4R x, int prntfirst, int prntlast, int id) |
Friends | |
std::ostream & | operator<< (std::ostream &s, const EvtStdHep &stdhep) |
Definition at line 30 of file EvtStdHep.hh.
|
inline |
Definition at line 34 of file EvtStdHep.hh.
|
inline |
Definition at line 35 of file EvtStdHep.hh.
void EvtStdHep::createParticle | ( | EvtVector4R | p4, |
EvtVector4R | x, | ||
int | prntfirst, | ||
int | prntlast, | ||
int | id | ||
) |
Definition at line 41 of file EvtStdHep.cc.
Referenced by EvtParticle::makeStdHep().
|
inline |
Definition at line 41 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 39 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 45 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 42 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 40 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
int EvtStdHep::getNPart | ( | ) |
Definition at line 37 of file EvtStdHep.cc.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 47 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 44 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
|
inline |
Definition at line 48 of file EvtStdHep.hh.
Referenced by EvtGen::generateEvent().
void EvtStdHep::init | ( | ) |
Definition at line 33 of file EvtStdHep.cc.
Referenced by EvtGen::generateDecay(), and EvtGen::generateEvent().
void EvtStdHep::translate | ( | EvtVector4R | d | ) |
Definition at line 69 of file EvtStdHep.cc.
Referenced by EvtGen::generateDecay().
|
friend |