31 #ifndef PAR02_EVENT_ACTION_H 
   32 #define PAR02_EVENT_ACTION_H 
virtual void BeginOfEventAction(const G4Event *)
Defines the actions at the beginning of the event. It sets the Par02EventInformation with fSmear flag...
 
virtual void EndOfEventAction(const G4Event *)
Defines the actions at the end of the event. 
 
Event action (before/after event processing). 
 
G4bool fSmear
A flag indicating if smearing should be performed. Passed to Par02EventInformation in BeginOfEventAct...
 
virtual ~Par02EventAction()
 
Par02EventAction()
A default constructor. Sets the flag fSmear to true indicating that smearing will be performed...