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"
17
class
BesRunAction
;
18
19
class
BesTrackingAction
:
public
G4UserTrackingAction {
20
public
:
21
BesTrackingAction
(
BesRunAction
* );
22
~BesTrackingAction
();
23
24
void
PreUserTrackingAction
(
const
G4Track* track );
25
void
PostUserTrackingAction
(
const
G4Track* track );
26
27
private
:
28
BesRunAction
* m_runAction;
29
};
30
31
#endif
BesRunAction
Definition
BesRunAction.hh:24
BesTrackingAction::PostUserTrackingAction
void PostUserTrackingAction(const G4Track *track)
Definition
BesTrackingAction.cc:35
BesTrackingAction::PreUserTrackingAction
void PreUserTrackingAction(const G4Track *track)
Definition
BesTrackingAction.cc:27
BesTrackingAction::BesTrackingAction
BesTrackingAction(BesRunAction *)
Definition
BesTrackingAction.cc:21
BesTrackingAction::~BesTrackingAction
~BesTrackingAction()
Definition
BesTrackingAction.cc:25
8.0.0
BOSS_Source
Simulation
BOOST
BesSim
src
BesTrackingAction.hh
Generated by
1.16.1