Go to the source code of this file.
Definition at line 2 of file RootSimHit.cc.
6 : theEntryX(
hit.entryPoint().
x()),
7 theEntryY(
hit.entryPoint().
y()),
8 theEntryZ(
hit.entryPoint().
z()),
9 theExitX(
hit.exitPoint().
x()),
10 theExitY(
hit.exitPoint().
y()),
11 theExitZ(
hit.exitPoint().
z()),
13 theEnergyLoss(
hit.energyLoss()),
14 theThetaAtEntry(
hit.thetaAtEntry()), thePhiAtEntry(
hit.phiAtEntry()),
16 theParticleType(
hit.particleType()), theProcessType(
hit.processType()),
17 theDetUnitId(
hit.detUnitId()), theTrackId(
hit.trackId())