|
| int | m_NEVHEP |
| |
| int | m_NHEP |
| |
| std::map< int, int > | m_ISTHEP |
| |
| std::map< int, int > | m_IDHEP |
| |
| std::map< int, std::pair< int, int > > | m_JMOHEP |
| |
| std::map< int, std::pair< int, int > > | m_JDAHEP |
| |
| std::map< int, double > | m_PHEP0 |
| |
| std::map< int, double > | m_PHEP1 |
| |
| std::map< int, double > | m_PHEP2 |
| |
| std::map< int, double > | m_PHEP3 |
| |
| std::map< int, double > | m_PHEP4 |
| |
| std::map< int, double > | m_VHEP0 |
| |
| std::map< int, double > | m_VHEP1 |
| |
| std::map< int, double > | m_VHEP2 |
| |
| std::map< int, double > | m_VHEP3 |
| |
| int | nevhep () const |
| |
| int | nhep () const |
| |
| int | isthep (int ihep) |
| |
| int | idhep (int ihep) |
| |
| int | first_parent (int ihep) |
| |
| int | last_parent (int ihep) |
| |
| int | first_child (int ihep) |
| |
| int | last_child (int ihep) |
| |
| double | px (int ihep) |
| |
| double | py (int ihep) |
| |
| double | pz (int ihep) |
| |
| double | e (int ihep) |
| |
| double | m (int ihep) |
| |
| double | x (int ihep) |
| |
| double | y (int ihep) |
| |
| double | z (int ihep) |
| |
| double | t (int ihep) |
| |
| void | nevhep (int value) |
| |
| void | nhep (int value) |
| |
| void | isthep (int &ihep, int value) |
| |
| void | idhep (int &ihep, int value) |
| |
| void | mothers (int &ihep, int value1, int value2) |
| |
| void | daughters (int &ihep, int value1, int value2) |
| |
| void | momentum (int &ihep, double px, double py, double pz, double e, double m) |
| |
| void | position (int &ihep, double x, double y, double z, double t) |
| |
C++ access to the Fortran HEPEVT common block.
- NEVHEP event number (or some special meaning (see documentation for details)
- NHEP actual number of entries in current event.
- ISTHEP[IHEP] status code for IHEP'th entry - see documentation for details
- IDHEP [IHEP] IHEP'th particle identifier according to PDG.
- JMOHEP[IHEP][0] - pointer to position of 1st mother
- JMOHEP[IHEP][1] - pointer to position of 2nd mother
- JDAHEP[IHEP][0] - pointer to position of 1st daughter
- JDAHEP[IHEP][1] - pointer to position of 2nd daughter
- PHEP [IHEP][0] - X momentum [Gev/c]
- PHEP [IHEP][1] - Y momentum [Gev/c]
- PHEP [IHEP][2] - Z momentum [Gev/c]
- PHEP [IHEP][3] - Energy [Gev]
- PHEP [IHEP][4] - Mass[Gev/c^2]
- VHEP [IHEP][0] - X vertex [mm]
- VHEP [IHEP][1] - Y vertex [mm]
- VHEP [IHEP][2] - Z vertex [mm]
- VHEP [IHEP][3] - production time [mm/c]
Definition at line 37 of file Gen_HEPEVT.h.