Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef GEMDigitizer_ME0DigiPreRecoModelFactory_h
0002 #define GEMDigitizer_ME0DigiPreRecoModelFactory_h
0003 
0004 /** \class ME0DigiPreRecoModelFactory
0005  *
0006  * Factory of seal plugins for ME0PreRecoDigitizer
0007  */
0008 #include "FWCore/PluginManager/interface/PluginFactory.h"
0009 
0010 namespace edm {
0011   class ParameterSet;
0012 }
0013 
0014 class ME0DigiPreRecoModel;
0015 
0016 typedef edmplugin::PluginFactory<ME0DigiPreRecoModel *(const edm::ParameterSet &)> ME0DigiPreRecoModelFactory;
0017 
0018 #endif