CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoLuminosity/LumiProducer/src/NormFunctor.cc

Go to the documentation of this file.
00001 #include "RecoLuminosity/LumiProducer/interface/NormFunctor.h"
00002 lumi::NormFunctor::NormFunctor(){}
00003 void lumi::NormFunctor::initialize(const std::map< std::string , float >& coeffmap,const std::map< unsigned int, float >& afterglowmap){
00004   m_coeffmap=coeffmap;
00005   m_afterglowmap=afterglowmap;
00006 }
00007