Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:37

0001 #include "RecoLuminosity/LumiProducer/interface/NormFunctor.h"
0002 lumi::NormFunctor::NormFunctor() {}
0003 void lumi::NormFunctor::initialize(const std::map<std::string, float>& coeffmap,
0004                                    const std::map<unsigned int, float>& afterglowmap) {
0005   m_coeffmap = coeffmap;
0006   m_afterglowmap = afterglowmap;
0007 }