26 fDescription = description;
41 os <<
"PHGenIntegralv1::identify: " << get_Description() << endl
42 <<
" N_Generator_Accepted_Event = " << get_N_Generator_Accepted_Event() <<
" @ " << get_CrossSection_Generator_Accepted_Event() <<
" pb" << endl
43 <<
" N_Processed_Event = " << get_N_Processed_Event() <<
" @ " << get_CrossSection_Processed_Event() <<
" pb" << endl
44 <<
" Sum_Of_Weight = " << get_Sum_Of_Weight() << endl
45 <<
" Integrated_Lumi = " << get_Integrated_Lumi() <<
" pb^-1" << endl;
51 fNGeneratorAcceptedEvent = 0;
54 fDescription =
"Source Not Provided";
63 cout <<
"PHGenIntegralv1::Integrate - Fatal Error - "
64 <<
"input object is not a PHGenIntegral: ";
70 if (fIntegratedLumi == 0 and fNProcessedEvent == 0)
84 return fNProcessedEvent;
93 cout <<
"PHGenIntegralv1::CopyContent - Fatal Error - "
94 <<
"input object is not a PHGenIntegral: ";
virtual ULong64_t get_N_Processed_Event() const
Number of processed events in the Fun4All cycles.
virtual Double_t get_Sum_Of_Weight() const
virtual const std::string & get_Description() const
description on the source
virtual ULong64_t get_N_Generator_Accepted_Event() const
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending ...
virtual Double_t get_Integrated_Lumi() const
Integrated luminosity in pb^-1.
virtual void CopyContent(PHObject *obj)
virtual PHObject * clone() const
Virtual copy constructor.
virtual void identify(std::ostream &os=std::cout) const
virtual int Integrate() const
virtual void Reset()
Clear Event.
virtual ~PHGenIntegralv1()
virtual void identify(std::ostream &os=std::cout) const