File indexing completed on 2024-04-06 12:26:09
0001 #ifndef DTSegment_DTRecSegment4DAlgoFactory_h
0002 #define DTSegment_DTRecSegment4DAlgoFactory_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #include "FWCore/PluginManager/interface/PluginFactory.h"
0014 #include "RecoLocalMuon/DTSegment/src/DTRecSegment4DBaseAlgo.h"
0015 #include "FWCore/Framework/interface/FrameworkfwdMostUsed.h"
0016
0017
0018
0019
0020
0021
0022
0023 typedef edmplugin::PluginFactory<DTRecSegment4DBaseAlgo *(const edm::ParameterSet &, edm::ConsumesCollector)>
0024 DTRecSegment4DAlgoFactory;
0025 #endif