CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
TotemG4Hit Class Reference

#include <SimG4CMS/Forward/interface/TotemG4Hit.h>

Inheritance diagram for TotemG4Hit:

Public Member Functions

void addEnergyDeposit (double em, double hd)
 
void addEnergyDeposit (const TotemG4Hit &aHit)
 
void Draw ()
 
double getEM () const
 
double getEnergyDeposit () const
 
float getEnergyLoss () const
 
math::XYZPoint getEntry () const
 
double getHadr () const
 
double getIncidentEnergy () const
 
float getPabs () const
 
int getParentId () const
 
int getParticleType () const
 
float getPhiAtEntry () const
 
float getThetaAtEntry () const
 
double getTimeSlice () const
 
int getTimeSliceID () const
 
float getTof () const
 
int getTrackID () const
 
uint32_t getUnitID () const
 
float getVx () const
 
float getVy () const
 
float getVz () const
 
float getX () const
 
float getY () const
 
float getZ () const
 
const TotemG4Hitoperator= (const TotemG4Hit &right)
 
int operator== (const TotemG4Hit &)
 
void Print ()
 
void setEM (double e)
 
void setEnergyLoss (float e)
 
void setEntry (double x, double y, double z)
 
void setHadr (double e)
 
void setIncidentEnergy (double e)
 
void setPabs (float e)
 
void setParentId (int p)
 
void setParticleType (short i)
 
void setPhiAtEntry (float f)
 
void setThetaAtEntry (float t)
 
void setTimeSlice (double d)
 
void setTof (float e)
 
void setTrackID (int i)
 
void setUnitID (uint32_t i)
 
void setVx (float p)
 
void setVy (float p)
 
void setVz (float p)
 
void setX (float t)
 
void setY (float t)
 
void setZ (float t)
 
 TotemG4Hit ()
 
 TotemG4Hit (const TotemG4Hit &right)
 
 ~TotemG4Hit ()
 

Private Attributes

double elem
 
math::XYZPoint entry
 
double hadr
 
float theEnergyLoss
 
math::XYZPoint theEntryPoint
 
math::XYZPoint theExitPoint
 
double theIncidentEnergy
 
float thePabs
 
int theParentId
 
int theParticleType
 
float thePhiAtEntry
 
float theThetaAtEntry
 
double theTimeSlice
 
float theTof
 
int theTrackID
 
uint32_t theUnitID
 
float theVx
 
float theVy
 
float theVz
 
float theX
 
float theY
 
float theZ
 

Detailed Description

Description: Transient Hit class for Totem taken from those for Calorimeters

Usage: One Hit object should be created -for each new particle entering the calorimeter -for each detector unit (= cristal or fiber or scintillator layer) -for each nanosecond of the shower development

This implies that all hit objects created for a given shower have the same value for

Definition at line 39 of file TotemG4Hit.h.

Constructor & Destructor Documentation

TotemG4Hit::TotemG4Hit ( )

Definition at line 22 of file TotemG4Hit.cc.

References elem, hadr, setEntry(), theEnergyLoss, theEntryPoint, theExitPoint, theIncidentEnergy, thePabs, theParentId, theParticleType, thePhiAtEntry, theThetaAtEntry, theTimeSlice, theTof, theTrackID, theUnitID, theVx, theVy, theVz, theX, theY, and theZ.

