ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
evInf_entry Struct Reference

#include <MMT_struct.h>

Collaboration diagram for evInf_entry:

Public Member Functions

 evInf_entry (int 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

int 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
 

Detailed Description

Definition at line 59 of file MMT_struct.h.

Constructor & Destructor Documentation

◆ evInf_entry()

evInf_entry::evInf_entry ( int  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() 
)

Definition at line 181 of file MMT_struct.cxx.

182  :
183  athena_event(event),pdg_id(pdg),E(e),pt(p),eta_ip(ieta),eta_pos(peta),eta_ent(eeta),phi_ip(iphi),phi_pos(pphi),phi_ent(ephi),theta_ip(ithe),theta_pos(pthe),theta_ent(ethe),
184  dtheta(dth),truth_n(trn),mu_n(mun),vertex(tex) {}

Member Data Documentation

◆ athena_event

int evInf_entry::athena_event

Definition at line 63 of file MMT_struct.h.

◆ dtheta

double evInf_entry::dtheta

Definition at line 64 of file MMT_struct.h.

◆ E

double evInf_entry::E

Definition at line 64 of file MMT_struct.h.

◆ eta_ent

double evInf_entry::eta_ent

Definition at line 64 of file MMT_struct.h.

◆ eta_ip

double evInf_entry::eta_ip

Definition at line 64 of file MMT_struct.h.

◆ eta_pos

double evInf_entry::eta_pos

Definition at line 64 of file MMT_struct.h.

◆ mu_n

int evInf_entry::mu_n

Definition at line 65 of file MMT_struct.h.

◆ pdg_id

int evInf_entry::pdg_id

Definition at line 63 of file MMT_struct.h.

◆ phi_ent

double evInf_entry::phi_ent

Definition at line 64 of file MMT_struct.h.

◆ phi_ip

double evInf_entry::phi_ip

Definition at line 64 of file MMT_struct.h.

◆ phi_pos

double evInf_entry::phi_pos

Definition at line 64 of file MMT_struct.h.

◆ pt

double evInf_entry::pt

Definition at line 64 of file MMT_struct.h.

◆ theta_ent

double evInf_entry::theta_ent

Definition at line 64 of file MMT_struct.h.

◆ theta_ip

double evInf_entry::theta_ip

Definition at line 64 of file MMT_struct.h.

◆ theta_pos

double evInf_entry::theta_pos

Definition at line 64 of file MMT_struct.h.

◆ truth_n

int evInf_entry::truth_n

Definition at line 65 of file MMT_struct.h.

◆ vertex

ROOT::Math::XYZVector evInf_entry::vertex

Definition at line 66 of file MMT_struct.h.


The documentation for this struct was generated from the following files:
evInf_entry::pt
double pt
Definition: MMT_struct.h:64
evInf_entry::mu_n
int mu_n
Definition: MMT_struct.h:65
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
evInf_entry::athena_event
int athena_event
Definition: MMT_struct.h:63
evInf_entry::truth_n
int truth_n
Definition: MMT_struct.h:65
evInf_entry::theta_pos
double theta_pos
Definition: MMT_struct.h:64
evInf_entry::phi_pos
double phi_pos
Definition: MMT_struct.h:64
evInf_entry::E
double E
Definition: MMT_struct.h:64
evInf_entry::eta_ent
double eta_ent
Definition: MMT_struct.h:64
evInf_entry::pdg_id
int pdg_id
Definition: MMT_struct.h:63
event
POOL::TEvent event(POOL::TEvent::kClassAccess)
evInf_entry::theta_ent
double theta_ent
Definition: MMT_struct.h:64
evInf_entry::dtheta
double dtheta
Definition: MMT_struct.h:64
evInf_entry::vertex
ROOT::Math::XYZVector vertex
Definition: MMT_struct.h:66
evInf_entry::theta_ip
double theta_ip
Definition: MMT_struct.h:64
DiTauMassTools::MaxHistStrategyV2::e
e
Definition: PhysicsAnalysis/TauID/DiTauMassTools/DiTauMassTools/HelperFunctions.h:26
evInf_entry::eta_ip
double eta_ip
Definition: MMT_struct.h:64
evInf_entry::eta_pos
double eta_pos
Definition: MMT_struct.h:64
evInf_entry::phi_ent
double phi_ent
Definition: MMT_struct.h:64
evInf_entry::phi_ip
double phi_ip
Definition: MMT_struct.h:64