src
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
class
ParameterSetDescription
;
7
}
// namespace edm
8
class
StripClusterizerAlgorithm
;
9
#include <memory>
10
11
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
12
13
class
StripClusterizerAlgorithmFactory
{
14
public
:
15
static
std::unique_ptr<StripClusterizerAlgorithm>
create
(
edm::ConsumesCollector
&&,
const
edm::ParameterSet
&);
16
static
void
fillDescriptions
(
edm::ParameterSetDescription
&
clusterizer
);
17
};
18
#endif
StripClusterizerAlgorithmFactory
Definition:
StripClusterizerAlgorithmFactory.h:13
ParameterSetDescription
ParameterSet
Definition:
Functions.h:16
edm::ParameterSetDescription
Definition:
ParameterSetDescription.h:52
HLT_2024v14_cff.clusterizer
clusterizer
Definition:
HLT_2024v14_cff.py:38852
StripClusterizerAlgorithm
Definition:
StripClusterizerAlgorithm.h:16
edm
HLT enums.
Definition:
AlignableModifier.h:19
StripClusterizerAlgorithmFactory::create
static std::unique_ptr< StripClusterizerAlgorithm > create(edm::ConsumesCollector &&, const edm::ParameterSet &)
Definition:
StripClusterizerAlgorithmFactory.cc:9
StripClusterizerAlgorithmFactory::fillDescriptions
static void fillDescriptions(edm::ParameterSetDescription &clusterizer)
Definition:
StripClusterizerAlgorithmFactory.cc:37
edm::ParameterSet
Definition:
ParameterSet.h:48
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14