Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
offline
simulation
g4simulation
g4bbc
g4calo
g4centrality
g4decayer
g4detectors
g4epd
PHG4EPDDetector.cc
PHG4EPDDetector.h
PHG4EPDDisplayAction.cc
PHG4EPDDisplayAction.h
PHG4EPDModuleReco.cc
PHG4EPDModuleReco.h
PHG4EPDSteppingAction.cc
PHG4EPDSteppingAction.h
PHG4EPDSubsystem.cc
PHG4EPDSubsystem.h
g4eval
g4gdml
g4histos
g4ihcal
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4ohcal
g4tpc
g4trackfastsim
g4tracking
g4vertex
g4waveformsim
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
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:
Sat Feb 17 2024 22:18:13
using
1.8.2 with
sPHENIX GitHub integration