EIC Software
Reference for
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
G4LBLVtxSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4LBLVtxSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
4
#ifndef G4DETECTORS_G4LBLVTXSUBSYSTEM_H
5
#define G4DETECTORS_G4LBLVTXSUBSYSTEM_H
6
7
#include <
g4detectors/PHG4DetectorSubsystem.h
>
8
9
#include <string>
10
11
class
PHCompositeNode
;
12
class
G4LBLVtxDetector
;
13
class
PHG4Detector
;
14
class
PHG4DisplayAction
;
15
class
PHG4SteppingAction
;
16
20
class
G4LBLVtxSubsystem
:
public
PHG4DetectorSubsystem
21
{
22
public
:
23
G4LBLVtxSubsystem
(
const
std::string&
name
);
24
virtual
~G4LBLVtxSubsystem
();
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
(
void
)
const
;
45
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const
{
return
m_SteppingAction
; }
46
PHG4DisplayAction
*
GetDisplayAction
()
const
{
return
m_DisplayAction
; }
47
48
private
:
49
void
SetDefaultParameters
();
50
52
53
G4LBLVtxDetector
*
m_Detector
;
54
56
57
PHG4SteppingAction
*
m_SteppingAction
;
58
60
61
PHG4DisplayAction
*
m_DisplayAction
;
62
};
63
64
#endif
/* G4LBLVTXSUBSYSTEM_H_ */
g4lblvtx
blob
master
source
G4LBLVtxSubsystem.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:52
using
1.8.2 with
EIC GitHub integration