CMS 3D CMS Logo

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

#include <PPSDiamondG4Hit.h>

Inheritance diagram for PPSDiamondG4Hit:

Public Member Functions

void addEnergyLoss (double e)
 
void Draw () override
 
double energyLoss () const
 
const G4ThreeVector & entry () const
 
const G4ThreeVector & exit () const
 
double globalTimehit () const
 
double incidentEnergy () const
 
const G4ThreeVector & localEntry () const
 
const G4ThreeVector & localExit () const
 
const PPSDiamondG4Hitoperator= (const PPSDiamondG4Hit &right)
 
int operator== (const PPSDiamondG4Hit &)
 
double p () const
 
int parentId () const
 
int particleType () const
 
double phiAtEntry () const
 
 PPSDiamondG4Hit ()
 
 PPSDiamondG4Hit (const PPSDiamondG4Hit &right)
 
void Print () override
 
double px () const
 
double py () const
 
double pz () const
 
void setEnergyLoss (double e)
 
void setEntry (const G4ThreeVector &xyz)
 
void setExit (const G4ThreeVector &xyz)
 
void setGlobalTimehit (double h)
 
void setIncidentEnergy (double e)
 
void setLocalEntry (const G4ThreeVector &theLocalEntryPoint)
 
void setLocalExit (const G4ThreeVector &theLocalExitPoint)
 
void setP (double e)
 
void setParentId (int p)
 
void setParticleType (short i)
 
void setPhiAtEntry (double f)
 
void setPx (double p)
 
void setPy (double p)
 
void setPz (double p)
 
void setThetaAtEntry (double t)
 
void setTimeSlice (double d)
 
void setTof (double e)
 
void setTrackID (int i)
 
void setUnitID (unsigned int i)
 
void setVx (double p)
 
void setVy (double p)
 
void setVz (double p)
 
void setX (double t)
 
void setY (double t)
 
void setZ (double t)
 
double thetaAtEntry () const
 
double timeSlice () const
 
int timeSliceID () const
 
double tof () const
 
unsigned int trackID () const
 
int unitID () const
 
double vx () const
 
double vy () const
 
double vz () const
 
double x () const
 
double y () const
 
double z () const
 
 ~PPSDiamondG4Hit () override
 

Private Attributes

G4ThreeVector entry_
 
G4ThreeVector exit_
 
G4ThreeVector local_entry_
 
G4ThreeVector local_exit_
 
double theEnergyLoss_
 
double theGlobaltimehit_
 
double theIncidentEnergy_
 
double thePabs_
 
int theParentId_
 
int theParticleType_
 
double thePhiAtEntry_
 
double thePx_
 
double thePy_
 
double thePz_
 
double theThetaAtEntry_
 
double theTimeSlice_
 
double theTof_
 
int theTrackID_
 
uint32_t theUnitID_
 
double theVx_
 
double theVy_
 
double theVz_
 
double theX_
 
double theY_
 
double theZ_
 

Detailed Description

Definition at line 13 of file PPSDiamondG4Hit.h.

Constructor & Destructor Documentation

PPSDiamondG4Hit::PPSDiamondG4Hit ( )

Definition at line 8 of file PPSDiamondG4Hit.cc.

References theEnergyLoss_, theGlobaltimehit_, theIncidentEnergy_, thePabs_, theParentId_, theParticleType_, thePhiAtEntry_, thePx_, thePy_, thePz_, theThetaAtEntry_, theTimeSlice_, theTof_, theTrackID_, theUnitID_, theVx_, theVy_, theVz_, theX_, theY_, and theZ_.

8  : entry_(0), exit_(0), local_entry_(0), local_exit_(0) {
9  theIncidentEnergy_ = 0.0;
10  theTrackID_ = -1;
11  theUnitID_ = 0;
12  theTimeSlice_ = 0.0;
13  theGlobaltimehit_ = 0.0;
14  theX_ = 0.0;
15  theY_ = 0.0;
16  theZ_ = 0.0;
17  thePabs_ = 0.0;
18  theTof_ = 0.0;
19  theEnergyLoss_ = 0.0;
20  theParticleType_ = 0;
21  theParentId_ = 0;
22  theVx_ = 0.0;
23  theVy_ = 0.0;
24  theVz_ = 0.0;
25  thePx_ = thePy_ = thePz_ = 0.0;
26  theThetaAtEntry_ = 0;
27  thePhiAtEntry_ = 0;
28 }
G4ThreeVector entry_
G4ThreeVector local_exit_
G4ThreeVector local_entry_
double theIncidentEnergy_
G4ThreeVector exit_
PPSDiamondG4Hit::~PPSDiamondG4Hit ( )
override

Definition at line 30 of file PPSDiamondG4Hit.cc.

30 {}
PPSDiamondG4Hit::PPSDiamondG4Hit ( const PPSDiamondG4Hit right)

Definition at line 32 of file PPSDiamondG4Hit.cc.

References entry_, exit_, local_entry_, local_exit_, theEnergyLoss_, theGlobaltimehit_, theIncidentEnergy_, thePabs_, theParentId_, theParticleType_, thePhiAtEntry_, thePx_, thePy_, thePz_, theThetaAtEntry_, theTimeSlice_, theTof_, theTrackID_, theUnitID_, theVx_, theVy_, theVz_, theX_, theY_, and theZ_.

32  {
33  entry_ = right.entry_;
34  exit_ = right.exit_;
35  local_entry_ = right.local_entry_;
36  local_exit_ = right.local_exit_;
38  theTrackID_ = right.theTrackID_;
39  theUnitID_ = right.theUnitID_;
42  theX_ = right.theX_;
43  theY_ = right.theY_;
44  theZ_ = right.theZ_;
45  thePabs_ = right.thePabs_;
46  theTof_ = right.theTof_;
49  theParentId_ = right.theParentId_;
50  theVx_ = right.theVx_;
51  theVy_ = right.theVy_;
52  theVz_ = right.theVz_;
53  thePx_ = right.thePx_;
54  thePy_ = right.thePy_;
55  thePz_ = right.thePz_;
58 }
G4ThreeVector entry_
G4ThreeVector local_exit_
G4ThreeVector local_entry_
double theIncidentEnergy_
G4ThreeVector exit_

Member Function Documentation

void PPSDiamondG4Hit::addEnergyLoss ( double  e)
void PPSDiamondG4Hit::Draw ( )
inlineoverride
double PPSDiamondG4Hit::energyLoss ( void  ) const

Definition at line 118 of file PPSDiamondG4Hit.cc.

References theEnergyLoss_.

Referenced by Draw(), PPSDiamondSD::EndOfEvent(), and operator<<().

118 { return theEnergyLoss_; }
const G4ThreeVector & PPSDiamondG4Hit::entry ( ) const

Definition at line 92 of file PPSDiamondG4Hit.cc.

References entry_.

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

92 { return entry_; }
G4ThreeVector entry_
const G4ThreeVector & PPSDiamondG4Hit::exit ( ) const

Definition at line 95 of file PPSDiamondG4Hit.cc.

References exit_.

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

95 { return exit_; }
G4ThreeVector exit_
double PPSDiamondG4Hit::globalTimehit ( ) const

Definition at line 162 of file PPSDiamondG4Hit.cc.

References theGlobaltimehit_.

Referenced by Draw().

162 { return theGlobaltimehit_; }
double PPSDiamondG4Hit::incidentEnergy ( ) const

Definition at line 103 of file PPSDiamondG4Hit.cc.

References theIncidentEnergy_.

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

103 { return theIncidentEnergy_; }
double theIncidentEnergy_
const G4ThreeVector & PPSDiamondG4Hit::localEntry ( ) const

Definition at line 98 of file PPSDiamondG4Hit.cc.

References local_entry_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

98 { return local_entry_; }
G4ThreeVector local_entry_
const G4ThreeVector & PPSDiamondG4Hit::localExit ( ) const

Definition at line 100 of file PPSDiamondG4Hit.cc.

References local_exit_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

100 { return local_exit_; }
G4ThreeVector local_exit_
const PPSDiamondG4Hit & PPSDiamondG4Hit::operator= ( const PPSDiamondG4Hit right)

Definition at line 60 of file PPSDiamondG4Hit.cc.

References entry_, exit_, local_entry_, local_exit_, theEnergyLoss_, theGlobaltimehit_, theIncidentEnergy_, thePabs_, theParentId_, theParticleType_, thePhiAtEntry_, thePx_, thePy_, thePz_, theThetaAtEntry_, theTimeSlice_, theTof_, theTrackID_, theUnitID_, theVx_, theVy_, theVz_, theX_, theY_, and theZ_.

