Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
RecoLocalTracker
SiStripClusterizer
interface
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
}
7
class
StripClusterizerAlgorithm
;
8
#include <memory>
9
10
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
11
12
class
StripClusterizerAlgorithmFactory
{
13
public
:
14
static
std::unique_ptr<StripClusterizerAlgorithm>
create
(
edm::ConsumesCollector
&&,
const
edm::ParameterSet
&);
15
};
16
#endif
StripClusterizerAlgorithmFactory
Definition:
StripClusterizerAlgorithmFactory.h:12
ParameterSet
Definition:
Functions.h:16
StripClusterizerAlgorithm
Definition:
StripClusterizerAlgorithm.h:16
StripClusterizerAlgorithmFactory::create
static std::unique_ptr< StripClusterizerAlgorithm > create(edm::ConsumesCollector &&, const edm::ParameterSet &)
Definition:
StripClusterizerAlgorithmFactory.cc:8
edm::ParameterSet
Definition:
ParameterSet.h:47
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.5