CMS 3D CMS Logo

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
StripClusterizerAlgorithm
Definition: StripClusterizerAlgorithm.h:16
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::ParameterSet
Definition: ParameterSet.h:47
ParameterSet
Definition: Functions.h:16
StripClusterizerAlgorithmFactory
Definition: StripClusterizerAlgorithmFactory.h:12
ConsumesCollector.h
edm::ConsumesCollector
Definition: ConsumesCollector.h:45
StripClusterizerAlgorithmFactory::create
static std::unique_ptr< StripClusterizerAlgorithm > create(edm::ConsumesCollector &&, const edm::ParameterSet &)
Definition: StripClusterizerAlgorithmFactory.cc:8