CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/SimMuon/Neutron/src/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.

: 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())
{
}