![]() |
![]() |
00001 #ifndef RecoLocalTracker_StripClusterizerAlgorithmFactory_h 00002 #define RecoLocalTracker_StripClusterizerAlgorithmFactory_h 00003 00004 namespace edm {class ParameterSet;} 00005 class StripClusterizerAlgorithm; 00006 #include <memory> 00007 00008 class StripClusterizerAlgorithmFactory { 00009 public: 00010 static std::auto_ptr<StripClusterizerAlgorithm> create(const edm::ParameterSet&); 00011 }; 00012 #endif