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
PHG4GDMLSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHG4GDMLSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
// $Id: $
4
13
#ifndef G4DETECTORS_PHG4GDMLSUBSYSTEM_H
14
#define G4DETECTORS_PHG4GDMLSUBSYSTEM_H
15
16
#include "
PHG4DetectorSubsystem.h
"
17
18
#include <string>
19
20
class
PHCompositeNode
;
21
class
PHG4GDMLDetector
;
22
class
PHG4Detector
;
23
class
PHG4SteppingAction
;
24
28
class
PHG4GDMLSubsystem
:
public
PHG4DetectorSubsystem
29
{
30
public
:
31
explicit
PHG4GDMLSubsystem
(
const
std::string
&
name
);
32
~PHG4GDMLSubsystem
()
override
;
33
39
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
40
42
46
int
process_event
(
PHCompositeNode
*)
override
;
47
49
void
Print
(
const
std::string
& what =
"ALL"
)
const override
;
50
52
PHG4Detector
*
GetDetector
(
void
)
const override
;
53
PHG4SteppingAction
*
GetSteppingAction
(
void
)
const override
{
return
nullptr
; }
54
55
private
:
56
void
SetDefaultParameters
()
override
;
57
59
60
PHG4GDMLDetector
*
m_Detector
=
nullptr
;
61
};
62
63
#endif
/* PHG4GDMLSUBSYSTEM_H_ */
coresoftware
blob
master
simulation
g4simulation
g4detectors
PHG4GDMLSubsystem.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:13
using
1.8.2 with
sPHENIX GitHub integration