File indexing completed on 2024-04-06 12:27:15
0001 #ifndef RecoMuon_TrackerSeedGenerator_TrackerSeedGeneratorFactory_H
0002 #define RecoMuon_TrackerSeedGenerator_TrackerSeedGeneratorFactory_H
0003
0004 #include "RecoMuon/TrackerSeedGenerator/interface/TrackerSeedGenerator.h"
0005 namespace edm {
0006 class ParameterSet;
0007 }
0008
0009 #include "FWCore/PluginManager/interface/PluginFactory.h"
0010 #include "FWCore/Framework/interface/ConsumesCollector.h"
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020 typedef edmplugin::PluginFactory<TrackerSeedGenerator*(const edm::ParameterSet&, edm::ConsumesCollector& iC)>
0021 TrackerSeedGeneratorFactory;
0022 #endif