CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ParticleReplacerBase.cc
Go to the documentation of this file.
2 
4  : tried_(0),
5  passed_(0),
6  tauMass_(1.7769)
7 {
8  verbosity_ = ( cfg.exists("verbosity") ) ?
9  cfg.getParameter<int>("verbosity") : 0;
10 }
11 
13 
T getParameter(std::string const &) const
tuple cfg
Definition: looper.py:293
bool exists(std::string const &parameterName) const
checks if a parameter exists
ParticleReplacerBase(const edm::ParameterSet &)
#define EDM_REGISTER_PLUGINFACTORY(_factory_, _category_)
Definition: PluginFactory.h:90