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/EcalObjects/interface/EcalIntercalibConstants.h"
0003 #include "CondTools/RunInfo/interface/PopConBTransitionSourceHandler.h"
0004 #include "FWCore/Framework/interface/MakerMacros.h"
0005 
0006 typedef popcon::PopConAnalyzer<popcon::PopConBTransitionSourceHandler<EcalIntercalibConstants> >
0007     EcalIntercalibConstantsPopConBTransitionAnalyzer;
0008 
0009 //define this as a plug-in
0010 DEFINE_FWK_MODULE(EcalIntercalibConstantsPopConBTransitionAnalyzer);