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
FermimotionAfterburner.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FermimotionAfterburner.h
1
// Tell emacs that this is a C++ source
2
// -*- C++ -*-.
3
#ifndef FERMIMOTIONAFTERBURNER_H
4
#define FERMIMOTIONAFTERBURNER_H
5
6
#include <
fun4all/SubsysReco.h
>
7
8
#include <gsl/gsl_rng.h>
9
10
#include <string>
11
12
class
PHCompositeNode
;
13
14
class
FermimotionAfterburner
:
public
SubsysReco
15
{
16
public
:
17
FermimotionAfterburner
(
const
std::string
&
name
=
"FermimotionAfterburner"
,
const
double
pTspec = 0.05);
18
19
virtual
~FermimotionAfterburner
();
20
26
int
Init
(
PHCompositeNode
*topNode)
override
;
27
31
int
process_event
(
PHCompositeNode
*topNode)
override
;
32
33
private
:
34
void
AddpF
(
PHCompositeNode
*);
35
36
gsl_rng *
RandomGenerator
;
37
double
m_pTspec
;
38
};
39
40
#endif // FERMIMOTIONAFTERBURNER_H
coresoftware
blob
master
generators
FermiMotionAfterburner
FermimotionAfterburner.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:59
using
1.8.2 with
sPHENIX GitHub integration