ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TRTProcessingOfStraw::cluster Class Reference

Primary ionisation cluster. More...

Collaboration diagram for TRTProcessingOfStraw::cluster:

Public Member Functions

 cluster (double e, double t, double x, double y, double z)
 

Public Attributes

double energy
 
double time
 
double xpos
 
double ypos
 
double zpos
 

Detailed Description

Primary ionisation cluster.

Definition at line 152 of file TRTProcessingOfStraw.h.

Constructor & Destructor Documentation

◆ cluster()

TRTProcessingOfStraw::cluster::cluster ( double  e,
double  t,
double  x,
double  y,
double  z 
)
inline

Definition at line 154 of file TRTProcessingOfStraw.h.

154  :
155  energy(e), time(t), xpos(x), ypos(y), zpos(z) {};

Member Data Documentation

◆ energy

double TRTProcessingOfStraw::cluster::energy

Definition at line 156 of file TRTProcessingOfStraw.h.

◆ time

double TRTProcessingOfStraw::cluster::time

Definition at line 157 of file TRTProcessingOfStraw.h.

◆ xpos

double TRTProcessingOfStraw::cluster::xpos

Definition at line 158 of file TRTProcessingOfStraw.h.

◆ ypos

double TRTProcessingOfStraw::cluster::ypos

Definition at line 159 of file TRTProcessingOfStraw.h.

◆ zpos

double TRTProcessingOfStraw::cluster::zpos

Definition at line 160 of file TRTProcessingOfStraw.h.


The documentation for this class was generated from the following file:
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
x
#define x
TRTProcessingOfStraw::cluster::xpos
double xpos
Definition: TRTProcessingOfStraw.h:158
TRTProcessingOfStraw::cluster::ypos
double ypos
Definition: TRTProcessingOfStraw.h:159
z
#define z
TRTProcessingOfStraw::cluster::energy
double energy
Definition: TRTProcessingOfStraw.h:155
DiTauMassTools::MaxHistStrategyV2::e
e
Definition: PhysicsAnalysis/TauID/DiTauMassTools/DiTauMassTools/HelperFunctions.h:26
y
#define y
TRTProcessingOfStraw::cluster::time
double time
Definition: TRTProcessingOfStraw.h:157
TRTProcessingOfStraw::cluster::zpos
double zpos
Definition: TRTProcessingOfStraw.h:160