G4INCL::EventAction Class Reference

#include <G4INCLEventAction.hh>


Public Member Functions

 EventAction ()
 ~EventAction ()
void beforeEventAction ()
void afterEventAction ()


Detailed Description

Definition at line 42 of file G4INCLEventAction.hh.


Constructor & Destructor Documentation

G4INCL::EventAction::EventAction (  ) 

Definition at line 42 of file G4INCLEventAction.cc.

00042                            {
00043   }

G4INCL::EventAction::~EventAction (  ) 

Definition at line 45 of file G4INCLEventAction.cc.

00045                             {
00046   }


Member Function Documentation

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   }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:54:07 2013 for Geant4 by  doxygen 1.4.7