#include <Gen_HEPEVT.h>
|
| Gen_HEPEVT (void) |
|
int | nevhep (void) const |
|
int | nhep (void) 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) |
|
Definition at line 11 of file Gen_HEPEVT.h.
◆ Gen_HEPEVT()
Gen_HEPEVT::Gen_HEPEVT |
( |
void | | ) |
|
|
inline |
Definition at line 93 of file Gen_HEPEVT.h.
94 : m_NEVHEP (0),
95 m_NHEP (0)
96{}
◆ daughters()
void Gen_HEPEVT::daughters |
( |
int & | ihep, |
|
|
int | value1, |
|
|
int | value2 ) |
|
inline |
Definition at line 193 of file Gen_HEPEVT.h.
194{ m_JDAHEP[ihep] = std::make_pair(value1, value2); }
◆ e()
double Gen_HEPEVT::e |
( |
int | ihep | ) |
|
|
inline |
◆ first_child()
int Gen_HEPEVT::first_child |
( |
int | ihep | ) |
|
|
inline |
Definition at line 126 of file Gen_HEPEVT.h.
127{ return m_JDAHEP[ihep].first; }
◆ first_parent()
int Gen_HEPEVT::first_parent |
( |
int | ihep | ) |
|
|
inline |
Definition at line 118 of file Gen_HEPEVT.h.
119{ return m_JMOHEP[ihep].first; }
◆ idhep() [1/2]
void Gen_HEPEVT::idhep |
( |
int & | ihep, |
|
|
int | value ) |
|
inline |
◆ idhep() [2/2]
int Gen_HEPEVT::idhep |
( |
int | ihep | ) |
|
|
inline |
◆ isthep() [1/2]
void Gen_HEPEVT::isthep |
( |
int & | ihep, |
|
|
int | value ) |
|
inline |
Definition at line 181 of file Gen_HEPEVT.h.
182{ m_ISTHEP[ihep] = value; }
◆ isthep() [2/2]
int Gen_HEPEVT::isthep |
( |
int | ihep | ) |
|
|
inline |
◆ last_child()
int Gen_HEPEVT::last_child |
( |
int | ihep | ) |
|
|
inline |
Definition at line 130 of file Gen_HEPEVT.h.
131{ return m_JDAHEP[ihep].second; }
◆ last_parent()
int Gen_HEPEVT::last_parent |
( |
int | ihep | ) |
|
|
inline |
Definition at line 122 of file Gen_HEPEVT.h.
123{ return m_JMOHEP[ihep].second; }
◆ m()
double Gen_HEPEVT::m |
( |
int | ihep | ) |
|
|
inline |
◆ momentum()
void Gen_HEPEVT::momentum |
( |
int & | ihep, |
|
|
double | px, |
|
|
double | py, |
|
|
double | pz, |
|
|
double | e, |
|
|
double | m ) |
|
inline |
◆ mothers()
void Gen_HEPEVT::mothers |
( |
int & | ihep, |
|
|
int | value1, |
|
|
int | value2 ) |
|
inline |
Definition at line 189 of file Gen_HEPEVT.h.
190{ m_JMOHEP[ihep] = std::make_pair(value1, value2); }
◆ nevhep() [1/2]
void Gen_HEPEVT::nevhep |
( |
int | value | ) |
|
|
inline |
◆ nevhep() [2/2]
int Gen_HEPEVT::nevhep |
( |
void | | ) |
const |
|
inline |
◆ nhep() [1/2]
void Gen_HEPEVT::nhep |
( |
int | value | ) |
|
|
inline |
◆ nhep() [2/2]
int Gen_HEPEVT::nhep |
( |
void | | ) |
const |
|
inline |
◆ position()
void Gen_HEPEVT::position |
( |
int & | ihep, |
|
|
double | x, |
|
|
double | y, |
|
|
double | z, |
|
|
double | t ) |
|
inline |
◆ px()
double Gen_HEPEVT::px |
( |
int | ihep | ) |
|
|
inline |
◆ py()
double Gen_HEPEVT::py |
( |
int | ihep | ) |
|
|
inline |
◆ pz()
double Gen_HEPEVT::pz |
( |
int | ihep | ) |
|
|
inline |
◆ t()
double Gen_HEPEVT::t |
( |
int | ihep | ) |
|
|
inline |
◆ x()
double Gen_HEPEVT::x |
( |
int | ihep | ) |
|
|
inline |
◆ y()
double Gen_HEPEVT::y |
( |
int | ihep | ) |
|
|
inline |
◆ z()
double Gen_HEPEVT::z |
( |
int | ihep | ) |
|
|
inline |
The documentation for this class was generated from the following files: