Geant4  10.02
B5EventAction Class Reference

Event action. More...

#include <B5EventAction.hh>

+ Inheritance diagram for B5EventAction:
+ Collaboration diagram for B5EventAction:

Public Member Functions

 B5EventAction ()
 
virtual ~B5EventAction ()
 
virtual void BeginOfEventAction (const G4Event *)
 
virtual void EndOfEventAction (const G4Event *)
 
std::vector< G4double > & GetEmCalEdep ()
 
std::vector< G4double > & GetHadCalEdep ()
 
- Public Member Functions inherited from G4UserEventAction
 G4UserEventAction ()
 
virtual ~G4UserEventAction ()
 
void SetEventManager (G4EventManager *value)
 

Private Attributes

G4int fHHC1ID
 
G4int fHHC2ID
 
G4int fDHC1ID
 
G4int fDHC2ID
 
G4int fECHCID
 
G4int fHCHCID
 
std::vector< G4doublefEmCalEdep
 
std::vector< G4doublefHadCalEdep
 

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Event action.

Definition at line 42 of file B5EventAction.hh.

Constructor & Destructor Documentation

B5EventAction::B5EventAction ( )

Definition at line 50 of file B5EventAction.cc.

References fEmCalEdep, fHadCalEdep, G4RunManager::GetRunManager(), and G4RunManager::SetPrintProgress().

+ Here is the call graph for this function:

B5EventAction::~B5EventAction ( )
virtual

Definition at line 71 of file B5EventAction.cc.

Member Function Documentation

void B5EventAction::BeginOfEventAction ( const G4Event )
virtual

Reimplemented from G4UserEventAction.

Definition at line 76 of file B5EventAction.cc.

References fDHC1ID, fDHC2ID, fECHCID, fHCHCID, fHHC1ID, fHHC2ID, G4SDManager::GetCollectionID(), and G4SDManager::GetSDMpointer().

+ Here is the call graph for this function:

std::vector<G4double>& B5EventAction::GetEmCalEdep ( )
inline

Definition at line 51 of file B5EventAction.hh.

References fEmCalEdep.

Referenced by B5RunAction::B5RunAction().

+ Here is the caller graph for this function:

std::vector<G4double>& B5EventAction::GetHadCalEdep ( )
inline

Definition at line 52 of file B5EventAction.hh.

References fEmCalEdep.

Referenced by B5RunAction::B5RunAction().

+ Here is the caller graph for this function:

Member Data Documentation

G4int B5EventAction::fDHC1ID
private

Definition at line 57 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().

G4int B5EventAction::fDHC2ID
private

Definition at line 58 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().

G4int B5EventAction::fECHCID
private

Definition at line 59 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().

std::vector<G4double> B5EventAction::fEmCalEdep
private

Definition at line 61 of file B5EventAction.hh.

Referenced by B5EventAction(), EndOfEventAction(), GetEmCalEdep(), and GetHadCalEdep().

std::vector<G4double> B5EventAction::fHadCalEdep
private

Definition at line 62 of file B5EventAction.hh.

Referenced by B5EventAction(), and EndOfEventAction().

G4int B5EventAction::fHCHCID
private

Definition at line 60 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().

G4int B5EventAction::fHHC1ID
private

Definition at line 55 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().

G4int B5EventAction::fHHC2ID
private

Definition at line 56 of file B5EventAction.hh.

Referenced by BeginOfEventAction(), and EndOfEventAction().


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