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
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
blob
master
source
G4JLeicBeamLineMagnetDetector.cc
G4JLeicBeamLineMagnetDetector.h
G4JLeicBeamLineMagnetDisplayAction.cc
G4JLeicBeamLineMagnetDisplayAction.h
G4JLeicBeamLineMagnetSteppingAction.cc
G4JLeicBeamLineMagnetSteppingAction.h
G4JLeicBeamLineMagnetSubsystem.cc
G4JLeicBeamLineMagnetSubsystem.h
G4JLeicBeamLineMagnetSubsystemLinkDef.h
G4JLeicDIRCDetector.cc
G4JLeicDIRCDetector.h
G4JLeicDIRCDisplayAction.cc
G4JLeicDIRCDisplayAction.h
G4JLeicDIRCSteppingAction.cc
G4JLeicDIRCSteppingAction.h
G4JLeicDIRCSubsystem.cc
G4JLeicDIRCSubsystem.h
G4JLeicDIRCSubsystemLinkDef.h
G4JLeicVTXDetector.cc
G4JLeicVTXDetector.h
G4JLeicVTXDisplayAction.cc
G4JLeicVTXDisplayAction.h
G4JLeicVTXSteppingAction.cc
G4JLeicVTXSteppingAction.h
G4JLeicVTXSubsystem.cc
G4JLeicVTXSubsystem.h
G4JLeicVTXSubsystemLinkDef.h
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4JLeicDIRCSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4JLeicDIRCSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4JLEIC_G4JLEICDIRCSTEPPINGACTION_H
4
#define G4JLEIC_G4JLEICDIRCSTEPPINGACTION_H
5
6
#include <
g4main/PHG4SteppingAction.h
>
7
8
class
G4Step;
9
class
G4VPhysicalVolume;
10
class
PHCompositeNode
;
11
class
G4JLeicDIRCDetector
;
12
class
PHG4Hit
;
13
class
PHG4HitContainer
;
14
class
PHParameters
;
15
16
class
G4JLeicDIRCSteppingAction
:
public
PHG4SteppingAction
17
{
18
public
:
20
G4JLeicDIRCSteppingAction
(
G4JLeicDIRCDetector
*,
const
PHParameters
*);
21
23
virtual
~G4JLeicDIRCSteppingAction
();
24
26
virtual
bool
UserSteppingAction
(
const
G4Step*,
bool
);
27
29
virtual
void
SetInterfacePointers
(
PHCompositeNode
*);
30
31
private
:
33
G4JLeicDIRCDetector
*
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_G4JLEICDIRCSTEPPINGACTION_H
fun4all_g4jleic
blob
master
source
G4JLeicDIRCSteppingAction.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:52
using
1.8.2 with
EIC GitHub integration