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
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
(std::string
const
&
name
);
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:
Wed Jun 29 2022 17:24:42
using
1.8.2 with
ECCE GitHub integration