![]() |
ATLAS Offline Software
|
#include <MMLoadVariables.h>
Public Member Functions | |
| evInf_entry (uint64_t event=0, int pdg=0, double e=0, double p=0, double ieta=0, double peta=0, double eeta=0, double iphi=0, double pphi=0, double ephi=0, double ithe=0, double pthe=0, double ethe=0, double dth=0, int trn=0, int mun=0, const ROOT::Math::XYZVector &tex=ROOT::Math::XYZVector()) | |
Public Attributes | |
| uint64_t | athena_event |
| int | pdg_id |
| double | E |
| double | pt |
| double | eta_ip |
| double | eta_pos |
| double | eta_ent |
| double | phi_ip |
| double | phi_pos |
| double | phi_ent |
| double | theta_ip |
| double | theta_pos |
| double | theta_ent |
| double | dtheta |
| int | truth_n |
| int | mu_n |
| ROOT::Math::XYZVector | vertex |
Definition at line 17 of file MMLoadVariables.h.
| evInf_entry::evInf_entry | ( | uint64_t | event = 0, |
| int | pdg = 0, | ||
| double | e = 0, | ||
| double | p = 0, | ||
| double | ieta = 0, | ||
| double | peta = 0, | ||
| double | eeta = 0, | ||
| double | iphi = 0, | ||
| double | pphi = 0, | ||
| double | ephi = 0, | ||
| double | ithe = 0, | ||
| double | pthe = 0, | ||
| double | ethe = 0, | ||
| double | dth = 0, | ||
| int | trn = 0, | ||
| int | mun = 0, | ||
| const ROOT::Math::XYZVector & | tex = ROOT::Math::XYZVector() ) |
| uint64_t evInf_entry::athena_event |
Definition at line 21 of file MMLoadVariables.h.
| double evInf_entry::dtheta |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::E |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::eta_ent |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::eta_ip |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::eta_pos |
Definition at line 23 of file MMLoadVariables.h.
| int evInf_entry::mu_n |
Definition at line 24 of file MMLoadVariables.h.
| int evInf_entry::pdg_id |
Definition at line 22 of file MMLoadVariables.h.
| double evInf_entry::phi_ent |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::phi_ip |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::phi_pos |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::pt |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::theta_ent |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::theta_ip |
Definition at line 23 of file MMLoadVariables.h.
| double evInf_entry::theta_pos |
Definition at line 23 of file MMLoadVariables.h.
| int evInf_entry::truth_n |
Definition at line 24 of file MMLoadVariables.h.
| ROOT::Math::XYZVector evInf_entry::vertex |
Definition at line 25 of file MMLoadVariables.h.