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
PHG4EPDSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4EPDSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
/* vim: set sw=2 ft=cpp: */
4
5
#ifndef G4EPD_PHG4EPDSUBSYSTEM_H
6
#define G4EPD_PHG4EPDSUBSYSTEM_H
7
8
#include <
g4detectors/PHG4DetectorSubsystem.h
>
9
10
#include <string>
11
12
class
PHCompositeNode
;
13
class
PHG4Detector
;
14
class
PHG4DisplayAction
;
15
class
PHG4EPDDetector
;
16
class
PHG4SteppingAction
;
17
18
class
PHG4EPDSubsystem
:
public
PHG4DetectorSubsystem
19
{
20
public
:
21
PHG4EPDSubsystem
(
const
std::string
&
name
=
"EPD"
);
22
~PHG4EPDSubsystem
()
override
;
23
27
int
InitRunSubsystem
(
PHCompositeNode
*
node
)
override
;
28
31
int
process_event
(
PHCompositeNode
*)
override
;
32
33
PHG4Detector
*
GetDetector
()
const override
;
34
PHG4SteppingAction
*
GetSteppingAction
()
const override
{
return
m_SteppingAction
; };
35
PHG4DisplayAction
*
GetDisplayAction
()
const override
{
return
m_DisplayAction
; }
36
37
private
:
38
void
SetDefaultParameters
()
override
;
39
42
PHG4EPDDetector
*
m_Detector
=
nullptr
;
43
46
PHG4SteppingAction
*
m_SteppingAction
=
nullptr
;
47
49
50
PHG4DisplayAction
*
m_DisplayAction
=
nullptr
;
51
52
std::string
m_HitNodeName
;
53
std::string
m_SupportNodeName
;
54
};
55
56
#endif
/* G4EPD_PHG4EPDSUBSYSTEM_H */
coresoftware
blob
master
simulation
g4simulation
g4epd
PHG4EPDSubsystem.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:13
using
1.8.2 with
sPHENIX GitHub integration