CMS 3D CMS Logo

SteppingTrackStatus.h
Go to the documentation of this file.
1 #ifndef SimG4Core_SteppingTrackStatus_H
2 #define SimG4Core_SteppingTrackStatus_H
3 
4 enum TrackStatus {
5  sAlive = 0,
8  sOutOfTime = 3,
9  sLowEnergy = 4,
14 };
15 
16 #endif
TrackStatus