ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AllSiliconTrackerSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AllSiliconTrackerSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef ALLSILICONTRACKERSTEPPINGACTION_H
4
#define ALLSILICONTRACKERSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
AllSiliconTrackerDetector
;
9
10
class
G4Step
;
11
class
G4VPhysicalVolume
;
12
class
PHCompositeNode
;
13
class
PHG4Hit
;
14
class
PHG4HitContainer
;
15
class
PHParameters
;
16
17
class
AllSiliconTrackerSteppingAction
:
public
PHG4SteppingAction
18
{
19
public
:
21
AllSiliconTrackerSteppingAction
(
AllSiliconTrackerDetector
*,
const
PHParameters
*
parameters
);
22
24
virtual
~AllSiliconTrackerSteppingAction
();
25
27
virtual
bool
UserSteppingAction
(
const
G4Step
*,
bool
);
28
29
private
:
31
AllSiliconTrackerDetector
*
m_Detector
;
32
const
PHParameters
*
m_Params
;
34
PHG4HitContainer
*
m_HitContainer
;
35
PHG4HitContainer
*
m_AbsorberHitContainer
;
36
PHG4Hit
*
m_Hit
;
37
PHG4HitContainer
*
m_SaveHitContainer
;
38
G4VPhysicalVolume
*
m_SaveVolPre
;
39
G4VPhysicalVolume
*
m_SaveVolPost
;
40
41
int
m_SaveTrackId
;
42
int
m_SavePreStepStatus
;
43
int
m_SavePostStepStatus
;
44
int
m_BlackHoleFlag
;
45
double
m_EdepSum
;
46
};
47
48
#endif // ALLSILICONTRACKERSTEPPINGACTION_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4lblvtx
AllSiliconTrackerSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration