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