Class Reference for E1039 Core & Analysis Software
PHGenIntegral Class Reference

PHGenIntegral. More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/generators/phhepmc/PHGenIntegral.h>

+ Inheritance diagram for PHGenIntegral:
+ Collaboration diagram for PHGenIntegral:

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...
 
- Public Member Functions inherited from PHObject
 PHObject ()
 ctor More...
 
virtual ~PHObject ()
 dtor More...
 
virtual PHObjectclone () 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
 

Detailed Description

PHGenIntegral.

Definition at line 20 of file PHGenIntegral.h.

Constructor & Destructor Documentation

◆ PHGenIntegral()

PHGenIntegral::PHGenIntegral ( )

Definition at line 15 of file PHGenIntegral.cc.

◆ ~PHGenIntegral()

PHGenIntegral::~PHGenIntegral ( )
virtual

Definition at line 20 of file PHGenIntegral.cc.

Member Function Documentation

◆ get_CrossSection_Generator_Accepted_Event()

Double_t PHGenIntegral::get_CrossSection_Generator_Accepted_Event ( ) const
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().

+ Here is the call graph for this function:

◆ get_CrossSection_Processed_Event()

Double_t PHGenIntegral::get_CrossSection_Processed_Event ( ) const
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().

+ Here is the call graph for this function:

◆ get_Description()

const std::string & PHGenIntegral::get_Description ( ) const
virtual

description on the source

Reimplemented in PHGenIntegralv1.

Definition at line 38 of file PHGenIntegral.cc.

Referenced by PHGenIntegralv1::CopyContent(), and PHGenIntegralv1::Integrate().

+ Here is the caller graph for this function:

◆ get_Integrated_Lumi()

virtual Double_t PHGenIntegral::get_Integrated_Lumi ( ) const
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().

+ Here is the caller graph for this function:

◆ get_N_Generator_Accepted_Event()

virtual ULong64_t PHGenIntegral::get_N_Generator_Accepted_Event ( ) const
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().

+ Here is the caller graph for this function:

◆ get_N_Processed_Event()

virtual ULong64_t PHGenIntegral::get_N_Processed_Event ( ) const
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().

+ Here is the caller graph for this function:

◆ get_Sum_Of_Weight()

virtual Double_t PHGenIntegral::get_Sum_Of_Weight ( ) const
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().

+ Here is the caller graph for this function:

◆ set_Description()

virtual void PHGenIntegral::set_Description ( const std::string &  description)
inlinevirtual

description on the source

Reimplemented in PHGenIntegralv1.

Definition at line 84 of file PHGenIntegral.h.

◆ set_Integrated_Lumi()

virtual void PHGenIntegral::set_Integrated_Lumi ( Double_t  integratedLumi)
inlinevirtual

Integrated luminosity in pb^-1.

Reimplemented in PHGenIntegralv1.

Definition at line 33 of file PHGenIntegral.h.

◆ set_N_Generator_Accepted_Event()

virtual void PHGenIntegral::set_N_Generator_Accepted_Event ( ULong64_t  nGeneratorAcceptedEvent)
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.

◆ set_N_Processed_Event()

virtual void PHGenIntegral::set_N_Processed_Event ( ULong64_t  nProcessedEvent)
inlinevirtual

Number of processed events in the Fun4All cycles.

Reimplemented in PHGenIntegralv1.

Definition at line 55 of file PHGenIntegral.h.

◆ set_Sum_Of_Weight()

virtual void PHGenIntegral::set_Sum_Of_Weight ( Double_t  sumOfWeight)
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.


The documentation for this class was generated from the following files: