CMS 3D CMS Logo

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

#include <FP420G4Hit.h>

Inheritance diagram for FP420G4Hit:

Public Member Functions

void addEnergyDeposit (double em, double hd)
 
void addEnergyDeposit (const FP420G4Hit &aHit)
 
void addEnergyLoss (float e)
 
void Draw () override
 
 FP420G4Hit ()
 
 FP420G4Hit (const FP420G4Hit &right)
 
double getEM () const
 
double getEnergyDeposit () const
 
float getEnergyLoss () const
 
G4ThreeVector getEntry () const
 
G4ThreeVector getEntryLocalP () const
 
G4ThreeVector getExitLocalP () 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
 
unsigned int getTrackID () const
 
unsigned int getUnitID () const
 
float getVx () const
 
float getVy () const
 
float getVz () const
 
float getX () const
 
float getY () const
 
float getZ () const
 
const FP420G4Hitoperator= (const FP420G4Hit &right)
 
int operator== (const FP420G4Hit &)
 
void Print () override
 
void setEM (double e)
 
void setEnergyLoss (float e)
 
void setEntry (const G4ThreeVector &xyz)
 
void setEntryLocalP (const G4ThreeVector &xyz1)
 
void setExitLocalP (const G4ThreeVector &xyz1)
 
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 (unsigned int 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)
 
 ~FP420G4Hit () override
 

Private Attributes

double elem
 
G4ThreeVector entry
 
G4ThreeVector entrylp
 
G4ThreeVector exitlp
 
double hadr
 
float theEnergyLoss
 
double theIncidentEnergy
 
float thePabs
 
int theParentId
 
int theParticleType
 
float thePhiAtEntry
 
float theThetaAtEntry
 
double theTimeSlice
 
float theTof
 
G4int theTrackID
 
int theUnitID
 
float theVx
 
float theVy
 
float theVz
 
float theX
 
float theY
 
float theZ
 

Detailed Description

Definition at line 18 of file FP420G4Hit.h.

Constructor & Destructor Documentation

◆ FP420G4Hit() [1/2]

FP420G4Hit::FP420G4Hit ( )

Definition at line 10 of file FP420G4Hit.cc.

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

10  : entry(0) {
11  entrylp(0);
12  exitlp(0);
13  elem = 0.;
14  hadr = 0.;
15  theIncidentEnergy = 0.;
16  theTimeSlice = 0.;
17  theTrackID = -1;
18  theUnitID = 0;
19  thePabs = 0.;
20  theTof = 0.;
21  theEnergyLoss = 0.;
22  theParticleType = 0;
23  theUnitID = 0;
24  theTrackID = -1;
25  theThetaAtEntry = -10000.;
26  thePhiAtEntry = -10000.;
27  theParentId = 0;
28 
29  theX = 0.;
30  theY = 0.;
31  theZ = 0.;
32  theVx = 0.;
33  theVy = 0.;
34  theVz = 0.;
35 }
float theTof
Definition: FP420G4Hit.h:115
double theIncidentEnergy
Definition: FP420G4Hit.h:104
G4ThreeVector entrylp
Definition: FP420G4Hit.h:100
double theTimeSlice
Definition: FP420G4Hit.h:107
int theParentId
Definition: FP420G4Hit.h:122
int theParticleType
Definition: FP420G4Hit.h:117
double elem
Definition: FP420G4Hit.h:102
double hadr
Definition: FP420G4Hit.h:103
G4int theTrackID
Definition: FP420G4Hit.h:105
G4ThreeVector exitlp
Definition: FP420G4Hit.h:101
float theVy
Definition: FP420G4Hit.h:124
float theThetaAtEntry
Definition: FP420G4Hit.h:119
float thePabs
Definition: FP420G4Hit.h:114
float theY
Definition: FP420G4Hit.h:112
int theUnitID
Definition: FP420G4Hit.h:109
G4ThreeVector entry
Definition: FP420G4Hit.h:99
float theZ
Definition: FP420G4Hit.h:113
float theVx
Definition: FP420G4Hit.h:123
float theEnergyLoss
Definition: FP420G4Hit.h:116
float thePhiAtEntry
Definition: FP420G4Hit.h:120
float theX
Definition: FP420G4Hit.h:111
float theVz
Definition: FP420G4Hit.h:125

