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
PHGenIntegral.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file PHGenIntegral.cc
1
// $Id: $
2
11
#include "
PHGenIntegral.h
"
12
13
#include <limits>
14
16
Double_t
PHGenIntegral::get_CrossSection_Processed_Event
()
const
17
{
18
return
get_Integrated_Lumi
() > 0 ?
get_N_Processed_Event
() /
get_Integrated_Lumi
() : std::numeric_limits<Double_t>::signaling_NaN();
19
}
20
22
Double_t
PHGenIntegral::get_CrossSection_Generator_Accepted_Event
()
const
23
{
24
return
get_Integrated_Lumi
() > 0 ?
get_N_Generator_Accepted_Event
() /
get_Integrated_Lumi
() : std::numeric_limits<Double_t>::signaling_NaN();
25
}
26
28
const
std::string
&
PHGenIntegral::get_Description
()
const
29
{
30
static
const
std::string
s_invalid(
"Invalid"
);
31
return
s_invalid;
32
}
coresoftware
blob
master
generators
phhepmc
PHGenIntegral.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:03
using
1.8.2 with
sPHENIX GitHub integration