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
InttDeadMap.cc
InttDeadMap.h
InttDeadMapLinkDef.h
InttDeadMapv1.cc
InttDeadMapv1.h
InttDeadMapv1LinkDef.h
PHG4InttDeadMapLoader.cc
PHG4InttDeadMapLoader.h
PHG4InttDefs.h
PHG4InttDetector.cc
PHG4InttDetector.h
PHG4InttDigitizer.cc
PHG4InttDigitizer.h
PHG4InttDisplayAction.cc
PHG4InttDisplayAction.h
PHG4InttFPHXParameterisation.cc
PHG4InttFPHXParameterisation.h
PHG4InttHitReco.cc
PHG4InttHitReco.h
PHG4InttSteppingAction.cc
PHG4InttSteppingAction.h
PHG4InttSubsystem.cc
PHG4InttSubsystem.h
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
PHG4InttSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4InttSubsystem.h
1
// Tell emacs that this is a C++ source
2
// This file is really -*- C++ -*-.
3
#ifndef G4INTT_PHG4INTTSUBSYSTEM_H
4
#define G4INTT_PHG4INTTSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorGroupSubsystem.h
>
7
8
#include <string>
// for string
9
#include <utility>
// for pair
10
#include <vector>
11
12
class
PHCompositeNode
;
13
class
PHG4Detector
;
14
class
PHG4DisplayAction
;
15
class
PHG4InttDetector
;
16
class
PHG4SteppingAction
;
17
18
class
PHG4InttSubsystem
:
public
PHG4DetectorGroupSubsystem
19
{
20
public
:
21
typedef
std::vector<std::pair<int, int>>
vpair
;
22
24
PHG4InttSubsystem
(
const
std::string &
name
=
"PHG4InttSubsystem"
,
const
vpair
&layerconfig =
vpair
(0));
25
27
~PHG4InttSubsystem
()
override
;
28
30
36
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
37
39
43
int
process_event
(
PHCompositeNode
*)
override
;
44
46
PHG4Detector
*
GetDetector
(
void
)
const override
;
47
48
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const override
{
return
m_SteppingAction
; }
49
50
PHG4DisplayAction
*
GetDisplayAction
()
const override
{
return
m_DisplayAction
; }
51
52
void
Print
(
const
std::string &what =
"ALL"
)
const override
;
53
54
private
:
55
void
SetDefaultParameters
()
override
;
56
58
59
PHG4InttDetector
*
m_Detector
;
60
62
63
PHG4SteppingAction
*
m_SteppingAction
;
64
66
67
PHG4DisplayAction
*
m_DisplayAction
;
68
69
vpair
m_LayerConfigVector
;
70
std::string
m_DetectorType
;
71
};
72
73
#endif
coresoftware
blob
master
simulation
g4simulation
g4intt
PHG4InttSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:43
using
1.8.2 with
ECCE GitHub integration