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
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
blob
master
analysis
reconstruction
simulation
g4simulation
g4b0
g4b0ecal
g4barrelmmg
g4beastmagnet
g4bwd
g4drcalo
g4drich
g4eiccalos
g4eicdirc
g4etof
g4jleic
g4lblvtx
AllSi_Al_support_Detector.cc
AllSi_Al_support_Detector.h
AllSi_Al_support_DisplayAction.cc
AllSi_Al_support_DisplayAction.h
AllSi_Al_support_SteppingAction.cc
AllSi_Al_support_SteppingAction.h
AllSi_Al_support_Subsystem.cc
AllSi_Al_support_Subsystem.h
AllSiliconTrackerDetector.cc
AllSiliconTrackerDetector.h
AllSiliconTrackerDisplayAction.cc
AllSiliconTrackerDisplayAction.h
AllSiliconTrackerSteppingAction.cc
AllSiliconTrackerSteppingAction.h
AllSiliconTrackerSubsystem.cc
AllSiliconTrackerSubsystem.h
EicFRichDetector.cc
EicFRichDetector.h
EicFRichSteppingAction.cc
EicFRichSteppingAction.h
EicFRichSubsystem.cc
EicFRichSubsystem.h
G4LBLVtxDetector.cc
G4LBLVtxDetector.h
G4LBLVtxDisplayAction.cc
G4LBLVtxDisplayAction.h
G4LBLVtxSteppingAction.cc
G4LBLVtxSteppingAction.h
G4LBLVtxSubsystem.cc
G4LBLVtxSubsystem.h
PHG4ParticleGenerator_flat_pT.cc
PHG4ParticleGenerator_flat_pT.h
SimpleNtuple.cc
SimpleNtuple.h
TrackFastSimEval.cc
TrackFastSimEval.h
g4lumi
g4mrich
g4rich
g4rp
g4trd
g4ttl
g4zdc
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
AllSi_Al_support_Subsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AllSi_Al_support_Subsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4LBLVTX_ALLSIALSUPPORTSUBSYSTEM_H
4
#define G4LBLVTX_ALLSIALSUPPORTSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
class
PHCompositeNode
;
9
class
PHG4Detector
;
10
class
AllSi_Al_support_Detector
;
11
class
PHG4SteppingAction
;
12
23
class
AllSi_Al_support_Subsystem
:
public
PHG4DetectorSubsystem
24
{
25
public
:
27
AllSi_Al_support_Subsystem
(
const
std::string&
name
=
"AllSi_Al_support_"
);
28
30
virtual
~AllSi_Al_support_Subsystem
() {}
31
35
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
36
38
42
int
process_event
(
PHCompositeNode
*)
override
;
43
45
PHG4Detector
*
GetDetector
()
const override
;
46
47
PHG4SteppingAction
*
GetSteppingAction
()
const override
{
return
m_SteppingAction
; }
49
void
Print
(
const
std::string& what =
"ALL"
)
const override
;
50
51
protected
:
52
// \brief Set default parameter values
53
void
SetDefaultParameters
()
override
;
54
55
private
:
57
58
AllSi_Al_support_Detector
*
m_Detector
;
59
61
62
PHG4SteppingAction
*
m_SteppingAction
;
63
};
64
65
#endif // G4LBLVTX_ALLSIALSUPPORTSUBSYSTEM_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4lblvtx
AllSi_Al_support_Subsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration