Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
PHG4Prototype3InnerHcalSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4Prototype3InnerHcalSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSUBSYSTEM_H
4
#define G4CALOPROTOTYPE_PHG4PROTOTYPE3INNERHCALSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
class
PHG4Detector
;
12
class
PHG4Prototype3InnerHcalDetector
;
13
class
PHG4SteppingAction
;
14
15
class
PHG4Prototype3InnerHcalSubsystem
:
public
PHG4DetectorSubsystem
16
{
17
public
:
19
PHG4Prototype3InnerHcalSubsystem
(
const
std::string
&
name
=
"HCALIN"
,
const
int
layer
= 0);
20
22
virtual
~PHG4Prototype3InnerHcalSubsystem
()
23
{
24
}
25
31
int
InitRunSubsystem
(
PHCompositeNode
*);
32
34
38
int
process_event
(
PHCompositeNode
*);
39
41
void
Print
(
const
std::string
& what =
"ALL"
)
const
;
42
44
PHG4Detector
*
GetDetector
()
const
;
45
PHG4SteppingAction
*
GetSteppingAction
()
const
{
return
m_SteppingAction
; }
46
void
SetLightCorrection
(
const
double
inner_radius
,
const
double
inner_corr,
const
double
outer_radius
,
const
double
outer_corr);
47
48
protected
:
49
void
SetDefaultParameters
();
50
52
53
PHG4Prototype3InnerHcalDetector
*
m_Detector
;
54
56
57
PHG4SteppingAction
*
m_SteppingAction
;
58
};
59
60
#endif
prototype
blob
master
simulation
g4simulation
g4caloprototype
PHG4Prototype3InnerHcalSubsystem.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:29
using
1.8.2 with
sPHENIX GitHub integration