test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BaseHadronizer.cc
Go to the documentation of this file.
1 
3 
4 namespace gen {
5 
6 const std::vector<std::string> BaseHadronizer::theSharedResources;
7 
9 {
10 
12  ps.getUntrackedParameter<double>("filterEfficiency", -1.) );
14  GenRunInfoProduct::XSec(ps.getUntrackedParameter<double>("crossSection", -1.)) );
16  GenRunInfoProduct::XSec(ps.getUntrackedParameter<double>("crossSectionNLO", -1.)) );
17 
18 }
19 
20 }
T getUntrackedParameter(std::string const &, T const &) const
void setFilterEfficiency(double effic)
BaseHadronizer(edm::ParameterSet const &ps)
GenRunInfoProduct & runInfo()
void setExternalXSecNLO(const XSec &xsec)
void setExternalXSecLO(const XSec &xsec)
static const std::vector< std::string > theSharedResources