◆ ~FP420G4Hit()

FP420G4Hit::~FP420G4Hit ( )
override

Definition at line 37 of file FP420G4Hit.cc.

37 {}

◆ FP420G4Hit() [2/2]

FP420G4Hit::FP420G4Hit ( const FP420G4Hit right)

Definition at line 39 of file FP420G4Hit.cc.

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

39  {
40  theUnitID = right.theUnitID;
41 
42  theTrackID = right.theTrackID;
43  theTof = right.theTof;
46  thePabs = right.thePabs;
47  elem = right.elem;
48  hadr = right.hadr;
50  theTimeSlice = right.theTimeSlice;
51  entry = right.entry;
52  entrylp = right.entrylp;
53  exitlp = right.exitlp;
56  theParentId = right.theParentId;
57 
58  theX = right.theX;
59  theY = right.theY;
60  theZ = right.theZ;
61 
62  theVx = right.theVx;
63  theVy = right.theVy;
64  theVz = right.theVz;
65 }
float theTof
Definition: FP420G4Hit.h:115
double theIncidentEnergy
Definition: FP420G4Hit.h:104
G4ThreeVector entrylp
Definition: FP420G4Hit.h:100
double theTimeSlice
Definition: FP420G4Hit.h:107
int theParentId
Definition: FP420G4Hit.h:122
int theParticleType
Definition: FP420G4Hit.h:117
double elem
Definition: FP420G4Hit.h:102
double hadr
Definition: FP420G4Hit.h:103
G4int theTrackID
Definition: FP420G4Hit.h:105
G4ThreeVector exitlp
Definition: FP420G4Hit.h:101
float theVy
Definition: FP420G4Hit.h:124
float theThetaAtEntry
Definition: FP420G4Hit.h:119
float thePabs
Definition: FP420G4Hit.h:114
float theY
Definition: FP420G4Hit.h:112
int theUnitID
Definition: FP420G4Hit.h:109
G4ThreeVector entry
Definition: FP420G4Hit.h:99
float theZ
Definition: FP420G4Hit.h:113
float theVx
Definition: FP420G4Hit.h:123
float theEnergyLoss
Definition: FP420G4Hit.h:116
float thePhiAtEntry
Definition: FP420G4Hit.h:120
float theX
Definition: FP420G4Hit.h:111
float theVz
Definition: FP420G4Hit.h:125

Member Function Documentation

◆ addEnergyDeposit() [1/2]

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

Definition at line 132 of file FP420G4Hit.cc.

References elem, and hadr.

Referenced by FP420SD::UpdateHit().

132  {
133  elem += em;
134  hadr += hd;
135 }
double elem
Definition: FP420G4Hit.h:102
double hadr
Definition: FP420G4Hit.h:103

◆ addEnergyDeposit() [2/2]

void FP420G4Hit::addEnergyDeposit ( const FP420G4Hit aHit)

Definition at line 97 of file FP420G4Hit.cc.

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

97  {
98  elem += aHit.getEM();
99  hadr += aHit.getHadr();
100 }
double getHadr() const
Definition: FP420G4Hit.cc:116
double elem
Definition: FP420G4Hit.h:102
double getEM() const
Definition: FP420G4Hit.cc:113
double hadr
Definition: FP420G4Hit.h:103

◆ addEnergyLoss()

void FP420G4Hit::addEnergyLoss ( float  e)

◆ Draw()

void FP420G4Hit::Draw ( )
inlineoverride

Definition at line 26 of file FP420G4Hit.h.

26 {}

◆ getEM()

double FP420G4Hit::getEM ( ) const

Definition at line 113 of file FP420G4Hit.cc.

References elem.

Referenced by addEnergyDeposit().

113 { return elem; }
double elem
Definition: FP420G4Hit.h:102

◆ getEnergyDeposit()

double FP420G4Hit::getEnergyDeposit ( ) const

Definition at line 137 of file FP420G4Hit.cc.

References elem, and hadr.

137 { return elem + hadr; }
double elem
Definition: FP420G4Hit.h:102
double hadr
Definition: FP420G4Hit.h:103

◆ getEnergyLoss()

float FP420G4Hit::getEnergyLoss ( ) const