60  {
61  entry_ = right.entry_;
62  exit_ = right.exit_;
63  local_entry_ = right.local_entry_;
64  local_exit_ = right.local_exit_;
66  theTrackID_ = right.theTrackID_;
67  theUnitID_ = right.theUnitID_;
70  theX_ = right.theX_;
71  theY_ = right.theY_;
72  theZ_ = right.theZ_;
73  thePabs_ = right.thePabs_;
74  theTof_ = right.theTof_;
77  theParentId_ = right.theParentId_;
78  theVx_ = right.theVx_;
79  theVy_ = right.theVy_;
80  theVz_ = right.theVz_;
81  thePx_ = right.thePx_;
82  thePy_ = right.thePy_;
83  thePz_ = right.thePz_;
86 
87  return *this;
88 }
G4ThreeVector entry_
G4ThreeVector local_exit_
G4ThreeVector local_entry_
double theIncidentEnergy_
G4ThreeVector exit_
int PPSDiamondG4Hit::operator== ( const PPSDiamondG4Hit )
inline

Definition at line 19 of file PPSDiamondG4Hit.h.

19 { return 0; }
double PPSDiamondG4Hit::p ( ) const

Definition at line 116 of file PPSDiamondG4Hit.cc.

References thePabs_.

Referenced by Draw(), PPSDiamondSD::EndOfEvent(), Electron.Electron::ptErr(), setParentId(), setPx(), setPy(), and setPz().

116 { return thePabs_; }
int PPSDiamondG4Hit::parentId ( ) const

Definition at line 142 of file PPSDiamondG4Hit.cc.

References theParentId_.

Referenced by Draw().

142 { return theParentId_; }
int PPSDiamondG4Hit::particleType ( ) const

Definition at line 119 of file PPSDiamondG4Hit.cc.

References theParticleType_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

119 { return theParticleType_; }
double PPSDiamondG4Hit::phiAtEntry ( ) const

Definition at line 128 of file PPSDiamondG4Hit.cc.

References thePhiAtEntry_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

128 { return thePhiAtEntry_; }
void PPSDiamondG4Hit::Print ( void  )
override

Definition at line 90 of file PPSDiamondG4Hit.cc.

Referenced by Draw().

90 { edm::LogInfo("PPSSimDiamond") << (*this); }
double PPSDiamondG4Hit::px ( ) const

Definition at line 158 of file PPSDiamondG4Hit.cc.

References thePx_.

Referenced by Draw().

158 { return thePx_; }
double PPSDiamondG4Hit::py ( ) const

Definition at line 159 of file PPSDiamondG4Hit.cc.

References thePy_.

Referenced by Draw().

159 { return thePy_; }
double PPSDiamondG4Hit::pz ( ) const

Definition at line 160 of file PPSDiamondG4Hit.cc.

References thePz_.

Referenced by Draw().

160 { return thePz_; }
void PPSDiamondG4Hit::setEnergyLoss ( double  e)
void PPSDiamondG4Hit::setEntry ( const G4ThreeVector &  xyz)

Definition at line 93 of file PPSDiamondG4Hit.cc.

References entry_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

93 { entry_ = xyz; }
G4ThreeVector entry_
void PPSDiamondG4Hit::setExit ( const G4ThreeVector &  xyz)

Definition at line 96 of file PPSDiamondG4Hit.cc.

References exit_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

96 { exit_ = xyz; }
G4ThreeVector exit_
void PPSDiamondG4Hit::setGlobalTimehit ( double  h)

Definition at line 163 of file PPSDiamondG4Hit.cc.

References h, and theGlobaltimehit_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

163 { theGlobaltimehit_ = h; }
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
void PPSDiamondG4Hit::setIncidentEnergy ( double  e)
void PPSDiamondG4Hit::setLocalEntry ( const G4ThreeVector &  theLocalEntryPoint)

Definition at line 99 of file PPSDiamondG4Hit.cc.

References local_entry_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

99 { local_entry_ = xyz; }
G4ThreeVector local_entry_
void PPSDiamondG4Hit::setLocalExit ( const G4ThreeVector &  theLocalExitPoint)

Definition at line 101 of file PPSDiamondG4Hit.cc.

References local_exit_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

101 { local_exit_ = xyz; }
G4ThreeVector local_exit_
void PPSDiamondG4Hit::setP ( double  e)
void PPSDiamondG4Hit::setParentId ( int  p)

Definition at line 143 of file PPSDiamondG4Hit.cc.

References p(), and theParentId_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

143 { theParentId_ = p; }
double p() const
void PPSDiamondG4Hit::setParticleType ( short  i)

Definition at line 125 of file PPSDiamondG4Hit.cc.

References mps_fire::i, and theParticleType_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

void PPSDiamondG4Hit::setPhiAtEntry ( double  f)

