Public Member Functions | |
BLManager_UserEventAction (BLManager *p) | |
void | BeginOfEventAction (const G4Event *event) |
void | EndOfEventAction (const G4Event *event) |
Private Attributes | |
BLManager * | mgr |
BLManager_UserEventAction::BLManager_UserEventAction | ( | BLManager * | p | ) | [inline] |
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 }
BLManager* BLManager_UserEventAction::mgr [private] |
Referenced by BeginOfEventAction(), BLManager_UserEventAction(), and EndOfEventAction().