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 () override
 
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 () override
 
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 () override
 

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() [1/2]

TotemG4Hit::TotemG4Hit ( )

Definition at line 23 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.

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:132
float theTof
Definition: TotemG4Hit.h:128
int theParentId
Definition: TotemG4Hit.h:137
void setEntry(double x, double y, double z)
Definition: TotemG4Hit.h:55
float theVx
Definition: TotemG4Hit.h:138
float theY
Definition: TotemG4Hit.h:125
int theTrackID
Definition: TotemG4Hit.h:119
float theZ
Definition: TotemG4Hit.h:126
uint32_t theUnitID
Definition: TotemG4Hit.h:121
double theTimeSlice
Definition: TotemG4Hit.h:122
float thePhiAtEntry
Definition: TotemG4Hit.h:133
float theX
Definition: TotemG4Hit.h:124
float theEnergyLoss
Definition: TotemG4Hit.h:129
float theVz
Definition: TotemG4Hit.h:140
int theParticleType
Definition: TotemG4Hit.h:130
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:135
float theVy
Definition: TotemG4Hit.h:139
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:134
float thePabs
Definition: TotemG4Hit.h:127
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116
double theIncidentEnergy
Definition: TotemG4Hit.h:118

◆ ~TotemG4Hit()

TotemG4Hit::~TotemG4Hit ( )
override

Definition at line 50 of file TotemG4Hit.cc.

50 {}

◆ TotemG4Hit() [2/2]

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  entry = right.entry;
54  elem = right.elem;
55  hadr = right.hadr;
57  theTrackID = right.theTrackID;
58  theUnitID = right.theUnitID;
59  theTimeSlice = right.theTimeSlice;
60 
61  theX = right.theX;
62  theY = right.theY;
63  theZ = right.theZ;
64  thePabs = right.thePabs;
65  theTof = right.theTof;
68 
72  theExitPoint = right.theExitPoint;
73  theParentId = right.theParentId;
74  theVx = right.theVx;
75  theVy = right.theVy;
76  theVz = right.theVz;
77 }
float theThetaAtEntry
Definition: TotemG4Hit.h:132
float theTof
Definition: TotemG4Hit.h:128
int theParentId
Definition: TotemG4Hit.h:137
float theVx
Definition: TotemG4Hit.h:138
float theY
Definition: TotemG4Hit.h:125
int theTrackID
Definition: TotemG4Hit.h:119
float theZ
Definition: TotemG4Hit.h:126
uint32_t theUnitID
Definition: TotemG4Hit.h:121
double theTimeSlice
Definition: TotemG4Hit.h:122
float thePhiAtEntry
Definition: TotemG4Hit.h:133
float theX
Definition: TotemG4Hit.h:124
float theEnergyLoss
Definition: TotemG4Hit.h:129
float theVz
Definition: TotemG4Hit.h:140
int theParticleType
Definition: TotemG4Hit.h:130
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:135
float theVy
Definition: TotemG4Hit.h:139
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:134
float thePabs
Definition: TotemG4Hit.h:127
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116
math::XYZPoint entry
Definition: TotemG4Hit.h:115
double theIncidentEnergy
Definition: TotemG4Hit.h:118

Member Function Documentation

◆ addEnergyDeposit() [1/2]

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

Definition at line 136 of file TotemG4Hit.cc.

References elem, and hadr.

136  {
137  elem += em;
138  hadr += hd;
139 }
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116

◆ addEnergyDeposit() [2/2]

void TotemG4Hit::addEnergyDeposit ( const TotemG4Hit aHit)

Definition at line 108 of file TotemG4Hit.cc.

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

108  {
109  elem += aHit.getEM();
110  hadr += aHit.getHadr();
111 }
double getHadr() const
Definition: TotemG4Hit.cc:120
double getEM() const
Definition: TotemG4Hit.cc:117
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116

◆ Draw()

void TotemG4Hit::Draw ( )
inlineoverride

Definition at line 51 of file TotemG4Hit.h.

51 {}

◆ getEM()

double TotemG4Hit::getEM ( ) const

Definition at line 117 of file TotemG4Hit.cc.

References elem.

Referenced by addEnergyDeposit().

117 { return elem; }
double elem
Definition: TotemG4Hit.h:116

◆ getEnergyDeposit()

double TotemG4Hit::getEnergyDeposit ( ) const

Definition at line 141 of file TotemG4Hit.cc.

References elem, and hadr.

141 { return elem + hadr; }
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116

◆ getEnergyLoss()

float TotemG4Hit::getEnergyLoss ( ) const

Definition at line 145 of file TotemG4Hit.cc.

References theEnergyLoss.

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

145 { return theEnergyLoss; }
float theEnergyLoss
Definition: TotemG4Hit.h:129

◆ getEntry()

math::XYZPoint TotemG4Hit::getEntry ( ) const

Definition at line 115 of file TotemG4Hit.cc.

References entry.

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

115 { return entry; }
math::XYZPoint entry
Definition: TotemG4Hit.h:115

◆ getHadr()

double TotemG4Hit::getHadr ( ) const

Definition at line 120 of file TotemG4Hit.cc.

References hadr.

Referenced by addEnergyDeposit().

120 { return hadr; }
double hadr
Definition: TotemG4Hit.h:117

◆ getIncidentEnergy()

double TotemG4Hit::getIncidentEnergy ( ) const

Definition at line 123 of file TotemG4Hit.cc.

References theIncidentEnergy.

123 { return theIncidentEnergy; }
double theIncidentEnergy
Definition: TotemG4Hit.h:118

◆ getPabs()

float TotemG4Hit::getPabs ( ) const

Definition at line 143 of file TotemG4Hit.cc.

References thePabs.

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

143 { return thePabs; }
float thePabs
Definition: TotemG4Hit.h:127

◆ getParentId()

int TotemG4Hit::getParentId ( ) const

Definition at line 168 of file TotemG4Hit.cc.

References theParentId.

Referenced by TotemTestGem::fillEvent().

168 { return theParentId; }
int theParentId
Definition: TotemG4Hit.h:137

◆ getParticleType()

int TotemG4Hit::getParticleType ( ) const

Definition at line 146 of file TotemG4Hit.cc.

References theParticleType.

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

146 { return theParticleType; }
int theParticleType
Definition: TotemG4Hit.h:130

◆ getPhiAtEntry()

float TotemG4Hit::getPhiAtEntry ( ) const

Definition at line 154 of file TotemG4Hit.cc.

References thePhiAtEntry.

Referenced by TotemSD::EndOfEvent().

154 { return thePhiAtEntry; }
float thePhiAtEntry
Definition: TotemG4Hit.h:133

◆ getThetaAtEntry()

float TotemG4Hit::getThetaAtEntry ( ) const

Definition at line 153 of file TotemG4Hit.cc.

References theThetaAtEntry.

Referenced by TotemSD::EndOfEvent().

153 { return theThetaAtEntry; }
float theThetaAtEntry
Definition: TotemG4Hit.h:132

◆ getTimeSlice()

double TotemG4Hit::getTimeSlice ( ) const

Definition at line 132 of file TotemG4Hit.cc.

References theTimeSlice.

132 { return theTimeSlice; }
double theTimeSlice
Definition: TotemG4Hit.h:122

◆ getTimeSliceID()

int TotemG4Hit::getTimeSliceID ( ) const

Definition at line 134 of file TotemG4Hit.cc.

References theTimeSlice.

Referenced by TotemSD::hitExists().

134 { return (int)theTimeSlice; }
double theTimeSlice
Definition: TotemG4Hit.h:122

◆ getTof()

float TotemG4Hit::getTof ( ) const

Definition at line 144 of file TotemG4Hit.cc.

References theTof.

Referenced by TotemSD::EndOfEvent().

144 { return theTof; }
float theTof
Definition: TotemG4Hit.h:128

◆ getTrackID()

int TotemG4Hit::getTrackID ( ) const

Definition at line 126 of file TotemG4Hit.cc.

References theTrackID.

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

126 { return theTrackID; }
int theTrackID
Definition: TotemG4Hit.h:119

◆ getUnitID()

uint32_t TotemG4Hit::getUnitID ( ) const

Definition at line 129 of file TotemG4Hit.cc.

References theUnitID.

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

129 { return theUnitID; }
uint32_t theUnitID
Definition: TotemG4Hit.h:121

◆ getVx()

float TotemG4Hit::getVx ( ) const

Definition at line 171 of file TotemG4Hit.cc.

References theVx.

Referenced by TotemTestGem::fillEvent().

171 { return theVx; }
float theVx
Definition: TotemG4Hit.h:138

◆ getVy()

float TotemG4Hit::getVy ( ) const

Definition at line 174 of file TotemG4Hit.cc.

References theVy.

Referenced by TotemTestGem::fillEvent().

174 { return theVy; }
float theVy
Definition: TotemG4Hit.h:139

◆ getVz()

float TotemG4Hit::getVz ( ) const

Definition at line 177 of file TotemG4Hit.cc.

References theVz.

Referenced by TotemTestGem::fillEvent().

177 { return theVz; }
float theVz
Definition: TotemG4Hit.h:140

◆ getX()

float TotemG4Hit::getX ( ) const

Definition at line 159 of file TotemG4Hit.cc.

References theX.

159 { return theX; }
float theX
Definition: TotemG4Hit.h:124

◆ getY()

float TotemG4Hit::getY ( ) const

Definition at line 162 of file TotemG4Hit.cc.

References theY.

162 { return theY; }
float theY
Definition: TotemG4Hit.h:125

◆ getZ()

float TotemG4Hit::getZ ( ) const

Definition at line 165 of file TotemG4Hit.cc.

References theZ.

165 { return theZ; }
float theZ
Definition: TotemG4Hit.h:126

◆ operator=()

const TotemG4Hit & TotemG4Hit::operator= ( const TotemG4Hit right)

Definition at line 79 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.

79  {
80  entry = right.entry;
81  elem = right.elem;
82  hadr = right.hadr;
84  theTrackID = right.theTrackID;
85  theUnitID = right.theUnitID;
86  theTimeSlice = right.theTimeSlice;
87 
88  theX = right.theX;
89  theY = right.theY;
90  theZ = right.theZ;
91  thePabs = right.thePabs;
92  theTof = right.theTof;
95 
99  theExitPoint = right.theExitPoint;
100  theParentId = right.theParentId;
101  theVx = right.theVx;
102  theVy = right.theVy;
103  theVz = right.theVz;
104 
105  return *this;
106 }
float theThetaAtEntry
Definition: TotemG4Hit.h:132
float theTof
Definition: TotemG4Hit.h:128
int theParentId
Definition: TotemG4Hit.h:137
float theVx
Definition: TotemG4Hit.h:138
float theY
Definition: TotemG4Hit.h:125
int theTrackID
Definition: TotemG4Hit.h:119
float theZ
Definition: TotemG4Hit.h:126
uint32_t theUnitID
Definition: TotemG4Hit.h:121
double theTimeSlice
Definition: TotemG4Hit.h:122
float thePhiAtEntry
Definition: TotemG4Hit.h:133
float theX
Definition: TotemG4Hit.h:124
float theEnergyLoss
Definition: TotemG4Hit.h:129
float theVz
Definition: TotemG4Hit.h:140
int theParticleType
Definition: TotemG4Hit.h:130
math::XYZPoint theExitPoint
Definition: TotemG4Hit.h:135
float theVy
Definition: TotemG4Hit.h:139
math::XYZPoint theEntryPoint
Definition: TotemG4Hit.h:134
float thePabs
Definition: TotemG4Hit.h:127
double hadr
Definition: TotemG4Hit.h:117
double elem
Definition: TotemG4Hit.h:116
math::XYZPoint entry
Definition: TotemG4Hit.h:115
double theIncidentEnergy
Definition: TotemG4Hit.h:118

◆ operator==()

int TotemG4Hit::operator== ( const TotemG4Hit )
inline

Definition at line 48 of file TotemG4Hit.h.

48 { return 0; }

◆ Print()

void TotemG4Hit::Print ( void  )
override

Definition at line 113 of file TotemG4Hit.cc.

113 { edm::LogVerbatim("ForwardSim") << (*this); }
Log< level::Info, true > LogVerbatim

◆ setEM()

void TotemG4Hit::setEM ( double  e)

Definition at line 118 of file TotemG4Hit.cc.

References MillePedeFileConverter_cfg::e, and elem.

◆ setEnergyLoss()

void TotemG4Hit::setEnergyLoss ( float  e)

◆ setEntry()

void TotemG4Hit::setEntry ( double  x,
double  y,
double  z 
)
inline

Definition at line 55 of file TotemG4Hit.h.

References entry, x, y, and z.

Referenced by TotemSD::createNewHit(), TotemSD::createNewHitEvo(), and TotemG4Hit().

55 { entry.SetCoordinates(x, y, z); }
math::XYZPoint entry
Definition: TotemG4Hit.h:115

◆ setHadr()

void TotemG4Hit::setHadr ( double  e)

Definition at line 121 of file TotemG4Hit.cc.

References MillePedeFileConverter_cfg::e, and hadr.

◆ setIncidentEnergy()

void TotemG4Hit::setIncidentEnergy ( double  e)

◆ setPabs()

void TotemG4Hit::setPabs ( float  e)

◆ setParentId()

void TotemG4Hit::setParentId ( int  p)

◆ setParticleType()

void TotemG4Hit::setParticleType ( short  i)

Definition at line 151 of file TotemG4Hit.cc.

References mps_fire::i, and theParticleType.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

151 { theParticleType = i; }
int theParticleType
Definition: TotemG4Hit.h:130

◆ setPhiAtEntry()

void TotemG4Hit::setPhiAtEntry ( float  f)

Definition at line 157 of file TotemG4Hit.cc.

References f, and thePhiAtEntry.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

157 { thePhiAtEntry = f; }
float thePhiAtEntry
Definition: TotemG4Hit.h:133
double f[11][100]

◆ setThetaAtEntry()

void TotemG4Hit::setThetaAtEntry ( float  t)

◆ setTimeSlice()

void TotemG4Hit::setTimeSlice ( double  d)

Definition at line 133 of file TotemG4Hit.cc.

References ztail::d, and theTimeSlice.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

133 { theTimeSlice = d; }
double theTimeSlice
Definition: TotemG4Hit.h:122
d
Definition: ztail.py:151

◆ setTof()

void TotemG4Hit::setTof ( float  e)

◆ setTrackID()

void TotemG4Hit::setTrackID ( int  i)

Definition at line 127 of file TotemG4Hit.cc.

References mps_fire::i, and theTrackID.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

127 { theTrackID = i; }
int theTrackID
Definition: TotemG4Hit.h:119

◆ setUnitID()

void TotemG4Hit::setUnitID ( uint32_t  i)

Definition at line 130 of file TotemG4Hit.cc.

References mps_fire::i, and theUnitID.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

130 { theUnitID = i; }
uint32_t theUnitID
Definition: TotemG4Hit.h:121

◆ setVx()

void TotemG4Hit::setVx ( float  p)

Definition at line 172 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theVx.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

◆ setVy()

void TotemG4Hit::setVy ( float  p)

Definition at line 175 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theVy.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

◆ setVz()

void TotemG4Hit::setVz ( float  p)

Definition at line 178 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theVz.

Referenced by TotemSD::createNewHit(), and TotemSD::createNewHitEvo().

◆ setX()

void TotemG4Hit::setX ( float  t)

Definition at line 160 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theX.

◆ setY()

void TotemG4Hit::setY ( float  t)

Definition at line 163 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theY.

◆ setZ()

void TotemG4Hit::setZ ( float  t)

Definition at line 166 of file TotemG4Hit.cc.

References submitPVValidationJobs::t, and theZ.

Member Data Documentation

◆ elem

double TotemG4Hit::elem
private

Definition at line 116 of file TotemG4Hit.h.

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

◆ entry

math::XYZPoint TotemG4Hit::entry
private

Definition at line 115 of file TotemG4Hit.h.

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

◆ hadr

double TotemG4Hit::hadr
private

◆ theEnergyLoss

float TotemG4Hit::theEnergyLoss
private

Definition at line 129 of file TotemG4Hit.h.

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

◆ theEntryPoint

math::XYZPoint TotemG4Hit::theEntryPoint
private

Definition at line 134 of file TotemG4Hit.h.

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

◆ theExitPoint

math::XYZPoint TotemG4Hit::theExitPoint
private

Definition at line 135 of file TotemG4Hit.h.

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

◆ theIncidentEnergy

double TotemG4Hit::theIncidentEnergy
private

Definition at line 118 of file TotemG4Hit.h.

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

◆ thePabs

float TotemG4Hit::thePabs
private

Definition at line 127 of file TotemG4Hit.h.

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

◆ theParentId

int TotemG4Hit::theParentId
private

Definition at line 137 of file TotemG4Hit.h.

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

◆ theParticleType

int TotemG4Hit::theParticleType
private

Definition at line 130 of file TotemG4Hit.h.

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

◆ thePhiAtEntry

float TotemG4Hit::thePhiAtEntry
private

Definition at line 133 of file TotemG4Hit.h.

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

◆ theThetaAtEntry

float TotemG4Hit::theThetaAtEntry
private

Definition at line 132 of file TotemG4Hit.h.

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

◆ theTimeSlice

double TotemG4Hit::theTimeSlice
private

Definition at line 122 of file TotemG4Hit.h.

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

◆ theTof

float TotemG4Hit::theTof
private

Definition at line 128 of file TotemG4Hit.h.

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

◆ theTrackID

int TotemG4Hit::theTrackID
private

Definition at line 119 of file TotemG4Hit.h.

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

◆ theUnitID

uint32_t TotemG4Hit::theUnitID
private

Definition at line 121 of file TotemG4Hit.h.

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

◆ theVx

float TotemG4Hit::theVx
private

Definition at line 138 of file TotemG4Hit.h.

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

◆ theVy

float TotemG4Hit::theVy
private

Definition at line 139 of file TotemG4Hit.h.

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

◆ theVz

float TotemG4Hit::theVz
private

Definition at line 140 of file TotemG4Hit.h.

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

◆ theX

float TotemG4Hit::theX
private

Definition at line 124 of file TotemG4Hit.h.

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

◆ theY

float TotemG4Hit::theY
private

Definition at line 125 of file TotemG4Hit.h.

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

◆ theZ

float TotemG4Hit::theZ
private

Definition at line 126 of file TotemG4Hit.h.

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