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
EICG4ZDCSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EICG4ZDCSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef EICG4ZDCSTEPPINGACTION_H
4
#define EICG4ZDCSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
EICG4ZDCDetector
;
9
10
class
G4Step;
11
class
G4VPhysicalVolume;
12
class
PHCompositeNode
;
13
class
PHG4Hit
;
14
class
PHG4HitContainer
;
15
class
PHParameters
;
16
class
PHG4Shower
;
17
18
class
EICG4ZDCSteppingAction
:
public
PHG4SteppingAction
19
{
20
public
:
22
EICG4ZDCSteppingAction
(
EICG4ZDCDetector
*,
const
PHParameters
*
parameters
);
23
25
virtual
~EICG4ZDCSteppingAction
();
26
28
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
29
31
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
32
33
private
:
35
EICG4ZDCDetector
*
m_Detector
;
36
const
PHParameters
*
m_Params
;
38
PHG4HitContainer
*
m_HitContainer
;
39
PHG4Hit
*
m_Hit
;
40
PHG4HitContainer
*
m_SaveHitContainer
;
41
G4VPhysicalVolume*
m_SaveVolPre
;
42
G4VPhysicalVolume*
m_SaveVolPost
;
43
PHG4Shower
*
m_SaveShower
;
44
45
int
m_SaveTrackId
;
46
int
m_SavePreStepStatus
;
47
int
m_SavePostStepStatus
;
48
int
m_ActiveFlag
;
49
int
m_BlackHoleFlag
;
50
double
m_EdepSum
;
51
double
m_EionSum
;
52
double
m_LightYield
;
53
54
};
55
56
#endif // EICG4ZDCSTEPPINGACTION_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4zdc
EICG4ZDCSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:53
using
1.8.2 with
EIC GitHub integration