#include "SimMuon/Neutron/src/RootSimHit.h"
Go to the source code of this file.
Functions | |
ClassImp (RootSimHit) RootSimHit |
ClassImp | ( | RootSimHit | ) |
Definition at line 2 of file RootSimHit.cc.
: theEntryX(hit.entryPoint().x()), theEntryY(hit.entryPoint().y()), theEntryZ(hit.entryPoint().z()), theExitX(hit.exitPoint().x()), theExitY(hit.exitPoint().y()), theExitZ(hit.exitPoint().z()), thePabs(hit.pabs()), theEnergyLoss(hit.energyLoss()), theThetaAtEntry(hit.thetaAtEntry()), thePhiAtEntry(hit.phiAtEntry()), theTof(hit.tof()), theParticleType(hit.particleType()), theProcessType(hit.processType()), theDetUnitId( hit.detUnitId()), theTrackId( hit.trackId()) { }