File indexing completed on 2023-03-17 11:12:28
0001 #ifndef __L1TMUON_SUBSYSTEMCOLLECTORFACTORY_H__
0002 #define __L1TMUON_SUBSYSTEMCOLLECTORFACTORY_H__
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #include "L1Trigger/L1TMuon/interface/deprecate/SubsystemCollector.h"
0013 #include "FWCore/PluginManager/interface/PluginFactory.h"
0014
0015 namespace L1TMuon {
0016 typedef edmplugin::PluginFactory<SubsystemCollector*(const edm::ParameterSet&)> SubsystemCollectorFactory;
0017 }
0018
0019 #endif