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
PHG4SpacalPrototypeSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4SpacalPrototypeSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef G4CALOPROTOTYPE_PHG4SPACALPROTOTYPESUBSYSTEM_H
4
#define G4CALOPROTOTYPE_PHG4SPACALPROTOTYPESUBSYSTEM_H
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
#include <string>
// for string
9
10
class
PHCompositeNode
;
11
class
PHG4Detector
;
12
class
PHG4SpacalPrototypeDetector
;
13
class
PHG4SteppingAction
;
14
15
class
PHG4SpacalPrototypeSubsystem
:
public
PHG4DetectorSubsystem
16
{
17
18
public
:
19
21
explicit
PHG4SpacalPrototypeSubsystem
(
const
std::string
&
name
=
"CEMC"
);
22
24
virtual
~PHG4SpacalPrototypeSubsystem
(
void
) {}
25
27
32
int
InitRunSubsystem
(
PHCompositeNode
*);
33
35
39
int
process_event
(
PHCompositeNode
*);
40
42
virtual
PHG4Detector
*
GetDetector
(
void
)
const
;
43
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const
{
return
steppingAction_
;}
44
45
46
void
47
Print
(
const
std::string
&what =
"ALL"
)
const
;
48
49
private
:
51
void
SetDefaultParameters
();
52
53
55
56
PHG4SpacalPrototypeDetector
*
detector_
;
57
59
60
PHG4SteppingAction
*
steppingAction_
;
61
};
62
63
#endif
prototype
blob
master
simulation
g4simulation
g4caloprototype
PHG4SpacalPrototypeSubsystem.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:30
using
1.8.2 with
sPHENIX GitHub integration