Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:51

0001 #include "CondCore/PopCon/interface/PopConAnalyzer.h"
0002 #include "CondFormats/ESObjects/interface/ESGain.h"
0003 #include "CondTools/Ecal/interface/PopConESTransitionSourceHandler.h"
0004 #include "FWCore/Framework/interface/MakerMacros.h"
0005 
0006 typedef popcon::PopConAnalyzer<popcon::PopConESTransitionSourceHandler<ESGain> > ESGainPopConTransitionAnalyzer;
0007 
0008 //define this as a plug-in
0009 DEFINE_FWK_MODULE(ESGainPopConTransitionAnalyzer);