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
G4JLeicVTXSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file G4JLeicVTXSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4JLEIC_G4JLEICVTXSUBSYSTEM_H
4
#define G4JLEIC_G4JLEICVTXSUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorGroupSubsystem.h
>
7
8
#include <string>
9
10
class
PHCompositeNode
;
11
class
PHG4Detector
;
12
class
G4JLeicVTXDetector
;
13
class
PHG4SteppingAction
;
14
26
class
G4JLeicVTXSubsystem
:
public
PHG4DetectorGroupSubsystem
27
{
28
public
:
30
G4JLeicVTXSubsystem
(
const
std::string&
name
=
"PSTOF"
);
31
33
virtual
~G4JLeicVTXSubsystem
(
void
)
34
{
35
}
36
42
virtual
int
InitRunSubsystem
(
PHCompositeNode
*);
43
45
49
virtual
int
process_event
(
PHCompositeNode
*);
50
52
virtual
PHG4Detector
*
GetDetector
(
void
)
const
;
53
virtual
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const
;
55
virtual
void
Print
(
const
std::string& what =
"ALL"
)
const
;
56
57
private
:
58
void
SetDefaultParameters
();
59
61
62
G4JLeicVTXDetector
*
detector_
;
63
65
66
PHG4SteppingAction
*
steppingAction_
;
67
};
68
69
#endif // G4JLEIC_G4JLEICVTXSUBSYSTEM_H
fun4all_eicdetectors
blob
master
simulation
g4simulation
g4jleic
G4JLeicVTXSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:47
using
1.8.2 with
ECCE GitHub integration