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
PHG4BeamlineMagnetSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4BeamlineMagnetSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4DETECTORS_PHG4BEAMLINEMAGNETSUBSYSTEM_H
4
#define G4DETECTORS_PHG4BEAMLINEMAGNETSUBSYSTEM_H
5
6
#include "
PHG4DetectorSubsystem.h
"
7
8
#include <string>
// for string
9
10
class
PHCompositeNode
;
11
class
PHG4BeamlineMagnetDetector
;
12
class
PHG4Detector
;
13
14
class
PHG4BeamlineMagnetSubsystem
:
public
PHG4DetectorSubsystem
15
{
16
public
:
18
PHG4BeamlineMagnetSubsystem
(
const
std::string
&
name
=
"CYLINDER"
,
const
int
layer
= 0);
19
21
~PHG4BeamlineMagnetSubsystem
(
void
)
override
22
{
23
}
24
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
46
private
:
47
void
SetDefaultParameters
()
override
;
48
50
51
PHG4BeamlineMagnetDetector
*
detector_
;
52
};
53
54
#endif
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4BeamlineMagnetSubsystem.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:12
using
1.8.2 with
sPHENIX GitHub integration