CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h

Go to the documentation of this file.
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