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
EicToyModelSubsystem.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file EicToyModelSubsystem.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef _EIC_TOY_MODEL_SUBSYSTEM_
4
#define _EIC_TOY_MODEL_SUBSYSTEM_
5
6
#include <
g4detectors/PHG4DetectorSubsystem.h
>
7
8
class
EicToyModelDetector
;
9
class
PHCompositeNode
;
10
class
PHG4Detector
;
11
22
class
EicToyModelSubsystem
:
public
PHG4DetectorSubsystem
23
{
24
public
:
26
EicToyModelSubsystem
(
const
std::string&
name
=
"EicToyModel"
);
27
29
~EicToyModelSubsystem
() {};
30
34
int
InitRunSubsystem
(
PHCompositeNode
*)
override
;
35
37
PHG4Detector
*
GetDetector
()
const override
;
38
40
void
Print
(
const
std::string& what =
"ALL"
)
const override
;
41
42
protected
:
43
// \brief Set default parameter values
44
void
SetDefaultParameters
()
override
;
45
46
private
:
48
49
EicToyModelDetector
*
m_Detector
;
50
};
51
52
#endif
EicToyModel
blob
master
fun4all_with_eicroot
sandbox
EicToyModelSubsystem.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration