MollerEventAction Class Reference

#include <MollerEventAction.hh>

Public Member Functions

 MollerEventAction ()
virtual ~MollerEventAction ()
virtual void BeginOfEventAction (const G4Event *)
virtual void EndOfEventAction (const G4Event *)

Detailed Description

Definition at line 11 of file MollerEventAction.hh.


Constructor & Destructor Documentation

MollerEventAction::MollerEventAction (  ) 

Definition at line 24 of file MollerEventAction.cc.

00025 {;}

MollerEventAction::~MollerEventAction (  )  [virtual]

Definition at line 28 of file MollerEventAction.cc.

00029 {;}


Member Function Documentation

void MollerEventAction::BeginOfEventAction ( const G4Event *  anEvent  )  [virtual]

Definition at line 32 of file MollerEventAction.cc.

References RootAnalysis::BeginOfEventAction(), and gRootAnalysis.

00033 {
00034     if( (anEvent->GetEventID() % 1000) == 0 ){
00035   printf("Event %8d\r", anEvent->GetEventID() );
00036   fflush(stdout);
00037     }
00038   gRootAnalysis->BeginOfEventAction(anEvent);
00039 }

Here is the call graph for this function:

void MollerEventAction::EndOfEventAction ( const G4Event *  anEvent  )  [virtual]

Definition at line 42 of file MollerEventAction.cc.

References RootAnalysis::EndOfEventAction(), and gRootAnalysis.

00043 {
00044   gRootAnalysis->EndOfEventAction(anEvent);
00045 }

Here is the call graph for this function:


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

Generated on 16 Jun 2013 for mollersim by  doxygen 1.6.1