BLManager_UserEventAction Class Reference

List of all members.

Public Member Functions

 BLManager_UserEventAction (BLManager *p)
void BeginOfEventAction (const G4Event *event)
void EndOfEventAction (const G4Event *event)

Private Attributes

BLManagermgr


Constructor & Destructor Documentation

BLManager_UserEventAction::BLManager_UserEventAction ( BLManager p  )  [inline]

References mgr.

00150 { mgr = p; }


Member Function Documentation

void BLManager_UserEventAction::BeginOfEventAction ( const G4Event *  event  )  [inline]

References BLManager::BeginOfEventAction(), and mgr.

00151                                                       {
00152                 mgr->BeginOfEventAction(event);
00153         }

void BLManager_UserEventAction::EndOfEventAction ( const G4Event *  event  )  [inline]

References BLManager::EndOfEventAction(), and mgr.

00154                                                     {
00155                 mgr->EndOfEventAction(event);
00156         }


Member Data Documentation


The documentation for this class was generated from the following file:
g4beamline