11 #ifndef SIMULATION_CORESOFTWARE_GENERATORS_PHHEPMC_PHGENINTEGRALV1_H_
12 #define SIMULATION_CORESOFTWARE_GENERATORS_PHHEPMC_PHGENINTEGRALV1_H_
28 virtual void identify(std::ostream& os = std::cout)
const;
39 return fIntegratedLumi;
45 fIntegratedLumi = integratedLumi;
51 return fNGeneratorAcceptedEvent;
57 fNGeneratorAcceptedEvent = nGeneratorAcceptedEvent;
63 return fNProcessedEvent;
69 fNProcessedEvent = nProcessedEvent;
85 fSumOfWeight = sumOfWeight;
97 fDescription = description;
102 ULong64_t fNProcessedEvent;
105 ULong64_t fNGeneratorAcceptedEvent;
108 Double_t fIntegratedLumi;
113 Double_t fSumOfWeight;
116 std::string fDescription;
ULong64_t get_N_Generator_Accepted_Event() const
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending ...
virtual void CopyContent(PHObject *obj)
const std::string & get_Description() const
description on the source
void set_N_Generator_Accepted_Event(ULong64_t nGeneratorAcceptedEvent)
Number of accepted events in the event generator. This can be higher than fNProcessedEvent depending ...
virtual PHObject * clone() const
Virtual copy constructor.
ULong64_t get_N_Processed_Event() const
Number of processed events in the Fun4All cycles.
virtual int isValid() const
isValid returns non zero if object contains vailid data
virtual void identify(std::ostream &os=std::cout) const
void set_Sum_Of_Weight(Double_t sumOfWeight)
void set_Description(const std::string &description)
description on the source
virtual int Integrate() const
Double_t get_Sum_Of_Weight() const
virtual void Reset()
Clear Event.
void set_Integrated_Lumi(Double_t integratedLumi)
Integrated luminosity in pb^-1.
Double_t get_Integrated_Lumi() const
Integrated luminosity in pb^-1.
virtual ~PHGenIntegralv1()
void set_N_Processed_Event(ULong64_t nProcessedEvent)
Number of processed events in the Fun4All cycles.