EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
fun4all_coresoftware
blob
master
simulation
g4simulation
g4micromegas
PHG4MicromegasSubsystem.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:50
using
1.8.2 with
EIC GitHub integration