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
PHG4PSTOFSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4PSTOFSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
// $Id$
4
13
#ifndef G4DETECTORS_PHG4PSTOFSUBSYSTEM_H
14
#define G4DETECTORS_PHG4PSTOFSUBSYSTEM_H
15
16
#include "
PHG4DetectorGroupSubsystem.h
"
17
18
#include <string>
19
20
class
PHCompositeNode
;
21
class
PHG4Detector
;
22
class
PHG4PSTOFDetector
;
23
class
PHG4SteppingAction
;
24
36
class
PHG4PSTOFSubsystem
:
public
PHG4DetectorGroupSubsystem
37
{
38
public
:
40
PHG4PSTOFSubsystem
(
const
std::string&
name
=
"PSTOF"
);
41
43
~PHG4PSTOFSubsystem
(
void
)
override
44
{
45
}
46
52
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
53
55
59
int
process_event
(
PHCompositeNode
*)
override
;
60
62
PHG4Detector
*
GetDetector
(
void
)
const override
;
63
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const override
;
65
void
Print
(
const
std::string& what =
"ALL"
)
const override
;
66
67
private
:
68
void
SetDefaultParameters
()
override
;
69
71
72
PHG4PSTOFDetector
*
detector_
;
73
75
76
PHG4SteppingAction
*
steppingAction_
;
77
78
};
79
80
#endif
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4PSTOFSubsystem.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:24:41
using
1.8.2 with
ECCE GitHub integration