22  {
23 
24  setEntry(0.,0.,0.);
25  theEntryPoint.SetCoordinates(0.,0.,0.);
26  theExitPoint.SetCoordinates(0.,0.,0.);
27 
28  elem = 0.;
29  hadr = 0.;
30  theIncidentEnergy = 0.;
31  theTrackID = -1;
32  theUnitID = 0;
33  theTimeSlice = 0.;
34 
35  theX = 0.;
36  theY = 0.;
37  theZ = 0.;
38  thePabs = 0.;
39  theTof = 0.;
40  theEnergyLoss = 0.;
41  theParticleType = 0;
42  theThetaAtEntry = 0.;
43  thePhiAtEntry = 0.;
44  theParentId = 0;
45  theVx = 0.;
46  theVy = 0.;
47  theVz = 0.;
48 }
float theThetaAtEntry
Definition: TotemG4Hit.h:136
float theTof
Definition: TotemG4Hit.h:132
int theParentId
Definition: TotemG4Hit.h:141
void setEntry(double x, double y, double z)
Definition: TotemG4Hit.h:57
float theVx
Definition: TotemG4Hit.h:142
float theY
Definition: TotemG4Hit.h:129
int theTrackID
Definition: TotemG4Hit.h:122
float theZ
Definition: TotemG4Hit.h:130
uint32_t theUnitID
Definition: TotemG4Hit.h:124
double theTimeSlice
Definition: TotemG4Hit.h:125
float thePhiAtEntry
Definition: TotemG4Hit.h:137
float theX
Definition: TotemG4Hit.h:128
float theEnergyLoss
Definition: TotemG4Hit.h:133
float theVz
Definition: TotemG4Hit.h:144
int theParticleType
Definition: TotemG4Hit.h:134
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:139
float theVy
Definition: TotemG4Hit.h:143
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:138
float thePabs
Definition: TotemG4Hit.h:131
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
double theIncidentEnergy
Definition: TotemG4Hit.h:121
TotemG4Hit::~TotemG4Hit ( )

Definition at line 50 of file TotemG4Hit.cc.

50 {}
TotemG4Hit::TotemG4Hit ( const TotemG4Hit right)

Definition at line 52 of file TotemG4Hit.cc.

References elem, entry, hadr, theEnergyLoss, theEntryPoint, theExitPoint, theIncidentEnergy, thePabs, theParentId, theParticleType, thePhiAtEntry, theThetaAtEntry, theTimeSlice, theTof, theTrackID, theUnitID, theVx, theVy, theVz, theX, theY, and theZ.

52  {
53 
54  entry = right.entry;
55  elem = right.elem;
56  hadr = right.hadr;
58  theTrackID = right.theTrackID;
59  theUnitID = right.theUnitID;
60  theTimeSlice = right.theTimeSlice;
61 
62  theX = right.theX;
63  theY = right.theY;
64  theZ = right.theZ;
65  thePabs = right.thePabs;
66  theTof = right.theTof;
69 
73  theExitPoint = right.theExitPoint;
74  theParentId = right.theParentId;
75  theVx = right.theVx;
76  theVy = right.theVy;
77  theVz = right.theVz;
78 }
float theThetaAtEntry
Definition: TotemG4Hit.h:136
float theTof
Definition: TotemG4Hit.h:132
int theParentId
Definition: TotemG4Hit.h:141
float theVx
Definition: TotemG4Hit.h:142
float theY
Definition: TotemG4Hit.h:129
int theTrackID
Definition: TotemG4Hit.h:122
float theZ
Definition: TotemG4Hit.h:130
uint32_t theUnitID
Definition: TotemG4Hit.h:124
double theTimeSlice
Definition: TotemG4Hit.h:125
float thePhiAtEntry
Definition: TotemG4Hit.h:137
float theX
Definition: TotemG4Hit.h:128
float theEnergyLoss
Definition: TotemG4Hit.h:133
float theVz
Definition: TotemG4Hit.h:144
int theParticleType
Definition: TotemG4Hit.h:134
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:139
float theVy
Definition: TotemG4Hit.h:143
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:138
float thePabs
Definition: TotemG4Hit.h:131
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
math::XYZPoint entry
Definition: TotemG4Hit.h:118
double theIncidentEnergy
Definition: TotemG4Hit.h:121

Member Function Documentation

void TotemG4Hit::addEnergyDeposit ( double  em,
double  hd 
)

Definition at line 144 of file TotemG4Hit.cc.

References elem, and hadr.

Referenced by setEntry().

144 {elem += em; hadr += hd;}
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
void TotemG4Hit::addEnergyDeposit ( const TotemG4Hit aHit)

Definition at line 111 of file TotemG4Hit.cc.

References elem, getEM(), getHadr(), and hadr.

111  {
112 
113  elem += aHit.getEM();
114  hadr += aHit.getHadr();
115 }
double getHadr() const
Definition: TotemG4Hit.cc:128
double getEM() const
Definition: TotemG4Hit.cc:125
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
void TotemG4Hit::Draw ( )
inline

