Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:30:50

0001 #ifndef RPCDigitizer_RPCSimFactory_h
0002 #define RPCDigitizer_RPCSimFactory_h
0003 
0004 /** \class RPCSimFactory
0005  * Factory of seal plugins for RPCDigitizer
0006  * \author M. Maggi -- INFN Bari
0007  */
0008 #include "FWCore/PluginManager/interface/PluginFactory.h"
0009 
0010 namespace edm {
0011   class ParameterSet;
0012 }
0013 
0014 class RPCSim;
0015 
0016 typedef edmplugin::PluginFactory<RPCSim *(const edm::ParameterSet &)> RPCSimFactory;
0017 
0018 #endif