31 #ifndef PAR02_TRACKING_ACTION_H 
   32 #define PAR02_TRACKING_ACTION_H 
Par02TrackingAction()
A default constructor. 
 
virtual void PreUserTrackingAction(const G4Track *track)
Defines the actions at the start of processing the track. It checks the pseudorapidity range and if t...
 
Tracking action (before/after track processing). 
 
virtual void PostUserTrackingAction(const G4Track *track)
Defines the actions at the end of processing the track. It saves the information of MC data (PDG code...
 
virtual ~Par02TrackingAction()