5 #include <HepMC/GenEvent.h> 6 #include <HepMC/WeightContainer.h> 7 #include <HepMC/PdfInfo.h> 17 signalProcessID_(0), qScale_(-1.), alphaQCD_(-1.), alphaQED_(-1.),
18 nMEPartons_(-1), nMEPartonsFiltered_(-1)
30 const HepMC::PdfInfo *hepPDF = evt->pdf_info();
34 pdf.
id = std::make_pair(hepPDF->id1(), hepPDF->id2());
35 pdf.
x = std::make_pair(hepPDF->x1(), hepPDF->x2());
36 pdf.
xPDF = std::make_pair(hepPDF->pdf1(), hepPDF->pdf2());
112 1., std::multiplies<double>());
void setPDF(const PDF *pdf)
std::pair< double, double > x
GenEventInfoProduct & operator=(const GenEventInfoProduct &other)
std::pair< double, double > xPDF
std::vector< float > DJRValues_
virtual ~GenEventInfoProduct()
std::vector< double > weights_
std::auto_ptr< PDF > pdf_
double weightProduct() const
std::vector< double > binningValues_
std::vector< double > & weights()
unsigned int signalProcessID_