File indexing completed on 2024-04-06 12:02:51
0001 #include "CondCore/PopCon/interface/PopConAnalyzer.h"
0002 #include "CondFormats/ESObjects/interface/ESRecHitRatioCuts.h"
0003 #include "CondTools/Ecal/interface/PopConESTransitionSourceHandler.h"
0004 #include "FWCore/Framework/interface/MakerMacros.h"
0005
0006 typedef popcon::PopConAnalyzer<popcon::PopConESTransitionSourceHandler<ESRecHitRatioCuts> >
0007 ESRecHitRatioCutsPopConTransitionAnalyzer;
0008
0009
0010 DEFINE_FWK_MODULE(ESRecHitRatioCutsPopConTransitionAnalyzer);