CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
NormFunctor.cc
Go to the documentation of this file.
3 void lumi::NormFunctor::initialize(const std::map<std::string, float>& coeffmap,
4  const std::map<unsigned int, float>& afterglowmap) {
5  m_coeffmap = coeffmap;
6  m_afterglowmap = afterglowmap;
7 }
void initialize(const std::map< std::string, float > &coeffmap, const std::map< unsigned int, float > &afterglowmap)
Definition: NormFunctor.cc:3