Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
B3EventAction Class Reference

#include <B3EventAction.hh>

Inheritance diagram for B3EventAction:
Inheritance graph
[legend]
Collaboration diagram for B3EventAction:
Collaboration graph
[legend]

Public Member Functions

 B3EventAction (B3RunAction *runAction)
 
virtual ~B3EventAction ()
 
virtual void BeginOfEventAction (const G4Event *)
 
virtual void EndOfEventAction (const G4Event *)
 
- Public Member Functions inherited from G4UserEventAction
 G4UserEventAction ()
 
virtual ~G4UserEventAction ()
 
void SetEventManager (G4EventManager *value)
 

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Event action class

In EndOfEventAction() there is collected information event per event from Hits Collections, and accumulated statistic for B3RunAction::EndOfRunAction().

Definition at line 45 of file B3EventAction.hh.

Constructor & Destructor Documentation

B3EventAction::B3EventAction ( B3RunAction runAction)

Definition at line 46 of file B3EventAction.cc.

B3EventAction::~B3EventAction ( )
virtual

Definition at line 56 of file B3EventAction.cc.

Member Function Documentation

void B3EventAction::BeginOfEventAction ( const G4Event evt)
virtual

Reimplemented from G4UserEventAction.

Definition at line 61 of file B3EventAction.cc.

Here is the call graph for this function:

void B3EventAction::EndOfEventAction ( const G4Event evt)
virtual

G4int copyNb = (itr->first);

G4cout << "\n cryst" << copyNb << ": " << edep/keV << " keV ";

G4int copyNb = (itr->first);

Reimplemented from G4UserEventAction.

Definition at line 78 of file B3EventAction.cc.

Here is the call graph for this function:


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