ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
blob
master
calibrations
generators
decayFinder
FermiMotionAfterburner
flowAfterburner
hijing
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
sHEPGen
sHijing
offline
simulation
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
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:
Wed Jun 29 2022 17:24:32
using
1.8.2 with
ECCE GitHub integration