|
||||
File indexing completed on 2024-04-06 12:26:12
0001 #ifndef RecoLocalMuon_ME0RecHitAlgoFactory_H 0002 #define RecoLocalMuon_ME0RecHitAlgoFactory_H 0003 0004 /** \class ME0RecHitAlgoFactory 0005 * Factory of seal plugins for 1D RecHit reconstruction algorithms. 0006 * The plugins are concrete implementations of ME0RecHitBaseAlgo base class. 0007 * 0008 * $Date: 2014/02/04 10:16:32 $ 0009 * $Revision: 1.1 $ 0010 * \author M. Maggi - INFN Torino 0011 */ 0012 #include "FWCore/PluginManager/interface/PluginFactory.h" 0013 #include "RecoLocalMuon/GEMRecHit/interface/ME0RecHitBaseAlgo.h" 0014 0015 typedef edmplugin::PluginFactory<ME0RecHitBaseAlgo *(const edm::ParameterSet &)> ME0RecHitAlgoFactory; 0016 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |