17 int nhep(
void )
const;
19 int idhep(
int ihep );
24 double px(
int ihep );
25 double py(
int ihep );
26 double pz(
int ihep );
36 void nhep(
int value );
37 void isthep(
int& ihep,
int value );
38 void idhep(
int& ihep,
int value );
39 void mothers(
int& ihep,
int value1,
int value2 );
40 void daughters(
int& ihep,
int value1,
int value2 );
41 void momentum(
int& ihep,
double px,
double py,
double pz,
double e,
double m );
42 void position(
int& ihep,
double x,
double y,
double z,
double t );
73 std::map<int, int> m_ISTHEP;
74 std::map<int, int> m_IDHEP;
75 std::map<int, std::pair<int, int>> m_JMOHEP;
76 std::map<int, std::pair<int, int>> m_JDAHEP;
77 std::map<int, double> m_PHEP0;
78 std::map<int, double> m_PHEP1;
79 std::map<int, double> m_PHEP2;
80 std::map<int, double> m_PHEP3;
81 std::map<int, double> m_PHEP4;
82 std::map<int, double> m_VHEP0;
83 std::map<int, double> m_VHEP1;
84 std::map<int, double> m_VHEP2;
85 std::map<int, double> m_VHEP3;