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
PHG4RICHSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4RICHSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
12
#ifndef G4DETECTORS_PHG4RICHSUBSYSTEM_H
13
#define G4DETECTORS_PHG4RICHSUBSYSTEM_H
14
15
#include "
ePHENIXRICHConstruction.h
"
16
17
#include <
g4main/PHG4Subsystem.h
>
18
19
#include <string>
20
21
class
PHCompositeNode
;
22
class
PHG4Detector
;
23
class
PHG4DisplayAction
;
24
class
PHG4RICHDetector
;
25
42
class
PHG4RICHSubsystem
:
public
PHG4Subsystem
43
{
44
public
:
46
PHG4RICHSubsystem
(
const
std::string &
name
=
"RICH"
);
47
49
virtual
~PHG4RICHSubsystem
();
50
52
57
int
Init
(
PHCompositeNode
*);
58
60
64
int
process_event
(
PHCompositeNode
*);
65
67
virtual
PHG4Detector
*
GetDetector
(
void
)
const
;
68
PHG4DisplayAction
*
GetDisplayAction
()
const
{
return
m_DisplayAction
; }
69
70
ePHENIXRICH::RICH_Geometry
&
get_RICH_geometry
() {
return
geom
; }
71
72
void
set_RICH_geometry
(
const
ePHENIXRICH::RICH_Geometry
&
g
) {
geom
=
g
; }
73
74
private
:
76
77
PHG4RICHDetector
*
m_Detector
;
79
80
PHG4DisplayAction
*
m_DisplayAction
;
81
82
ePHENIXRICH::RICH_Geometry
geom
;
83
};
84
85
#endif
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4rich
PHG4RICHSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:48
using
1.8.2 with
ECCE GitHub integration