Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
blob
master
calibrations
generators
FermiMotionAfterburner
flowAfterburner
hijing
HIJINGFlipAfterburner
JETSCAPE
JEWEL
phhepmc
Fun4AllHepMCInputManager.cc
Fun4AllHepMCInputManager.h
Fun4AllHepMCOutputManager.cc
Fun4AllHepMCOutputManager.h
Fun4AllHepMCPileupInputManager.cc
Fun4AllHepMCPileupInputManager.h
Fun4AllOscarInputManager.cc
Fun4AllOscarInputManager.h
HepMCFlowAfterBurner.cc
HepMCFlowAfterBurner.h
PHGenIntegral.cc
PHGenIntegral.h
PHGenIntegralLinkDef.h
PHGenIntegralv1.cc
PHGenIntegralv1.h
PHGenIntegralv1LinkDef.h
PHHepMC_ioLinkDef.h
PHHepMCGenEvent.cc
PHHepMCGenEvent.h
PHHepMCGenEventLinkDef.h
PHHepMCGenEventMap.cc
PHHepMCGenEventMap.h
PHHepMCGenEventMapLinkDef.h
PHHepMCGenEventv1.cc
PHHepMCGenEventv1.h
PHHepMCGenEventv1LinkDef.h
PHHepMCGenHelper.cc
PHHepMCGenHelper.h
PHHepMCParticleSelectorDecayProductChain.cc
PHHepMCParticleSelectorDecayProductChain.h
PHPythia6
PHPythia8
PHSartre
ReactionPlaneAfterburner
sHEPGen
sHijing
offline
simulation
validation
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
HepMCFlowAfterBurner.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file HepMCFlowAfterBurner.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
4
#ifndef PHHEPMC_HEPMCFLOWAFTERBURNER_H
5
#define PHHEPMC_HEPMCFLOWAFTERBURNER_H
6
7
#include <
fun4all/SubsysReco.h
>
8
9
#include <string>
10
11
class
PHCompositeNode
;
12
13
class
HepMCFlowAfterBurner
:
public
SubsysReco
14
{
15
public
:
16
HepMCFlowAfterBurner
(
const
std::string
&
name
=
"HEPMCFLOWAFTERBURNER"
);
17
~HepMCFlowAfterBurner
()
override
{}
18
19
int
Init
(
PHCompositeNode
*)
override
;
20
int
process_event
(
PHCompositeNode
*)
override
;
21
22
void
Print
(
const
std::string
&what =
"ALL"
)
const override
;
23
24
void
setAlgorithmName
(
const
std::string
&
name
);
25
26
void
setMinEta
(
const
float
f
)
27
{
28
mineta
=
f
;
29
}
30
void
setMaxEta
(
const
float
f
)
31
{
32
maxeta
=
f
;
33
}
34
void
setMinPt
(
const
float
f
)
35
{
36
minpt
=
f
;
37
}
38
void
setMaxPt
(
const
float
f
)
39
{
40
maxpt
=
f
;
41
}
42
void
setSeed
(
const
long
il);
43
44
void
SaveRandomState
(
const
std::string
&savefile =
"HepMCFlowAfterBurner.ransave"
);
45
void
RestoreRandomState
(
const
std::string
&savefile =
"HepMCFlowAfterBurner.ransave"
);
46
47
protected
:
48
std::string
config_filename
;
49
std::string
algorithmName
=
"MINBIAS"
;
50
51
float
mineta
= -5.;
52
float
maxeta
= 5.;
53
54
float
minpt
= 0.;
55
float
maxpt
= 100.;
56
57
int
seedset
= 0;
58
long
seed
= 0;
59
long
randomSeed
= 11793;
60
};
61
62
#endif
coresoftware
blob
master
generators
phhepmc
HepMCFlowAfterBurner.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:03
using
1.8.2 with
sPHENIX GitHub integration