CMS 3D CMS Logo

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