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
PHG4OuterHcalSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4OuterHcalSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4OUTERHCALSUBSYSTEM_H
4
#define G4DETECTORS_PHG4OUTERHCALSUBSYSTEM_H
5
6
#include "
PHG4DetectorSubsystem.h
"
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
class
PHG4Detector
;
12
class
PHG4DisplayAction
;
13
class
PHG4OuterHcalDetector
;
14
class
PHG4SteppingAction
;
15
16
class
PHG4OuterHcalSubsystem
:
public
PHG4DetectorSubsystem
17
{
18
19
public
:
20
22
PHG4OuterHcalSubsystem
(
const
std::string &
name
=
"HCALOUT"
,
const
int
layer
= 0 );
23
25
~PHG4OuterHcalSubsystem
()
override
;
26
31
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
32
34
38
int
process_event
(
PHCompositeNode
*)
override
;
39
41
void
Print
(
const
std::string &what =
"ALL"
)
const override
;
42
44
PHG4Detector
*
GetDetector
(
void
)
const override
;
45
PHG4SteppingAction
*
GetSteppingAction
( )
const override
{
return
m_SteppingAction
; }
46
PHG4DisplayAction
*
GetDisplayAction
()
const override
{
return
m_DisplayAction
; }
47
48
void
SetLightCorrection
(
const
double
inner_radius
,
const
double
inner_corr,
const
double
outer_radius
,
const
double
outer_corr);
49
50
private
:
51
52
void
SetDefaultParameters
()
override
;
53
55
56
PHG4OuterHcalDetector
*
m_Detector
;
57
59
60
PHG4SteppingAction
*
m_SteppingAction
;
61
63
64
PHG4DisplayAction
*
m_DisplayAction
;
65
66
};
67
68
#endif
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4OuterHcalSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:41
using
1.8.2 with
ECCE GitHub integration