18 int nhep (
void)
const;
38 void nhep (
int value);
39 void isthep (
int& ihep,
int value);
40 void idhep (
int& ihep,
int value);
41 void mothers (
int& ihep,
int value1,
int value2);
42 void daughters (
int& ihep,
int value1,
int value2);
44 double pz,
double e,
double m );
77 std::map<int, int> m_ISTHEP;
78 std::map<int, int> m_IDHEP;
79 std::map<int, std::pair<int, int> > m_JMOHEP;
80 std::map<int, std::pair<int, int> > m_JDAHEP;
81 std::map<int, double > m_PHEP0;
82 std::map<int, double > m_PHEP1;
83 std::map<int, double > m_PHEP2;
84 std::map<int, double > m_PHEP3;
85 std::map<int, double > m_PHEP4;
86 std::map<int, double > m_VHEP0;
87 std::map<int, double > m_VHEP1;
88 std::map<int, double > m_VHEP2;
89 std::map<int, double > m_VHEP3;