|
| LHECOMWeightProducer (const edm::ParameterSet &) |
|
| ~LHECOMWeightProducer () |
|
| EDProducer () |
|
ModuleDescription const & | moduleDescription () const |
|
virtual | ~EDProducer () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
|
| ProducerBase () |
|
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
|
std::function< void(BranchDescription const &)> | registrationCallback () const |
| used by the fwk to register list of products More...
|
|
void | resolvePutIndicies (BranchType iBranchType, std::unordered_multimap< std::string, edm::ProductResolverIndex > const &iIndicies, std::string const &moduleLabel) |
|
virtual | ~ProducerBase () noexcept(false) |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
void | convertCurrentProcessAlias (std::string const &processName) |
| Convert "@currentProcess" in InputTag process names to the actual current process name. More...
|
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
|
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
Definition at line 24 of file LHECOMWeightProducer.cc.
Definition at line 91 of file LHECOMWeightProducer.cc.
References _label, _newECMS, _origECMS, _pdfmember, _pdfset, gather_cfg::cout, DEFINE_FWK_MODULE, edm::Event::getByLabel(), LHEEventProduct::hepeup(), lhef::HEPEUP::IDUP, info(), edm::EventBase::isRealData(), lheTag_, LogTrace, eostools::move(), lhef::HEPEUP::PUP, edm::Event::put(), class-composition::Q, lhef::HEPEUP::SCALUP, LHAPDF::usePDFMember(), create_public_lumi_plots::weights, and LHAPDF::xfx().
111 LogTrace(
"LHECOMWeightProducer") <<
"*******LHECOMWeightProducer*******\n" <<
112 " Q : " << Q <<
"\n" <<
113 " id1: " << id1 <<
"\n" <<
114 " x1 : " << x1 <<
"\n" <<
115 " x1': " << x1prime <<
"\n" <<
116 " id2: " << id2 <<
"\n" <<
117 " x2 : " << x2 <<
"\n" <<
118 " x2': " << x2prime ;
132 double newpdf1 =
LHAPDF::xfx(1, x1prime, Q, id1)/x1prime;
133 double newpdf2 =
LHAPDF::xfx(1, x2prime, Q, id2)/x2prime;
135 " xfx1 : " << oldpdf1 <<
"\n" <<
136 " xfx2 : " << oldpdf2 <<
"\n" <<
137 " xfx1': " << newpdf1 <<
"\n" <<
138 " xfx2': " << newpdf2 <<
"\n" <<
139 " weight:" << (newpdf1/oldpdf1)*(newpdf2/oldpdf2);
140 double weight = (newpdf1/oldpdf1)*(newpdf2/oldpdf2);
142 weights.push_back(weight);
144 info->setWeights(weights);
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
const lhef::HEPEUP & hepeup() const
std::vector< FiveVector > PUP
bool getByLabel(InputTag const &tag, Handle< PROD > &result) const
double xfx(int nset, double x, double Q, int fl)
void usePDFMember(int nset, int member)