Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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