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
PHG4InnerHcalSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4InnerHcalSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_H
4
#define G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step
;
9
class
G4VPhysicalVolume
;
10
class
PHCompositeNode
;
11
class
PHG4InnerHcalDetector
;
12
class
PHParameters
;
13
class
PHG4Hit
;
14
class
PHG4HitContainer
;
15
class
PHG4Shower
;
16
17
class
PHG4InnerHcalSteppingAction
:
public
PHG4SteppingAction
18
{
19
public
:
21
PHG4InnerHcalSteppingAction
(
PHG4InnerHcalDetector
*,
const
PHParameters
*
parameters
);
22
24
~PHG4InnerHcalSteppingAction
()
override
;
25
27
bool
UserSteppingAction
(
const
G4Step
*,
bool
)
override
;
28
30
void
SetInterfacePointers
(
PHCompositeNode
*)
override
;
31
32
private
:
34
PHG4InnerHcalDetector
*
m_Detector
;
35
37
PHG4HitContainer
*
m_Hits
;
38
PHG4HitContainer
*
m_AbsorberHits
;
39
PHG4Hit
*
m_Hit
;
40
const
PHParameters
*
m_Params
;
41
PHG4HitContainer
*
m_SaveHitContainer
;
42
PHG4Shower
*
m_SaveShower
;
43
G4VPhysicalVolume
*
m_SaveVolPre
;
44
G4VPhysicalVolume
*
m_SaveVolPost
;
45
int
m_SaveTrackId
;
46
int
m_SavePreStepStatus
;
47
int
m_SavePostStepStatus
;
48
// since getting parameters is a map search we do not want to
49
// do this in every step, the parameters used are cached
50
// in the following variables
51
int
m_IsActive
;
52
int
m_IsBlackHole
;
53
int
m_LightScintModel
;
54
};
55
56
#endif // G4DETECTORS_PHG4INNERHCALSTEPPINGACTION_H
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4InnerHcalSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:41
using
1.8.2 with
ECCE GitHub integration