Definition at line 53 of file TotemG4Hit.h.

References getEntry(), and Print().

53 {}
double TotemG4Hit::getEM ( ) const

Definition at line 125 of file TotemG4Hit.cc.

References elem.

Referenced by addEnergyDeposit(), and setEntry().

125 {return elem; }
double elem
Definition: TotemG4Hit.h:119
double TotemG4Hit::getEnergyDeposit ( ) const

Definition at line 146 of file TotemG4Hit.cc.

References elem, and hadr.

Referenced by setEntry().

146 {return elem+hadr;}
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
float TotemG4Hit::getEnergyLoss ( ) const

Definition at line 150 of file TotemG4Hit.cc.

References theEnergyLoss.

Referenced by TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), operator<<(), and setEntry().

150 {return theEnergyLoss;}
float theEnergyLoss
Definition: TotemG4Hit.h:133
math::XYZPoint TotemG4Hit::getEntry ( ) const

Definition at line 123 of file TotemG4Hit.cc.

References entry.

Referenced by Draw(), TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), and operator<<().

123 {return entry;}
math::XYZPoint entry
Definition: TotemG4Hit.h:118
double TotemG4Hit::getHadr ( ) const

Definition at line 128 of file TotemG4Hit.cc.

References hadr.

Referenced by addEnergyDeposit(), and setEntry().

128 {return hadr; }
double hadr
Definition: TotemG4Hit.h:120
double TotemG4Hit::getIncidentEnergy ( ) const

Definition at line 131 of file TotemG4Hit.cc.

References theIncidentEnergy.

Referenced by operator<<(), and setEntry().

131 {return theIncidentEnergy; }
double theIncidentEnergy
Definition: TotemG4Hit.h:121
float TotemG4Hit::getPabs ( ) const

Definition at line 148 of file TotemG4Hit.cc.

References thePabs.

Referenced by TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), and setEntry().

148 {return thePabs;}
float thePabs
Definition: TotemG4Hit.h:131
int TotemG4Hit::getParentId ( ) const

Definition at line 173 of file TotemG4Hit.cc.

References theParentId.

Referenced by TotemTestGem::fillEvent(), and setEntry().

173 {return theParentId;}
int theParentId
Definition: TotemG4Hit.h:141
int TotemG4Hit::getParticleType ( ) const

Definition at line 151 of file TotemG4Hit.cc.

References theParticleType.

Referenced by TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), and setEntry().

151 {return theParticleType;}
int theParticleType
Definition: TotemG4Hit.h:134
float TotemG4Hit::getPhiAtEntry ( ) const

Definition at line 159 of file TotemG4Hit.cc.

References thePhiAtEntry.

Referenced by TotemSD::EndOfEvent(), and setEntry().

159 {return thePhiAtEntry;}
float thePhiAtEntry
Definition: TotemG4Hit.h:137
float TotemG4Hit::getThetaAtEntry ( ) const

Definition at line 158 of file TotemG4Hit.cc.

References theThetaAtEntry.

Referenced by TotemSD::EndOfEvent(), and setEntry().

158 {return theThetaAtEntry;}
float theThetaAtEntry
Definition: TotemG4Hit.h:136
double TotemG4Hit::getTimeSlice ( ) const

Definition at line 140 of file TotemG4Hit.cc.

References theTimeSlice.

Referenced by setEntry().

140 {return theTimeSlice; }
double theTimeSlice
Definition: TotemG4Hit.h:125
int TotemG4Hit::getTimeSliceID ( ) const

Definition at line 142 of file TotemG4Hit.cc.

References theTimeSlice.

Referenced by TotemSD::HitExists(), operator<<(), and setEntry().

142 {return (int)theTimeSlice;}
double theTimeSlice
Definition: TotemG4Hit.h:125
float TotemG4Hit::getTof ( ) const

Definition at line 149 of file TotemG4Hit.cc.

References theTof.

Referenced by TotemSD::EndOfEvent(), and setEntry().

149 {return theTof;}
float theTof
Definition: TotemG4Hit.h:132
int TotemG4Hit::getTrackID ( ) const

Definition at line 134 of file TotemG4Hit.cc.

References theTrackID.

Referenced by TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), TotemSD::HitExists(), operator<<(), and setEntry().

134 {return theTrackID; }
int theTrackID
Definition: TotemG4Hit.h:122
uint32_t TotemG4Hit::getUnitID ( ) const

Definition at line 137 of file TotemG4Hit.cc.

References theUnitID.

Referenced by TotemSD::EndOfEvent(), TotemTestGem::fillEvent(), TotemSD::HitExists(), operator<<(), and setEntry().

137 {return theUnitID; }
uint32_t theUnitID
Definition: TotemG4Hit.h:124
float TotemG4Hit::getVx ( ) const

Definition at line 176 of file TotemG4Hit.cc.

References theVx.

Referenced by TotemTestGem::fillEvent(), and setEntry().

176 {return theVx;}
float theVx
Definition: TotemG4Hit.h:142
float TotemG4Hit::getVy ( ) const

Definition at line 179 of file TotemG4Hit.cc.

References theVy.

Referenced by TotemTestGem::fillEvent(), and setEntry().

179 {return theVy;}
float theVy
Definition: TotemG4Hit.h:143
float TotemG4Hit::getVz ( ) const

Definition at line 182 of file TotemG4Hit.cc.

References theVz.

Referenced by TotemTestGem::fillEvent(), and setEntry().

182 {return theVz;}
float theVz
Definition: TotemG4Hit.h:144
float TotemG4Hit::getX ( ) const

Definition at line 164 of file TotemG4Hit.cc.

References theX.

Referenced by setEntry().

164 {return theX;}
float theX
Definition: TotemG4Hit.h:128
float TotemG4Hit::getY ( ) const

Definition at line 167 of file TotemG4Hit.cc.

References theY.

Referenced by setEntry().

167 {return theY;}
float theY
Definition: TotemG4Hit.h:129
float TotemG4Hit::getZ ( ) const

Definition at line 170 of file TotemG4Hit.cc.

References theZ.

Referenced by setEntry().

170 {return theZ;}
float theZ
Definition: TotemG4Hit.h:130
const TotemG4Hit & TotemG4Hit::operator= ( const TotemG4Hit right)

Definition at line 81 of file TotemG4Hit.cc.

References elem, entry, hadr, theEnergyLoss, theEntryPoint, theExitPoint, theIncidentEnergy, thePabs, theParentId, theParticleType, thePhiAtEntry, theThetaAtEntry, theTimeSlice, theTof, theTrackID, theUnitID, theVx, theVy, theVz, theX, theY, and theZ.

81  {
82 
83  entry = right.entry;
84  elem = right.elem;
85  hadr = right.hadr;
87  theTrackID = right.theTrackID;
88  theUnitID = right.theUnitID;
89  theTimeSlice = right.theTimeSlice;
90 
91  theX = right.theX;
92  theY = right.theY;
93  theZ = right.theZ;
94  thePabs = right.thePabs;
95  theTof = right.theTof ;
98 
102  theExitPoint = right.theExitPoint;
103  theParentId = right.theParentId;
104  theVx = right.theVx;
105  theVy = right.theVy;
106  theVz = right.theVz;
107 
108  return *this;
109 }
float theThetaAtEntry
Definition: TotemG4Hit.h:136
float theTof
Definition: TotemG4Hit.h:132
int theParentId
Definition: TotemG4Hit.h:141
float theVx
Definition: TotemG4Hit.h:142
float theY
Definition: TotemG4Hit.h:129
int theTrackID
Definition: TotemG4Hit.h:122
float theZ
Definition: TotemG4Hit.h:130
uint32_t theUnitID
Definition: TotemG4Hit.h:124
double theTimeSlice
Definition: TotemG4Hit.h:125
float thePhiAtEntry
Definition: TotemG4Hit.h:137
float theX
Definition: TotemG4Hit.h:128
float theEnergyLoss
Definition: TotemG4Hit.h:133
float theVz
Definition: TotemG4Hit.h:144
int theParticleType
Definition: TotemG4Hit.h:134
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:139
float theVy
Definition: TotemG4Hit.h:143
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:138
float thePabs
Definition: TotemG4Hit.h:131
double hadr
Definition: TotemG4Hit.h:120
double elem
Definition: TotemG4Hit.h:119
math::XYZPoint entry
Definition: TotemG4Hit.h:118
double theIncidentEnergy
Definition: TotemG4Hit.h:121
int TotemG4Hit::operator== ( const TotemG4Hit )
inline

Definition at line 50 of file TotemG4Hit.h.

50 {return 0;}
void TotemG4Hit::Print ( void  )

Definition at line 118 of file TotemG4Hit.cc.

References gather_cfg::cout.

Referenced by Draw().

118  {
119  std::cout << (*this);
120 }
void TotemG4Hit::setEM ( double  e)

Definition at line 126 of file TotemG4Hit.cc.

References MillePedeFileConverter_cfg::e, and elem.

Referenced by setEntry().

void TotemG4Hit::setEnergyLoss ( float  e)
void TotemG4Hit::setEntry ( double  x,
double  y,
double  z 
)
inline
void TotemG4Hit::setHadr ( double  e)

Definition at line 129 of file TotemG4Hit.cc.

References MillePedeFileConverter_cfg::e, and hadr.

Referenced by setEntry().

void TotemG4Hit::setIncidentEnergy ( double  e)
void TotemG4Hit::setPabs ( float  e)
void TotemG4Hit::setParentId ( int  p)
void TotemG4Hit::setParticleType ( short  i)

Definition at line 156 of file TotemG4Hit.cc.

References i, and theParticleType.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

156 {theParticleType = i;}
int i
Definition: DBlmapReader.cc:9
int theParticleType
Definition: TotemG4Hit.h:134
void TotemG4Hit::setPhiAtEntry ( float  f)

Definition at line 162 of file TotemG4Hit.cc.

References f, and thePhiAtEntry.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

162 {thePhiAtEntry = f ;}
float thePhiAtEntry
Definition: TotemG4Hit.h:137
double f[11][100]
void TotemG4Hit::setThetaAtEntry ( float  t)

Definition at line 161 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theThetaAtEntry.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

void TotemG4Hit::setTimeSlice ( double  d)
void TotemG4Hit::setTof ( float  e)
void TotemG4Hit::setTrackID ( int  i)

Definition at line 135 of file TotemG4Hit.cc.

References i, and theTrackID.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

135 { theTrackID = i; }
int i
Definition: DBlmapReader.cc:9
int theTrackID
Definition: TotemG4Hit.h:122
void TotemG4Hit::setUnitID ( uint32_t  i)

Definition at line 138 of file TotemG4Hit.cc.

References i, and theUnitID.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

138 { theUnitID = i; }
int i
Definition: DBlmapReader.cc:9
uint32_t theUnitID
Definition: TotemG4Hit.h:124
void TotemG4Hit::setVx ( float  p)

Definition at line 177 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theVx.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

177 {theVx = t;}
float theVx
Definition: TotemG4Hit.h:142
void TotemG4Hit::setVy ( float  p)

Definition at line 180 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theVy.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

180 {theVy = t;}
float theVy
Definition: TotemG4Hit.h:143
void TotemG4Hit::setVz ( float  p)

Definition at line 183 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theVz.

Referenced by TotemSD::CreateNewHit(), TotemSD::CreateNewHitEvo(), and setEntry().

183 {theVz = t;}
float theVz
Definition: TotemG4Hit.h:144
void TotemG4Hit::setX ( float  t)

Definition at line 165 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theX.

Referenced by setEntry().

165 {theX = t;}
float theX
Definition: TotemG4Hit.h:128
void TotemG4Hit::setY ( float  t)

Definition at line 168 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theY.

Referenced by setEntry().

168 {theY = t;}
float theY
Definition: TotemG4Hit.h:129
void TotemG4Hit::setZ ( float  t)

Definition at line 171 of file TotemG4Hit.cc.

References lumiQTWidget::t, and theZ.

Referenced by setEntry().

