EIC Software
Reference for
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
EicRootSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicRootSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef GDMLIMPORTDETECTORSTEPPINGACTION_H
4
#define GDMLIMPORTDETECTORSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
EicRootDetector
;
9
10
class
G4Step;
11
class
G4VPhysicalVolume;
12
class
PHCompositeNode
;
13
class
PHG4Hit
;
14
class
PHG4HitContainer
;
15
class
PHParameters
;
16
17
class
GdmlImportDetectorSteppingAction
:
public
PHG4SteppingAction
18
{
19
public
:
21
GdmlImportDetectorSteppingAction
(
EicRootDetector
*,
const
PHParameters
*
parameters
);
22
24
virtual
~GdmlImportDetectorSteppingAction
();
25
27
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
28
29
private
:
31
EicRootDetector
*
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 // GDMLIMPORTDETECTORSTEPPINGACTION_H
EicToyModel
blob
master
fun4all_with_eicroot
sandbox
EicRootSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration