CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
StripClusterizerAlgorithmFactory.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_StripClusterizerAlgorithmFactory_h
2 #define RecoLocalTracker_StripClusterizerAlgorithmFactory_h
3 
4 namespace edm {class ParameterSet;}
6 #include <memory>
7 
9  public:
10  static std::auto_ptr<StripClusterizerAlgorithm> create(const edm::ParameterSet&);
11 };
12 #endif
static std::auto_ptr< StripClusterizerAlgorithm > create(const edm::ParameterSet &)