ATLAS Offline Software
|
#include <MMT_struct.h>
Public Member Functions | |
hitData_entry (int ev=0, double gt=0, double q=0, int vmm=0, int mmfe=0, int pl=0, int st=0, int est=0, int phi=0, int mult=0, int gg=0, double locX=0, double tr_the=0, double tru_phi=0, bool q_tbg=0, int bct=0, const ROOT::Math::XYZVector &tru=ROOT::Math::XYZVector(), const ROOT::Math::XYZVector &rec=ROOT::Math::XYZVector()) | |
Public Attributes | |
int | event |
double | gtime |
double | charge |
int | VMM_chip |
int | MMFE_VMM |
int | plane |
int | strip |
int | station_eta |
int | station_phi |
int | multiplet |
int | gasgap |
double | localX |
double | tru_theta_ip |
double | tru_phi_ip |
bool | truth_nbg |
int | BC_time |
ROOT::Math::XYZVector | truth |
ROOT::Math::XYZVector | recon |
Definition at line 69 of file MMT_struct.h.
hitData_entry::hitData_entry | ( | int | ev = 0 , |
double | gt = 0 , |
||
double | q = 0 , |
||
int | vmm = 0 , |
||
int | mmfe = 0 , |
||
int | pl = 0 , |
||
int | st = 0 , |
||
int | est = 0 , |
||
int | phi = 0 , |
||
int | mult = 0 , |
||
int | gg = 0 , |
||
double | locX = 0 , |
||
double | tr_the = 0 , |
||
double | tru_phi = 0 , |
||
bool | q_tbg = 0 , |
||
int | bct = 0 , |
||
const ROOT::Math::XYZVector & | tru = ROOT::Math::XYZVector() , |
||
const ROOT::Math::XYZVector & | rec = ROOT::Math::XYZVector() |
||
) |
Definition at line 187 of file MMT_struct.cxx.
int hitData_entry::BC_time |
Definition at line 78 of file MMT_struct.h.
double hitData_entry::charge |
Definition at line 74 of file MMT_struct.h.
int hitData_entry::event |
Definition at line 73 of file MMT_struct.h.
int hitData_entry::gasgap |
Definition at line 75 of file MMT_struct.h.
double hitData_entry::gtime |
Definition at line 74 of file MMT_struct.h.
double hitData_entry::localX |
Definition at line 76 of file MMT_struct.h.
int hitData_entry::MMFE_VMM |
Definition at line 75 of file MMT_struct.h.
int hitData_entry::multiplet |
Definition at line 75 of file MMT_struct.h.
int hitData_entry::plane |
Definition at line 75 of file MMT_struct.h.
ROOT::Math::XYZVector hitData_entry::recon |
Definition at line 79 of file MMT_struct.h.
int hitData_entry::station_eta |
Definition at line 75 of file MMT_struct.h.
int hitData_entry::station_phi |
Definition at line 75 of file MMT_struct.h.
int hitData_entry::strip |
Definition at line 75 of file MMT_struct.h.
double hitData_entry::tru_phi_ip |
Definition at line 76 of file MMT_struct.h.
double hitData_entry::tru_theta_ip |
Definition at line 76 of file MMT_struct.h.
ROOT::Math::XYZVector hitData_entry::truth |
Definition at line 79 of file MMT_struct.h.
bool hitData_entry::truth_nbg |
Definition at line 77 of file MMT_struct.h.
int hitData_entry::VMM_chip |
Definition at line 75 of file MMT_struct.h.