Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4INCL::EventAction Class Reference

#include <G4INCLEventAction.hh>

Public Member Functions

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

Detailed Description

Definition at line 44 of file G4INCLEventAction.hh.

Constructor & Destructor Documentation

◆ EventAction()

G4INCL::EventAction::EventAction ( )

Definition at line 44 of file G4INCLEventAction.cc.

44 {
45 }

◆ ~EventAction()

G4INCL::EventAction::~EventAction ( )

Definition at line 47 of file G4INCLEventAction.cc.

47 {
48 }

Member Function Documentation

◆ afterEventAction()

void G4INCL::EventAction::afterEventAction ( )

Definition at line 54 of file G4INCLEventAction.cc.

54 {
55 INFO("End of event" << std::endl);
56 }
#define INFO(x)

◆ beforeEventAction()

void G4INCL::EventAction::beforeEventAction ( )

Definition at line 50 of file G4INCLEventAction.cc.

50 {
51 INFO("Beginning of event" << std::endl);
52 }

The documentation for this class was generated from the following files: