Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:58:20

0001 #ifndef CSCIndexerFactory_H
0002 #define CSCIndexerFactory_H
0003 
0004 #include "CalibMuon/CSCCalibration/interface/CSCIndexerBase.h"
0005 #include "FWCore/PluginManager/interface/PluginFactory.h"
0006 
0007 typedef edmplugin::PluginFactory<CSCIndexerBase *(void)> CSCIndexerFactory;
0008 
0009 #endif