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
G4JLeicVTXSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4JLeicVTXSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4JLEIC_G4JLEICVTXSTEPPINGACTION_H
4
#define G4JLEIC_G4JLEICVTXSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step
;
9
class
G4VPhysicalVolume
;
10
class
PHCompositeNode
;
11
class
G4JLeicVTXDetector
;
12
class
PHG4Hit
;
13
class
PHG4HitContainer
;
14
class
PHParametersContainer
;
15
16
class
G4JLeicVTXSteppingAction
:
public
PHG4SteppingAction
17
{
18
public
:
20
G4JLeicVTXSteppingAction
(
G4JLeicVTXDetector
*,
const
PHParametersContainer
*);
21
23
virtual
~G4JLeicVTXSteppingAction
();
24
26
virtual
bool
UserSteppingAction
(
const
G4Step
*,
bool
);
27
29
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
30
31
private
:
33
G4JLeicVTXDetector
*
m_Detector
;
35
PHG4HitContainer
*
m_HitContainer
;
36
PHG4Hit
*
m_Hit
;
37
PHG4HitContainer
*
m_SaveHitContainer
;
38
39
G4VPhysicalVolume
*
m_SaveVolPre
;
40
G4VPhysicalVolume
*
m_SaveVolPost
;
41
int
m_SaveTrackId
;
42
int
m_SavePreStepStatus
;
43
int
m_SavePostStepStatus
;
44
double
m_EdepSum
;
45
double
m_EionSum
;
46
};
47
48
#endif // G4JLEIC_G4JLEICVTXSTEPPINGACTION_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4jleic
G4JLeicVTXSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration