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
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
EICPhysicsList
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
PHG4EPDDetector.cc
PHG4EPDDetector.h
PHG4EPDDisplayAction.cc
PHG4EPDDisplayAction.h
PHG4EPDSteppingAction.cc
PHG4EPDSteppingAction.h
PHG4EPDSubsystem.cc
PHG4EPDSubsystem.h
g4eval
g4gdml
g4histos
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
g4trackfastsim
g4vertex
tpcresponse
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4EPDSteppingAction.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EPDSteppingAction.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
/* vim: set sw=2 ft=cpp: */
4
5
#ifndef G4EPD_PHG4EPDSTEPPINGACTION_H
6
#define G4EPD_PHG4EPDSTEPPINGACTION_H
7
8
#include <
g4main/PHG4SteppingAction.h
>
9
10
#include <Geant4/G4StepStatus.hh>
11
12
#include <string>
13
14
class
G4Step
;
15
class
PHCompositeNode
;
16
class
PHG4EPDDetector
;
17
class
PHG4Hit
;
18
class
PHG4HitContainer
;
19
class
PHParameters
;
20
21
class
PHG4EPDSteppingAction
:
public
PHG4SteppingAction
22
{
23
public
:
24
PHG4EPDSteppingAction
(
PHG4EPDDetector
*,
const
PHParameters
*
parameters
);
25
~PHG4EPDSteppingAction
()
override
;
26
27
bool
UserSteppingAction
(
const
G4Step
*,
bool
)
override
;
28
29
void
SetInterfacePointers
(
PHCompositeNode
*)
override
;
30
31
void
SetHitNodeName
(
const
std::string& type,
const
std::string&
name
)
override
;
32
33
private
:
34
PHG4EPDDetector
*
m_Detector
=
nullptr
;
35
36
PHG4HitContainer
*
m_HitContainer
=
nullptr
;
37
PHG4HitContainer
*
m_SupportHitContainer
=
nullptr
;
38
PHG4Hit
*
m_Hit
=
nullptr
;
39
40
G4StepStatus
m_SavePostStepStatus
=
G4StepStatus::fUndefined
;
41
42
std::string
m_HitNodeName
;
43
std::string
m_SupportNodeName
;
44
};
45
46
#endif
/* G4EPD_PHG4EPSTEPPINGACTION_H */
coresoftware
blob
master
simulation
g4simulation
g4epd
PHG4EPDSteppingAction.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:42
using
1.8.2 with
ECCE GitHub integration