Definition at line 131 of file PPSDiamondG4Hit.cc.

References f, and thePhiAtEntry_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

131 { thePhiAtEntry_ = f; }
double f[11][100]
void PPSDiamondG4Hit::setPx ( double  p)

Definition at line 154 of file PPSDiamondG4Hit.cc.

References p(), and thePx_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

154 { thePx_ = p; }
double p() const
void PPSDiamondG4Hit::setPy ( double  p)

Definition at line 155 of file PPSDiamondG4Hit.cc.

References p(), and thePy_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

155 { thePy_ = p; }
double p() const
void PPSDiamondG4Hit::setPz ( double  p)

Definition at line 156 of file PPSDiamondG4Hit.cc.

References p(), and thePz_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

156 { thePz_ = p; }
double p() const
void PPSDiamondG4Hit::setThetaAtEntry ( double  t)

Definition at line 130 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theThetaAtEntry_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

void PPSDiamondG4Hit::setTimeSlice ( double  d)

Definition at line 113 of file PPSDiamondG4Hit.cc.

References ztail::d, and theTimeSlice_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

113 { theTimeSlice_ = d; }
d
Definition: ztail.py:151
void PPSDiamondG4Hit::setTof ( double  e)
void PPSDiamondG4Hit::setTrackID ( int  i)

Definition at line 107 of file PPSDiamondG4Hit.cc.

References mps_fire::i, and theTrackID_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

void PPSDiamondG4Hit::setUnitID ( unsigned int  i)

Definition at line 110 of file PPSDiamondG4Hit.cc.

References mps_fire::i, and theUnitID_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

110 { theUnitID_ = i; }
void PPSDiamondG4Hit::setVx ( double  p)

Definition at line 146 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theVx_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

146 { theVx_ = t; }
void PPSDiamondG4Hit::setVy ( double  p)

Definition at line 149 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theVy_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

149 { theVy_ = t; }
void PPSDiamondG4Hit::setVz ( double  p)

Definition at line 152 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theVz_.

Referenced by Draw(), and PPSDiamondSD::importInfoToHit().

152 { theVz_ = t; }
void PPSDiamondG4Hit::setX ( double  t)

Definition at line 134 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theX_.

Referenced by Draw().

134 { theX_ = t; }
void PPSDiamondG4Hit::setY ( double  t)

Definition at line 137 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theY_.

Referenced by Draw().

137 { theY_ = t; }
void PPSDiamondG4Hit::setZ ( double  t)

Definition at line 140 of file PPSDiamondG4Hit.cc.

References OrderedSet::t, and theZ_.

Referenced by Draw().

140 { theZ_ = t; }
double PPSDiamondG4Hit::thetaAtEntry ( ) const

Definition at line 127 of file PPSDiamondG4Hit.cc.

References theThetaAtEntry_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

127 { return theThetaAtEntry_; }
double PPSDiamondG4Hit::timeSlice ( ) const

Definition at line 112 of file PPSDiamondG4Hit.cc.

References theTimeSlice_.

Referenced by Draw().

112 { return theTimeSlice_; }
int PPSDiamondG4Hit::timeSliceID ( ) const

Definition at line 114 of file PPSDiamondG4Hit.cc.

References theTimeSlice_.

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

114 { return (int)theTimeSlice_; }
double PPSDiamondG4Hit::tof ( ) const

Definition at line 117 of file PPSDiamondG4Hit.cc.

References theTof_.

Referenced by Draw(), and PPSDiamondSD::EndOfEvent().

117 { return theTof_; }
unsigned int PPSDiamondG4Hit::trackID ( ) const

Definition at line 106 of file PPSDiamondG4Hit.cc.

References theTrackID_.

Referenced by Draw(), PPSDiamondSD::EndOfEvent(), and operator<<().

106 { return theTrackID_; }
int PPSDiamondG4Hit::unitID ( ) const

Definition at line 109 of file PPSDiamondG4Hit.cc.

References theUnitID_.

Referenced by Draw(), PPSDiamondSD::EndOfEvent(), and operator<<().

109 { return theUnitID_; }
double PPSDiamondG4Hit::vx ( ) const

Definition at line 145 of file PPSDiamondG4Hit.cc.

References theVx_.

Referenced by Draw().

145 { return theVx_; }
double PPSDiamondG4Hit::vy ( ) const

Definition at line 148 of file PPSDiamondG4Hit.cc.

References theVy_.

Referenced by Draw().

148 { return theVy_; }
double PPSDiamondG4Hit::vz ( ) const

Definition at line 151 of file PPSDiamondG4Hit.cc.

References theVz_.

Referenced by Draw().

151 { return theVz_; }
double PPSDiamondG4Hit::x ( ) const
double PPSDiamondG4Hit::y ( ) const
double PPSDiamondG4Hit::z ( ) const

Definition at line 139 of file PPSDiamondG4Hit.cc.

References theZ_.

Referenced by Draw(), geometryXMLparser.Alignable::pos(), and ntupleDataFormat._HitObject::r3D().

139 { return theZ_; }

Member Data Documentation

G4ThreeVector PPSDiamondG4Hit::entry_
private

Definition at line 95 of file PPSDiamondG4Hit.h.

Referenced by entry(), operator=(), PPSDiamondG4Hit(), and setEntry().

G4ThreeVector PPSDiamondG4Hit::exit_
private

Definition at line 96 of file PPSDiamondG4Hit.h.

Referenced by exit(), operator=(), PPSDiamondG4Hit(), and setExit().

G4ThreeVector PPSDiamondG4Hit::local_entry_
private

Definition at line 97 of file PPSDiamondG4Hit.h.

Referenced by localEntry(), operator=(), PPSDiamondG4Hit(), and setLocalEntry().

G4ThreeVector PPSDiamondG4Hit::local_exit_
private

Definition at line 98 of file PPSDiamondG4Hit.h.

Referenced by localExit(), operator=(), PPSDiamondG4Hit(), and setLocalExit().

double PPSDiamondG4Hit::theEnergyLoss_
private
double PPSDiamondG4Hit::theGlobaltimehit_
private

Definition at line 103 of file PPSDiamondG4Hit.h.

Referenced by globalTimehit(), operator=(), PPSDiamondG4Hit(), and setGlobalTimehit().

double PPSDiamondG4Hit::theIncidentEnergy_
private

Definition at line 99 of file PPSDiamondG4Hit.h.

Referenced by incidentEnergy(), operator=(), PPSDiamondG4Hit(), and setIncidentEnergy().

double PPSDiamondG4Hit::thePabs_
private

Definition at line 107 of file PPSDiamondG4Hit.h.

Referenced by operator=(), p(), PPSDiamondG4Hit(), and setP().

int PPSDiamondG4Hit::theParentId_
private

Definition at line 111 of file PPSDiamondG4Hit.h.

Referenced by operator=(), parentId(), PPSDiamondG4Hit(), and setParentId().

int PPSDiamondG4Hit::theParticleType_
private

Definition at line 110 of file PPSDiamondG4Hit.h.

Referenced by operator=(), particleType(), PPSDiamondG4Hit(), and setParticleType().

double PPSDiamondG4Hit::thePhiAtEntry_
private

Definition at line 119 of file PPSDiamondG4Hit.h.

Referenced by operator=(), phiAtEntry(), PPSDiamondG4Hit(), and setPhiAtEntry().

double PPSDiamondG4Hit::thePx_
private

Definition at line 115 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), px(), and setPx().

double PPSDiamondG4Hit::thePy_
private

Definition at line 116 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), py(), and setPy().

double PPSDiamondG4Hit::thePz_
private

Definition at line 117 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), pz(), and setPz().

double PPSDiamondG4Hit::theThetaAtEntry_
private

Definition at line 118 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setThetaAtEntry(), and thetaAtEntry().

double PPSDiamondG4Hit::theTimeSlice_
private

Definition at line 102 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setTimeSlice(), timeSlice(), and timeSliceID().

double PPSDiamondG4Hit::theTof_
private

Definition at line 108 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setTof(), and tof().

int PPSDiamondG4Hit::theTrackID_
private

Definition at line 100 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setTrackID(), and trackID().

uint32_t PPSDiamondG4Hit::theUnitID_
private

Definition at line 101 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setUnitID(), and unitID().

double PPSDiamondG4Hit::theVx_
private

Definition at line 112 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setVx(), and vx().

double PPSDiamondG4Hit::theVy_
private

Definition at line 113 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setVy(), and vy().

double PPSDiamondG4Hit::theVz_
private

Definition at line 114 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setVz(), and vz().

double PPSDiamondG4Hit::theX_
private

Definition at line 104 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setX(), and x().

double PPSDiamondG4Hit::theY_
private

Definition at line 105 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setY(), and y().

double PPSDiamondG4Hit::theZ_
private

Definition at line 106 of file PPSDiamondG4Hit.h.

Referenced by operator=(), PPSDiamondG4Hit(), setZ(), and z().