CMS 3D CMS Logo

NormFunctor.cc
Go to the documentation of this file.
3 void lumi::NormFunctor::initialize(const std::map< std::string , float >& coeffmap,const std::map< unsigned int, float >& afterglowmap){
4  m_coeffmap=coeffmap;
5  m_afterglowmap=afterglowmap;
6 }
7 
std::map< unsigned int, float > m_afterglowmap
Definition: NormFunctor.h:15
void initialize(const std::map< std::string, float > &coeffmap, const std::map< unsigned int, float > &afterglowmap)
Definition: NormFunctor.cc:3
std::map< std::string, float > m_coeffmap
Definition: NormFunctor.h:14