Definition at line 141 of file FP420G4Hit.cc.

References theEnergyLoss.

Referenced by FP420SD::EndOfEvent(), and FP420Test::update().

141 { return theEnergyLoss; }
float theEnergyLoss
Definition: FP420G4Hit.h:116

◆ getEntry()

G4ThreeVector FP420G4Hit::getEntry ( ) const

Definition at line 104 of file FP420G4Hit.cc.

References entry.

Referenced by FP420SD::EndOfEvent(), and FP420Test::update().

104 { return entry; }
G4ThreeVector entry
Definition: FP420G4Hit.h:99

◆ getEntryLocalP()

G4ThreeVector FP420G4Hit::getEntryLocalP ( ) const

Definition at line 107 of file FP420G4Hit.cc.

References entrylp.

Referenced by FP420SD::EndOfEvent(), and FP420Test::update().

107 { return entrylp; }
G4ThreeVector entrylp
Definition: FP420G4Hit.h:100

◆ getExitLocalP()

G4ThreeVector FP420G4Hit::getExitLocalP ( ) const

Definition at line 110 of file FP420G4Hit.cc.

References exitlp.

Referenced by FP420SD::EndOfEvent(), and FP420Test::update().

110 { return exitlp; }
G4ThreeVector exitlp
Definition: FP420G4Hit.h:101

◆ getHadr()

double FP420G4Hit::getHadr ( ) const

Definition at line 116 of file FP420G4Hit.cc.

References hadr.

Referenced by addEnergyDeposit().

116 { return hadr; }
double hadr
Definition: FP420G4Hit.h:103

◆ getIncidentEnergy()

double FP420G4Hit::getIncidentEnergy ( ) const

Definition at line 119 of file FP420G4Hit.cc.

References theIncidentEnergy.

119 { return theIncidentEnergy; }
double theIncidentEnergy
Definition: FP420G4Hit.h:104

◆ getPabs()

float FP420G4Hit::getPabs ( ) const

Definition at line 139 of file FP420G4Hit.cc.

References thePabs.

Referenced by FP420SD::EndOfEvent().

139 { return thePabs; }
float thePabs
Definition: FP420G4Hit.h:114

◆ getParentId()

int FP420G4Hit::getParentId ( ) const

Definition at line 165 of file FP420G4Hit.cc.

References theParentId.

165 { return theParentId; }
int theParentId
Definition: FP420G4Hit.h:122

◆ getParticleType()

int FP420G4Hit::getParticleType ( ) const

Definition at line 142 of file FP420G4Hit.cc.

References theParticleType.

Referenced by FP420SD::EndOfEvent().

142 { return theParticleType; }
int theParticleType
Definition: FP420G4Hit.h:117

◆ getPhiAtEntry()

float FP420G4Hit::getPhiAtEntry ( ) const

Definition at line 151 of file FP420G4Hit.cc.

References thePhiAtEntry.

Referenced by FP420SD::EndOfEvent().

151 { return thePhiAtEntry; }
float thePhiAtEntry
Definition: FP420G4Hit.h:120

◆ getThetaAtEntry()

float FP420G4Hit::getThetaAtEntry ( ) const

Definition at line 150 of file FP420G4Hit.cc.

References theThetaAtEntry.

Referenced by FP420SD::EndOfEvent().

150 { return theThetaAtEntry; }
float theThetaAtEntry
Definition: FP420G4Hit.h:119

◆ getTimeSlice()

double FP420G4Hit::getTimeSlice ( ) const

Definition at line 128 of file FP420G4Hit.cc.

References theTimeSlice.

128 { return theTimeSlice; }
double theTimeSlice
Definition: FP420G4Hit.h:107

◆ getTimeSliceID()

int FP420G4Hit::getTimeSliceID ( ) const

Definition at line 130 of file FP420G4Hit.cc.

References theTimeSlice.

Referenced by FP420SD::HitExists().

130 { return (int)theTimeSlice; }
double theTimeSlice
Definition: FP420G4Hit.h:107

◆ getTof()

float FP420G4Hit::getTof ( ) const

Definition at line 140 of file FP420G4Hit.cc.

References theTof.

Referenced by FP420SD::EndOfEvent().

