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
PHG4CylinderStripSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4CylinderStripSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4CYLINDERSTRIPSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4CYLINDERSTRIPSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
G4VPhysicalVolume;
10
class
PHCompositeNode
;
11
class
PHG4CylinderStripDetector
;
12
class
PHG4Hit
;
13
class
PHG4HitContainer
;
14
class
PHG4Shower
;
15
class
PHParameters
;
16
17
class
PHG4CylinderStripSteppingAction
:
public
PHG4SteppingAction
18
{
19
public
:
21
PHG4CylinderStripSteppingAction
(
PHG4CylinderStripDetector
*,
const
PHParameters
*
parameters
);
22
24
virtual
~PHG4CylinderStripSteppingAction
();
25
27
bool
UserSteppingAction
(
const
G4Step *,
bool
);
28
30
void
SetInterfacePointers
(
PHCompositeNode
*);
31
32
void
SaveLightYield
(
const
int
i = 1) {
m_SaveLightYieldFlag
= i; }
33
34
private
:
36
PHG4CylinderStripDetector
*
m_Detector
;
37
38
const
PHParameters
*
m_Params
;
39
41
PHG4HitContainer
*
m_HitContainer
;
42
PHG4Hit
*
m_Hit
;
43
PHG4Shower
*
m_SaveShower
;
44
G4VPhysicalVolume *
m_SaveVolPre
;
45
G4VPhysicalVolume *
m_SaveVolPost
;
46
int
m_SaveLightYieldFlag
;
47
int
m_SaveTrackId
;
48
int
m_SavePreStepStatus
;
49
int
m_SavePostStepStatus
;
50
int
m_ActiveFlag
;
51
int
m_BlackHoleFlag
;
52
int
m_UseG4StepsFlag
;
53
double
m_Zmin
;
54
double
m_Zmax
;
55
double
m_Tmin
;
56
double
m_Tmax
;
57
};
58
59
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4barrelmmg
PHG4CylinderStripSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:51
using
1.8.2 with
EIC GitHub integration