CGEM BOSS
6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Simulation/BOOST/BesSim/BesSim-00-04-16/BesSim/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"
17
class
BesRunAction
;
18
19
class
BesTrackingAction
:
public
G4UserTrackingAction
20
{
21
public
:
22
BesTrackingAction
(
BesRunAction
*);
23
~BesTrackingAction
() ;
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
BesRunAction
Definition:
InstallArea/include/BesSim/BesSim/BesRunAction.hh:25
BesTrackingAction
Definition:
InstallArea/include/BesSim/BesSim/BesTrackingAction.hh:20
BesTrackingAction::PostUserTrackingAction
void PostUserTrackingAction(const G4Track *track)
BesTrackingAction::PreUserTrackingAction
void PreUserTrackingAction(const G4Track *track)
BesTrackingAction::BesTrackingAction
BesTrackingAction(BesRunAction *)
BesTrackingAction::~BesTrackingAction
~BesTrackingAction()
source
Simulation
BOOST
BesSim
BesSim-00-04-16
BesSim
BesTrackingAction.hh
Generated by
1.9.6