140 { return theTof; }
float theTof
Definition: FP420G4Hit.h:115

◆ getTrackID()

unsigned int FP420G4Hit::getTrackID ( ) const

Definition at line 122 of file FP420G4Hit.cc.

References theTrackID.

Referenced by FP420SD::EndOfEvent(), FP420SD::HitExists(), and FP420Test::update().

122 { return theTrackID; }
G4int theTrackID
Definition: FP420G4Hit.h:105

◆ getUnitID()

unsigned int FP420G4Hit::getUnitID ( ) const

Definition at line 125 of file FP420G4Hit.cc.

References theUnitID.

Referenced by FP420SD::EndOfEvent(), FP420SD::HitExists(), and FP420Test::update().

125 { return theUnitID; }
int theUnitID
Definition: FP420G4Hit.h:109

◆ getVx()

float FP420G4Hit::getVx ( ) const

Definition at line 168 of file FP420G4Hit.cc.

References theVx.

168 { return theVx; }
float theVx
Definition: FP420G4Hit.h:123

◆ getVy()

float FP420G4Hit::getVy ( ) const

Definition at line 171 of file FP420G4Hit.cc.

References theVy.

171 { return theVy; }
float theVy
Definition: FP420G4Hit.h:124

◆ getVz()

float FP420G4Hit::getVz ( ) const

Definition at line 174 of file FP420G4Hit.cc.

References theVz.

174 { return theVz; }
float theVz
Definition: FP420G4Hit.h:125

◆ getX()

float FP420G4Hit::getX ( ) const

Definition at line 156 of file FP420G4Hit.cc.

References theX.

156 { return theX; }
float theX
Definition: FP420G4Hit.h:111

◆ getY()

float FP420G4Hit::getY ( ) const

Definition at line 159 of file FP420G4Hit.cc.

References theY.

159 { return theY; }
float theY
Definition: FP420G4Hit.h:112

◆ getZ()

float FP420G4Hit::getZ ( ) const

Definition at line 162 of file FP420G4Hit.cc.

References theZ.

162 { return theZ; }
float theZ
Definition: FP420G4Hit.h:113

◆ operator=()

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

Definition at line 67 of file FP420G4Hit.cc.

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

67  {
68  theUnitID = right.theUnitID;
69 
70  theTrackID = right.theTrackID;
71  theTof = right.theTof;
74  thePabs = right.thePabs;
75  elem = right.elem;
76  hadr = right.hadr;
78  theTimeSlice = right.theTimeSlice;
79  entry = right.entry;
80  entrylp = right.entrylp;
81  exitlp = right.exitlp;
84  theParentId = right.theParentId;
85 
86  theX = right.theX;
87  theY = right.theY;
88  theZ = right.theZ;
89 
90  theVx = right.theVx;
91  theVy = right.theVy;
92  theVz = right.theVz;
93 
94  return *this;
95 }
float theTof
Definition: FP420G4Hit.h:115
double theIncidentEnergy
Definition: FP420G4Hit.h:104
G4ThreeVector entrylp
Definition: FP420G4Hit.h:100
double theTimeSlice
Definition: FP420G4Hit.h:107
int theParentId
Definition: FP420G4Hit.h:122
int theParticleType
Definition: FP420G4Hit.h:117
double elem
Definition: FP420G4Hit.h:102
double hadr
Definition: FP420G4Hit.h:103
G4int theTrackID
Definition: FP420G4Hit.h:105
G4ThreeVector exitlp
Definition: FP420G4Hit.h:101
float theVy
Definition: FP420G4Hit.h:124
float theThetaAtEntry
Definition: FP420G4Hit.h:119
float thePabs
Definition: FP420G4Hit.h:114
float theY
Definition: FP420G4Hit.h:112
int theUnitID
Definition: FP420G4Hit.h:109
G4ThreeVector entry
Definition: FP420G4Hit.h:99
float theZ
Definition: FP420G4Hit.h:113
float theVx
Definition: FP420G4Hit.h:123
float theEnergyLoss
Definition: FP420G4Hit.h:116
float thePhiAtEntry
Definition: FP420G4Hit.h:120
float theX
Definition: FP420G4Hit.h:111
float theVz
Definition: FP420G4Hit.h:125

◆ operator==()

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

Definition at line 24 of file FP420G4Hit.h.

24 { return 0; }

◆ Print()

void FP420G4Hit::Print ( void  )
override

Definition at line 102 of file FP420G4Hit.cc.

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

◆ setEM()

void FP420G4Hit::setEM ( double  e)

Definition at line 114 of file FP420G4Hit.cc.

References MillePedeFileConverter_cfg::e, and elem.

◆ setEnergyLoss()

void FP420G4Hit::setEnergyLoss ( float  e)

◆ setEntry()

void FP420G4Hit::setEntry ( const G4ThreeVector &  xyz)

Definition at line 105 of file FP420G4Hit.cc.

References entry.

Referenced by FP420SD::CreateNewHit().

105 { entry = xyz; }
G4ThreeVector entry
Definition: FP420G4Hit.h:99

◆ setEntryLocalP()

void FP420G4Hit::setEntryLocalP ( const G4ThreeVector &  xyz1)

Definition at line 108 of file FP420G4Hit.cc.

References entrylp.

Referenced by FP420SD::CreateNewHit().

108 { entrylp = xyz1; }
G4ThreeVector entrylp
Definition: FP420G4Hit.h:100

◆ setExitLocalP()

void FP420G4Hit::setExitLocalP ( const G4ThreeVector &  xyz1)

Definition at line 111 of file FP420G4Hit.cc.

References exitlp.

Referenced by FP420SD::CreateNewHit().

111 { exitlp = xyz1; }
G4ThreeVector exitlp
Definition: FP420G4Hit.h:101

◆ setHadr()

void FP420G4Hit::setHadr ( double  e)

Definition at line 117 of file FP420G4Hit.cc.

References MillePedeFileConverter_cfg::e, and hadr.

◆ setIncidentEnergy()

void FP420G4Hit::setIncidentEnergy ( double  e)

◆ setPabs()

void FP420G4Hit::setPabs ( float  e)

Definition at line 144 of file FP420G4Hit.cc.

References MillePedeFileConverter_cfg::e, and thePabs.

Referenced by FP420SD::CreateNewHit().

◆ setParentId()

void FP420G4Hit::setParentId ( int  p)

◆ setParticleType()

void FP420G4Hit::setParticleType ( short  i)

Definition at line 148 of file FP420G4Hit.cc.

References mps_fire::i, and theParticleType.

Referenced by FP420SD::CreateNewHit().

148 { theParticleType = i; }
int theParticleType
Definition: FP420G4Hit.h:117

◆ setPhiAtEntry()

void FP420G4Hit::setPhiAtEntry ( float  f)

Definition at line 154 of file FP420G4Hit.cc.

References f, and thePhiAtEntry.

Referenced by FP420SD::CreateNewHit().

154 { thePhiAtEntry = f; }
double f[11][100]
float thePhiAtEntry
Definition: FP420G4Hit.h:120

◆ setThetaAtEntry()

void FP420G4Hit::setThetaAtEntry ( float  t)

Definition at line 153 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theThetaAtEntry.

Referenced by FP420SD::CreateNewHit().

◆ setTimeSlice()

void FP420G4Hit::setTimeSlice ( double  d)

Definition at line 129 of file FP420G4Hit.cc.

References ztail::d, and theTimeSlice.

Referenced by FP420SD::CreateNewHit().

129 { theTimeSlice = d; }
double theTimeSlice
Definition: FP420G4Hit.h:107
d
Definition: ztail.py:151

◆ setTof()

void FP420G4Hit::setTof ( float  e)

Definition at line 145 of file FP420G4Hit.cc.

References MillePedeFileConverter_cfg::e, and theTof.

Referenced by FP420SD::CreateNewHit().

◆ setTrackID()

void FP420G4Hit::setTrackID ( int  i)

Definition at line 123 of file FP420G4Hit.cc.

References mps_fire::i, and theTrackID.

Referenced by FP420SD::CreateNewHit().

123 { theTrackID = i; }
G4int theTrackID
Definition: FP420G4Hit.h:105

◆ setUnitID()

void FP420G4Hit::setUnitID ( unsigned int  i)

Definition at line 126 of file FP420G4Hit.cc.

References mps_fire::i, and theUnitID.

