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
G4JLeicBeamLineMagnetSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4JLeicBeamLineMagnetSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H
4
#define G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
#include <string>
// for string
9
10
class
G4JLeicBeamLineMagnetDetector
;
11
class
PHCompositeNode
;
12
class
PHG4Detector
;
13
class
PHG4DisplayAction
;
14
class
PHG4SteppingAction
;
15
16
class
G4JLeicBeamLineMagnetSubsystem
:
public
PHG4DetectorSubsystem
17
{
18
19
public
:
20
22
G4JLeicBeamLineMagnetSubsystem
(
const
std::string &
name
=
"CYLINDER"
,
const
int
layer
= 0 );
23
25
virtual
~G4JLeicBeamLineMagnetSubsystem
();
26
28
33
int
InitRunSubsystem
(
PHCompositeNode
*);
34
36
40
int
process_event
(
PHCompositeNode
*);
41
43
void
Print
(
const
std::string &what =
"ALL"
)
const
;
44
46
PHG4Detector
*
GetDetector
(
void
)
const
;
47
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const
{
return
m_SteppingAction
; }
48
PHG4DisplayAction
*
GetDisplayAction
()
const
{
return
m_DisplayAction
; }
49
50
private
:
51
void
SetDefaultParameters
();
52
54
55
G4JLeicBeamLineMagnetDetector
*
m_Detector
;
56
58
59
PHG4SteppingAction
*
m_SteppingAction
;
60
62
63
PHG4DisplayAction
*
m_DisplayAction
;
64
65
};
66
67
#endif // G4JLEIC_PHG4BEAMLINEMAGNETSUBSYSTEM_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4jleic
G4JLeicBeamLineMagnetSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration