BOSS 7.0.6
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
20{
21 public:
24
25 void PreUserTrackingAction(const G4Track *track);
26 void PostUserTrackingAction(const G4Track *track);
27
28 private:
29 BesRunAction* m_runAction;
30};
31
32#endif
33
void PostUserTrackingAction(const G4Track *track)
void PreUserTrackingAction(const G4Track *track)