Referenced by FP420SD::CreateNewHit().

126 { theUnitID = i; }
int theUnitID
Definition: FP420G4Hit.h:109

◆ setVx()

void FP420G4Hit::setVx ( float  p)

Definition at line 169 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theVx.

Referenced by FP420SD::CreateNewHit().

◆ setVy()

void FP420G4Hit::setVy ( float  p)

Definition at line 172 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theVy.

Referenced by FP420SD::CreateNewHit().

◆ setVz()

void FP420G4Hit::setVz ( float  p)

Definition at line 175 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theVz.

Referenced by FP420SD::CreateNewHit().

◆ setX()

void FP420G4Hit::setX ( float  t)

Definition at line 157 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theX.

Referenced by FP420SD::CreateNewHit().

◆ setY()

void FP420G4Hit::setY ( float  t)

Definition at line 160 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theY.

Referenced by FP420SD::CreateNewHit().

◆ setZ()

void FP420G4Hit::setZ ( float  t)

Definition at line 163 of file FP420G4Hit.cc.

References submitPVValidationJobs::t, and theZ.

Referenced by FP420SD::CreateNewHit().

Member Data Documentation

◆ elem

double FP420G4Hit::elem
private

Definition at line 102 of file FP420G4Hit.h.

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

◆ entry

G4ThreeVector FP420G4Hit::entry
private

Definition at line 99 of file FP420G4Hit.h.

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

◆ entrylp

G4ThreeVector FP420G4Hit::entrylp
private

Definition at line 100 of file FP420G4Hit.h.

Referenced by FP420G4Hit(), getEntryLocalP(), operator=(), and setEntryLocalP().

◆ exitlp

G4ThreeVector FP420G4Hit::exitlp
private

Definition at line 101 of file FP420G4Hit.h.

Referenced by FP420G4Hit(), getExitLocalP(), operator=(), and setExitLocalP().

◆ hadr

double FP420G4Hit::hadr
private

◆ theEnergyLoss

float FP420G4Hit::theEnergyLoss
private

Definition at line 116 of file FP420G4Hit.h.

Referenced by addEnergyLoss(), FP420G4Hit(), getEnergyLoss(), operator=(), and setEnergyLoss().

◆ theIncidentEnergy

double FP420G4Hit::theIncidentEnergy
private

Definition at line 104 of file FP420G4Hit.h.

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

◆ thePabs

float FP420G4Hit::thePabs
private

Definition at line 114 of file FP420G4Hit.h.

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

◆ theParentId

int FP420G4Hit::theParentId
private

Definition at line 122 of file FP420G4Hit.h.

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

◆ theParticleType

int FP420G4Hit::theParticleType
private

Definition at line 117 of file FP420G4Hit.h.

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

◆ thePhiAtEntry

float FP420G4Hit::thePhiAtEntry
private

Definition at line 120 of file FP420G4Hit.h.

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

◆ theThetaAtEntry

float FP420G4Hit::theThetaAtEntry
private

Definition at line 119 of file FP420G4Hit.h.

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

◆ theTimeSlice

double FP420G4Hit::theTimeSlice
private

Definition at line 107 of file FP420G4Hit.h.

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

◆ theTof

float FP420G4Hit::theTof
private

Definition at line 115 of file FP420G4Hit.h.

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

◆ theTrackID

G4int FP420G4Hit::theTrackID
private

Definition at line 105 of file FP420G4Hit.h.

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

◆ theUnitID

int FP420G4Hit::theUnitID
private

Definition at line 109 of file FP420G4Hit.h.

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

◆ theVx

float FP420G4Hit::theVx
private

Definition at line 123 of file FP420G4Hit.h.

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

◆ theVy

float FP420G4Hit::theVy
private

Definition at line 124 of file FP420G4Hit.h.

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

◆ theVz

float FP420G4Hit::theVz
private

Definition at line 125 of file FP420G4Hit.h.

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

◆ theX

float FP420G4Hit::theX
private

Definition at line 111 of file FP420G4Hit.h.

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

◆ theY

float FP420G4Hit::theY
private

Definition at line 112 of file FP420G4Hit.h.

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

◆ theZ

float FP420G4Hit::theZ
private

Definition at line 113 of file FP420G4Hit.h.

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