Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:46

0001 #ifndef __L1TMUON_SUBSYSTEMCOLLECTORFACTORY_H__
0002 #define __L1TMUON_SUBSYSTEMCOLLECTORFACTORY_H__
0003 
0004 //
0005 // Class: L1TMuon::SubsystemCollectorFactory
0006 //
0007 // Info: Factory that produces a specified type of SubsystemCollector
0008 //
0009 // Author: L. Gray (FNAL)
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