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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
blob
master
analysis
reconstruction
simulation
g4simulation
g4b0
g4b0ecal
g4barrelmmg
g4beastmagnet
g4bwd
g4drcalo
g4drich
g4eiccalos
g4eicdirc
g4etof
g4jleic
g4lblvtx
AllSi_Al_support_Detector.cc
AllSi_Al_support_Detector.h
AllSi_Al_support_DisplayAction.cc
AllSi_Al_support_DisplayAction.h
AllSi_Al_support_SteppingAction.cc
AllSi_Al_support_SteppingAction.h
AllSi_Al_support_Subsystem.cc
AllSi_Al_support_Subsystem.h
AllSiliconTrackerDetector.cc
AllSiliconTrackerDetector.h
AllSiliconTrackerDisplayAction.cc
AllSiliconTrackerDisplayAction.h
AllSiliconTrackerSteppingAction.cc
AllSiliconTrackerSteppingAction.h
AllSiliconTrackerSubsystem.cc
AllSiliconTrackerSubsystem.h
EicFRichDetector.cc
EicFRichDetector.h
EicFRichSteppingAction.cc
EicFRichSteppingAction.h
EicFRichSubsystem.cc
EicFRichSubsystem.h
G4LBLVtxDetector.cc
G4LBLVtxDetector.h
G4LBLVtxDisplayAction.cc
G4LBLVtxDisplayAction.h
G4LBLVtxSteppingAction.cc
G4LBLVtxSteppingAction.h
G4LBLVtxSubsystem.cc
G4LBLVtxSubsystem.h
PHG4ParticleGenerator_flat_pT.cc
PHG4ParticleGenerator_flat_pT.h
SimpleNtuple.cc
SimpleNtuple.h
TrackFastSimEval.cc
TrackFastSimEval.h
g4lumi
g4mrich
g4rich
g4rp
g4trd
g4ttl
g4zdc
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AllSi_Al_support_SteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AllSi_Al_support_SteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef MYDETECTORSTEPPINGACTION_H
4
#define MYDETECTORSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
AllSi_Al_support_Detector
;
9
10
class
G4Step
;
11
class
G4VPhysicalVolume
;
12
class
PHCompositeNode
;
13
class
PHG4Hit
;
14
class
PHG4HitContainer
;
15
class
PHParameters
;
16
17
class
AllSi_Al_support_SteppingAction
:
public
PHG4SteppingAction
18
{
19
public
:
21
AllSi_Al_support_SteppingAction
(
AllSi_Al_support_Detector
*,
const
PHParameters
*
parameters
);
22
24
virtual
~AllSi_Al_support_SteppingAction
();
25
27
virtual
bool
UserSteppingAction
(
const
G4Step
*,
bool
);
28
30
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
31
32
private
:
34
AllSi_Al_support_Detector
*
m_Detector
;
35
const
PHParameters
*
m_Params
;
37
PHG4HitContainer
*
m_HitContainer
;
38
PHG4Hit
*
m_Hit
;
39
PHG4HitContainer
*
m_SaveHitContainer
;
40
G4VPhysicalVolume
*
m_SaveVolPre
;
41
G4VPhysicalVolume
*
m_SaveVolPost
;
42
43
int
m_SaveTrackId
;
44
int
m_SavePreStepStatus
;
45
int
m_SavePostStepStatus
;
46
int
m_ActiveFlag
;
47
int
m_BlackHoleFlag
;
48
double
m_EdepSum
;
49
double
m_EionSum
;
50
};
51
52
#endif // MYDETECTORSTEPPINGACTION_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4lblvtx
AllSi_Al_support_SteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration