File indexing completed on 2024-04-06 12:25:11
0001 #include "FWCore/Framework/interface/ESProducer.h"
0002 #include "FWCore/Framework/interface/MakerMacros.h"
0003 #include "FWCore/Framework/interface/ModuleFactory.h"
0004
0005 #include "ClusterFilterFactory.h"
0006
0007 #include "ClusterFilterByAlgo.h"
0008 #include "ClusterFilterByAlgoAndSize.h"
0009 #include "ClusterFilterBySize.h"
0010 #include "ClusterFilterByAlgoAndSizeAndLayerRange.h"
0011
0012 using namespace ticl;
0013
0014 DEFINE_EDM_PLUGIN(ClusterFilterFactory, ClusterFilterByAlgo, "ClusterFilterByAlgo");
0015 DEFINE_EDM_PLUGIN(ClusterFilterFactory, ClusterFilterByAlgoAndSize, "ClusterFilterByAlgoAndSize");
0016 DEFINE_EDM_PLUGIN(ClusterFilterFactory, ClusterFilterBySize, "ClusterFilterBySize");
0017 DEFINE_EDM_PLUGIN(ClusterFilterFactory,
0018 ClusterFilterByAlgoAndSizeAndLayerRange,
0019 "ClusterFilterByAlgoAndSizeAndLayerRange");