Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4Prototype3InnerHcalSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4Prototype3InnerHcalSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSTEPPINGACTION_H
4
#define G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
PHCompositeNode
;
10
class
PHG4Hit
;
11
class
PHG4HitContainer
;
12
class
PHG4Prototype3InnerHcalDetector
;
13
class
PHG4Shower
;
14
class
PHParameters
;
15
16
class
PHG4Prototype3InnerHcalSteppingAction
:
public
PHG4SteppingAction
17
{
18
public
:
20
PHG4Prototype3InnerHcalSteppingAction
(
PHG4Prototype3InnerHcalDetector
*,
const
PHParameters
*
parameters
);
21
23
virtual
~PHG4Prototype3InnerHcalSteppingAction
();
24
26
bool
UserSteppingAction
(
const
G4Step *,
bool
);
27
29
void
SetInterfacePointers
(
PHCompositeNode
*);
30
31
private
:
33
PHG4Prototype3InnerHcalDetector
*
m_Detector
;
34
36
PHG4HitContainer
*
m_HitContainer
;
37
PHG4HitContainer
*
m_AbsorberHitContainer
;
38
PHG4Hit
*
m_Hit
;
39
const
PHParameters
*
m_Params
;
40
PHG4HitContainer
*
m_SaveHitContainer
;
41
PHG4Shower
*
m_SaveShower
;
42
// since getting parameters is a map search we do not want to
43
// do this in every step, the parameters used are cached
44
// in the following variables
45
int
m_AbsorberTruth
;
46
int
m_IsActive
;
47
int
m_IsBlackHole
;
48
int
m_LightScintModel
;
49
50
};
51
52
#endif // G4DETECTORS_PHG4PROTOTYPE2INNERHCALSTEPPINGACTION_H
prototype
blob
master
simulation
g4simulation
g4caloprototype
PHG4Prototype3InnerHcalSteppingAction.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration