CMS 3D CMS Logo

Functions
RootSimHit.cc File Reference
#include "SimMuon/Neutron/src/RootSimHit.h"

Go to the source code of this file.

Functions

 ClassImp (RootSimHit) RootSimHit
 

Function Documentation

ClassImp ( RootSimHit  )

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()),
12  thePabs(hit.pabs()),
13  theEnergyLoss(hit.energyLoss()),
14  theThetaAtEntry(hit.thetaAtEntry()), thePhiAtEntry(hit.phiAtEntry()),
15  theTof(hit.tof()),
16  theParticleType(hit.particleType()), theProcessType(hit.processType()),
17  theDetUnitId( hit.detUnitId()), theTrackId( hit.trackId())
18 {
19 }