BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesTrackingAction.hh
Go to the documentation of this file.
1//---------------------------------------------------------------------------//
2////// BOOST --- BESIII Object_Oriented Simulation Tool //
3//////---------------------------------------------------------------------------//
4//////Description: operation at the beginning and the end of a track
5//////Author : Dengzy
6//
7// ////Created: Aug, 2004
8// ////Modified:
9// ////Comment:
10// ////---------------------------------------------------------------------------//
11// //// $Id:BesTrackingAction.hh
12
13#ifndef BesTrackingAction_h
14#define BesTrackingAction_h 1
15
16#include "G4UserTrackingAction.hh"
17class BesRunAction;
18
19class BesTrackingAction : public G4UserTrackingAction {
20public:
23
24 void PreUserTrackingAction( const G4Track* track );
25 void PostUserTrackingAction( const G4Track* track );
26
27private:
28 BesRunAction* m_runAction;
29};
30
31#endif
void PostUserTrackingAction(const G4Track *track)
void PreUserTrackingAction(const G4Track *track)
BesTrackingAction(BesRunAction *)