171 {theZ = t;}
float theZ
Definition: TotemG4Hit.h:130

Member Data Documentation

double TotemG4Hit::elem
private

Definition at line 119 of file TotemG4Hit.h.

Referenced by addEnergyDeposit(), getEM(), getEnergyDeposit(), operator=(), setEM(), and TotemG4Hit().

math::XYZPoint TotemG4Hit::entry
private

Definition at line 118 of file TotemG4Hit.h.

Referenced by getEntry(), operator=(), setEntry(), and TotemG4Hit().

double TotemG4Hit::hadr
private
float TotemG4Hit::theEnergyLoss
private

Definition at line 133 of file TotemG4Hit.h.

Referenced by getEnergyLoss(), operator=(), setEnergyLoss(), and TotemG4Hit().

math::XYZPoint TotemG4Hit::theEntryPoint
private

Definition at line 138 of file TotemG4Hit.h.

Referenced by operator=(), and TotemG4Hit().

math::XYZPoint TotemG4Hit::theExitPoint
private

Definition at line 139 of file TotemG4Hit.h.

Referenced by operator=(), and TotemG4Hit().

double TotemG4Hit::theIncidentEnergy
private

Definition at line 121 of file TotemG4Hit.h.

Referenced by getIncidentEnergy(), operator=(), setIncidentEnergy(), and TotemG4Hit().

float TotemG4Hit::thePabs
private

Definition at line 131 of file TotemG4Hit.h.

Referenced by getPabs(), operator=(), setPabs(), and TotemG4Hit().

int TotemG4Hit::theParentId
private

Definition at line 141 of file TotemG4Hit.h.

Referenced by getParentId(), operator=(), setParentId(), and TotemG4Hit().

int TotemG4Hit::theParticleType
private

Definition at line 134 of file TotemG4Hit.h.

Referenced by getParticleType(), operator=(), setParticleType(), and TotemG4Hit().

float TotemG4Hit::thePhiAtEntry
private

Definition at line 137 of file TotemG4Hit.h.

Referenced by getPhiAtEntry(), operator=(), setPhiAtEntry(), and TotemG4Hit().

float TotemG4Hit::theThetaAtEntry
private

Definition at line 136 of file TotemG4Hit.h.

Referenced by getThetaAtEntry(), operator=(), setThetaAtEntry(), and TotemG4Hit().

double TotemG4Hit::theTimeSlice
private

Definition at line 125 of file TotemG4Hit.h.

Referenced by getTimeSlice(), getTimeSliceID(), operator=(), setTimeSlice(), and TotemG4Hit().

float TotemG4Hit::theTof
private

Definition at line 132 of file TotemG4Hit.h.

Referenced by getTof(), operator=(), setTof(), and TotemG4Hit().

int TotemG4Hit::theTrackID
private

Definition at line 122 of file TotemG4Hit.h.

Referenced by getTrackID(), operator=(), setTrackID(), and TotemG4Hit().

uint32_t TotemG4Hit::theUnitID
private

Definition at line 124 of file TotemG4Hit.h.

Referenced by getUnitID(), operator=(), setUnitID(), and TotemG4Hit().

float TotemG4Hit::theVx
private

Definition at line 142 of file TotemG4Hit.h.

Referenced by getVx(), operator=(), setVx(), and TotemG4Hit().

float TotemG4Hit::theVy
private

Definition at line 143 of file TotemG4Hit.h.

Referenced by getVy(), operator=(), setVy(), and TotemG4Hit().

float TotemG4Hit::theVz
private

Definition at line 144 of file TotemG4Hit.h.

Referenced by getVz(), operator=(), setVz(), and TotemG4Hit().

float TotemG4Hit::theX
private

Definition at line 128 of file TotemG4Hit.h.

Referenced by getX(), operator=(), setX(), and TotemG4Hit().

float TotemG4Hit::theY
private

Definition at line 129 of file TotemG4Hit.h.

Referenced by getY(), operator=(), setY(), and TotemG4Hit().

float TotemG4Hit::theZ
private

Definition at line 130 of file TotemG4Hit.h.

Referenced by getZ(), operator=(), setZ(), and TotemG4Hit().