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.

00157 { mgr = p; }


Member Function Documentation

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

References BLManager::BeginOfEventAction(), and mgr.

00158                                                       {
00159                 mgr->BeginOfEventAction(event);
00160         }

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

References BLManager::EndOfEventAction(), and mgr.

00161                                                     {
00162                 mgr->EndOfEventAction(event);
00163         }


Member Data Documentation


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