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
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
EICG4dRICHSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EICG4dRICHSubsystem.h
1
#ifndef DRICHSUBSYSTEM_H
2
#define DRICHSUBSYSTEM_H
3
4
#include <
g4detectors/PHG4DetectorSubsystem.h
>
5
6
class
PHCompositeNode
;
7
class
PHG4Detector
;
8
class
EICG4dRICHDetector
;
9
class
PHG4SteppingAction
;
10
21
class
EICG4dRICHSubsystem
:
public
PHG4DetectorSubsystem
22
{
23
public
:
25
EICG4dRICHSubsystem
(
const
std::string &
name
=
"EICG4dRICH"
);
26
28
virtual
~EICG4dRICHSubsystem
() {}
29
34
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
35
37
41
int
process_event
(
PHCompositeNode
*)
override
;
42
44
PHG4Detector
*
GetDetector
()
const override
;
45
46
PHG4SteppingAction
*
GetSteppingAction
()
const override
{
return
m_SteppingAction
; }
47
48
void
SetGeometryFile
(
const
std::string &fileName) {
m_geoFile
= fileName; }
49
51
void
Print
(
const
std::string &what =
"ALL"
)
const override
;
52
53
protected
:
54
// \brief Set default parameter values
55
void
SetDefaultParameters
()
override
;
56
57
private
:
59
60
EICG4dRICHDetector
*
m_Detector
;
61
63
64
PHG4SteppingAction
*
m_SteppingAction
;
65
66
std::string
m_geoFile
;
67
};
68
69
#endif // DRICHSUBSYSTEM_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4drich
EICG4dRICHSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:46
using
1.8.2 with
ECCE GitHub integration