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
PHG4MicromegasDetector.cc
PHG4MicromegasDetector.h
PHG4MicromegasDigitizer.cc
PHG4MicromegasDigitizer.h
PHG4MicromegasHitReco.cc
PHG4MicromegasHitReco.h
PHG4MicromegasSteppingAction.cc
PHG4MicromegasSteppingAction.h
PHG4MicromegasSubsystem.cc
PHG4MicromegasSubsystem.h
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
PHG4MicromegasSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4MicromegasSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
4
#ifndef G4MICROMEGAS_PHG4MICROMEGASSUBSYSTEM_H
5
#define G4MICROMEGAS_PHG4MICROMEGASSUBSYSTEM_H
6
12
#include <
g4detectors/PHG4DetectorSubsystem.h
>
13
14
#include <string>
// for string
15
16
class
PHCompositeNode
;
17
class
PHG4Detector
;
18
class
PHG4MicromegasDetector
;
19
class
PHG4MicromegasSteppingAction
;
20
class
PHG4SteppingAction
;
21
28
class
PHG4MicromegasSubsystem
:
public
PHG4DetectorSubsystem
29
{
30
31
public
:
33
PHG4MicromegasSubsystem
(
const
std::string&
name
=
"MICROMEGAS"
,
int
layer
= 0);
34
38
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
39
41
45
int
process_event
(
PHCompositeNode
*)
override
;
46
48
49
PHG4Detector
*
GetDetector
()
const override
;
50
PHG4SteppingAction
*
GetSteppingAction
()
const override
;
52
54
void
Print
(
const
std::string& what =
"ALL"
)
const override
;
55
56
protected
:
57
// \brief Set default parameter values
58
void
SetDefaultParameters
()
override
;
59
60
private
:
61
63
64
PHG4MicromegasDetector
*
m_Detector
=
nullptr
;
65
67
68
PHG4MicromegasSteppingAction
*
m_SteppingAction
=
nullptr
;
69
};
70
71
#endif // MICROMEGASSUBSYSTEM_H
coresoftware
blob
master
simulation
g4simulation
g4micromegas
PHG4MicromegasSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:44
using
1.8.2 with
ECCE GitHub integration