Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/PHGenIntegral.h>
Public Member Functions | |
PHGenIntegral () | |
virtual | ~PHGenIntegral () |
virtual Double_t | get_Integrated_Lumi () const |
Integrated luminosity in pb^-1. More... | |
virtual void | set_Integrated_Lumi (Double_t integratedLumi) |
Integrated luminosity in pb^-1. More... | |
virtual ULong64_t | get_N_Generator_Accepted_Event () const |
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending on trigger on the event generator. More... | |
virtual void | set_N_Generator_Accepted_Event (ULong64_t nGeneratorAcceptedEvent) |
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending on trigger on the event generator. More... | |
virtual ULong64_t | get_N_Processed_Event () const |
Number of processed events in the Fun4All cycles. More... | |
virtual void | set_N_Processed_Event (ULong64_t nProcessedEvent) |
Number of processed events in the Fun4All cycles. More... | |
virtual Double_t | get_Sum_Of_Weight () const |
virtual void | set_Sum_Of_Weight (Double_t sumOfWeight) |
virtual Double_t | get_CrossSection_Processed_Event () const |
cross sections for the processed events in pb More... | |
virtual Double_t | get_CrossSection_Generator_Accepted_Event () const |
cross sections for the events accepted by the event generator in pb More... | |
virtual const std::string & | get_Description () const |
description on the source More... | |
virtual void | set_Description (const std::string &description) |
description on the source More... | |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Definition at line 20 of file PHGenIntegral.h.
PHGenIntegral::PHGenIntegral | ( | ) |
Definition at line 15 of file PHGenIntegral.cc.
|
virtual |
Definition at line 20 of file PHGenIntegral.cc.
|
virtual |
cross sections for the events accepted by the event generator in pb
Definition at line 32 of file PHGenIntegral.cc.
References get_Integrated_Lumi(), and get_N_Generator_Accepted_Event().
|
virtual |
cross sections for the processed events in pb
Definition at line 26 of file PHGenIntegral.cc.
References get_Integrated_Lumi(), and get_N_Processed_Event().
|
virtual |
description on the source
Reimplemented in PHGenIntegralv1.
Definition at line 38 of file PHGenIntegral.cc.
Referenced by PHGenIntegralv1::CopyContent(), and PHGenIntegralv1::Integrate().
|
inlinevirtual |
Integrated luminosity in pb^-1.
Reimplemented in PHGenIntegralv1.
Definition at line 27 of file PHGenIntegral.h.
Referenced by PHGenIntegralv1::CopyContent(), get_CrossSection_Generator_Accepted_Event(), get_CrossSection_Processed_Event(), PHGenIntegralv1::Integrate(), and AnaSimRunInfo::process_event().
|
inlinevirtual |
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending on trigger on the event generator.
Reimplemented in PHGenIntegralv1.
Definition at line 38 of file PHGenIntegral.h.
Referenced by PHGenIntegralv1::CopyContent(), get_CrossSection_Generator_Accepted_Event(), PHGenIntegralv1::Integrate(), and AnaSimRunInfo::process_event().
|
inlinevirtual |
Number of processed events in the Fun4All cycles.
Reimplemented in PHGenIntegralv1.
Definition at line 49 of file PHGenIntegral.h.
Referenced by PHGenIntegralv1::CopyContent(), get_CrossSection_Processed_Event(), PHGenIntegralv1::Integrate(), and AnaSimRunInfo::process_event().
|
inlinevirtual |
Sum of weight assigned to the events by the generators. Event weight is normally 1 and thus equal to number of the generated event and is uninteresting. However, there are several cases where one may have nontrivial event weights, e.g. using user hooks in Pythia8 generators to reweight the phase space
Reimplemented in PHGenIntegralv1.
Definition at line 62 of file PHGenIntegral.h.
Referenced by PHGenIntegralv1::CopyContent(), and PHGenIntegralv1::Integrate().
|
inlinevirtual |
description on the source
Reimplemented in PHGenIntegralv1.
Definition at line 84 of file PHGenIntegral.h.
|
inlinevirtual |
Integrated luminosity in pb^-1.
Reimplemented in PHGenIntegralv1.
Definition at line 33 of file PHGenIntegral.h.
|
inlinevirtual |
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending on trigger on the event generator.
Reimplemented in PHGenIntegralv1.
Definition at line 44 of file PHGenIntegral.h.
|
inlinevirtual |
Number of processed events in the Fun4All cycles.
Reimplemented in PHGenIntegralv1.
Definition at line 55 of file PHGenIntegral.h.
|
inlinevirtual |
Sum of weight assigned to the events by the generators. Event weight is normally 1 and thus equal to number of the generated event and is uninteresting. However, there are several cases where one may have nontrivial event weights, e.g. using user hooks in Pythia8 generators to reweight the phase space
Reimplemented in PHGenIntegralv1.
Definition at line 70 of file PHGenIntegral.h.