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
g4eval
g4gdml
g4histos
g4intt
g4jets
g4main
g4micromegas
g4mvtx
g4tpc
PHG4TpcCentralMembrane.cc
PHG4TpcCentralMembrane.h
PHG4TpcDefs.h
PHG4TpcDetector.cc
PHG4TpcDetector.h
PHG4TpcDigitizer.cc
PHG4TpcDigitizer.h
PHG4TpcDirectLaser.cc
PHG4TpcDirectLaser.h
PHG4TpcDisplayAction.cc
PHG4TpcDisplayAction.h
PHG4TpcDistortion.cc
PHG4TpcDistortion.h
PHG4TpcElectronDrift.cc
PHG4TpcElectronDrift.h
PHG4TpcEndCapDetector.cc
PHG4TpcEndCapDetector.h
PHG4TpcEndCapDisplayAction.cc
PHG4TpcEndCapDisplayAction.h
PHG4TpcEndCapSteppingAction.cc
PHG4TpcEndCapSteppingAction.h
PHG4TpcEndCapSubsystem.cc
PHG4TpcEndCapSubsystem.h
PHG4TpcPadBaselineShift.cc
PHG4TpcPadBaselineShift.h
PHG4TpcPadPlane.cc
PHG4TpcPadPlane.h
PHG4TpcPadPlaneReadout.cc
PHG4TpcPadPlaneReadout.h
PHG4TpcSteppingAction.cc
PHG4TpcSteppingAction.h
PHG4TpcSubsystem.cc
PHG4TpcSubsystem.h
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
PHG4TpcEndCapSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4TpcEndCapSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef PHG4TPCENDCAPSUBSYSTEM_H
4
#define PHG4TPCENDCAPSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
#include <string>
// for allocator, string
9
10
class
PHCompositeNode
;
11
class
PHG4Detector
;
12
class
PHG4TpcEndCapDetector
;
13
class
PHG4SteppingAction
;
14
class
PHG4DisplayAction
;
15
26
class
PHG4TpcEndCapSubsystem
:
public
PHG4DetectorSubsystem
27
{
28
public
:
30
PHG4TpcEndCapSubsystem
(
const
std::string&
name
=
"PHG4TpcEndCap"
);
31
33
~PHG4TpcEndCapSubsystem
()
override
;
34
38
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
39
41
45
int
process_event
(
PHCompositeNode
*)
override
;
46
48
PHG4Detector
*
GetDetector
()
const override
;
49
50
PHG4SteppingAction
*
GetSteppingAction
()
const override
{
return
m_SteppingAction
; }
52
void
Print
(
const
std::string& what =
"ALL"
)
const override
;
53
54
PHG4DisplayAction
*
GetDisplayAction
()
const override
{
return
m_DisplayAction
; }
55
56
protected
:
57
// \brief Set default parameter values
58
void
SetDefaultParameters
()
override
;
59
60
private
:
62
63
PHG4TpcEndCapDetector
*
m_Detector
=
nullptr
;
64
66
67
PHG4SteppingAction
*
m_SteppingAction
=
nullptr
;
68
70
71
PHG4DisplayAction
*
m_DisplayAction
=
nullptr
;
72
74
std::string
m_HitNodeName
;
75
};
76
77
#endif // PHG4TPCENDCAPSUBSYSTEM_H
coresoftware
blob
master
simulation
g4simulation
g4tpc
PHG4TpcEndCapSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:45
using
1.8.2 with
ECCE GitHub integration