CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/SimMuon/RPCDigitizer/src/RPCSimFactory.h

Go to the documentation of this file.
00001 #ifndef RPCDigitizer_RPCSimFactory_h
00002 #define RPCDigitizer_RPCSimFactory_h
00003 
00008 #include "FWCore/PluginManager/interface/PluginFactory.h"
00009 
00010 namespace edm{
00011   class ParameterSet;
00012 }
00013 
00014 class RPCSim;
00015 
00016 typedef edmplugin::PluginFactory<RPCSim *(const edm::ParameterSet &)> RPCSimFactory;
00017 
00018 #endif