#include <G4INCLEventAction.hh>
Public Member Functions | |
| EventAction () | |
| ~EventAction () | |
| void | beforeEventAction () |
| void | afterEventAction () |
Definition at line 42 of file G4INCLEventAction.hh.
| G4INCL::EventAction::EventAction | ( | ) |
| G4INCL::EventAction::~EventAction | ( | ) |
| void G4INCL::EventAction::afterEventAction | ( | ) |
Definition at line 52 of file G4INCLEventAction.cc.
References INFO.
00052 { 00053 INFO("End of event" << std::endl); 00054 }
| void G4INCL::EventAction::beforeEventAction | ( | ) |
Definition at line 48 of file G4INCLEventAction.cc.
References INFO.
00048 { 00049 INFO("Beginning of event" << std::endl); 00050 }
1.4.7