Main Page
Namespaces
Classes
Package Documentation
RecoParticleFlow
PFClusterProducer
interface
SeedFinderBase.h
Go to the documentation of this file.
1
#ifndef __SeedFinderBase_H__
2
#define __SeedFinderBase_H__
3
4
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
5
#include "
DataFormats/Common/interface/Handle.h
"
6
#include "
DataFormats/ParticleFlowReco/interface/PFRecHit.h
"
7
#include "
DataFormats/ParticleFlowReco/interface/PFRecHitFwd.h
"
8
9
class
SeedFinderBase
{
10
public
:
11
SeedFinderBase
(
const
edm::ParameterSet
& conf):
12
_algoName
(conf.getParameter<
std
::
string
>(
"algoName"
)) { }
13
SeedFinderBase
(
const
SeedFinderBase
&) =
delete
;
14
virtual
~SeedFinderBase
() =
default
;
15
SeedFinderBase
&
operator=
(
const
SeedFinderBase
&) =
delete
;
16
17
virtual
void
findSeeds
(
const
edm::Handle<reco::PFRecHitCollection>
&
input
,
18
const
std::vector<bool>&
mask
,
19
std::vector<bool>& seedable ) = 0;
20
21
const
std::string
&
name
()
const
{
return
_algoName
; }
22
23
private
:
24
const
std::string
_algoName
;
25
26
};
27
28
#include "
FWCore/PluginManager/interface/PluginFactory.h
"
29
typedef
edmplugin::PluginFactory< SeedFinderBase* (const edm::ParameterSet&) >
SeedFinderFactory
;
30
31
#endif
PFRecHit.h
PFRecHitFwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
edm::Handle< reco::PFRecHitCollection >
std
Definition:
JetResolutionObject.h:76
SeedFinderBase::~SeedFinderBase
virtual ~SeedFinderBase()=default
input
static std::string const input
Definition:
EdmProvDump.cc:44
SeedFinderFactory
edmplugin::PluginFactory< SeedFinderBase *(const edm::ParameterSet &) > SeedFinderFactory
Definition:
SeedFinderBase.h:29
ParameterSet.h
SeedFinderBase::name
const std::string & name() const
Definition:
SeedFinderBase.h:21
edmplugin::PluginFactory
Definition:
PluginFactory.h:31
SeedFinderBase
Definition:
SeedFinderBase.h:9
RecoTauDiscriminantConfiguration.mask
mask
Definition:
RecoTauDiscriminantConfiguration.py:72
SeedFinderBase::_algoName
const std::string _algoName
Definition:
SeedFinderBase.h:24
SeedFinderBase::operator=
SeedFinderBase & operator=(const SeedFinderBase &)=delete
PluginFactory.h
edm::ParameterSet
Definition:
ParameterSet.h:36
SeedFinderBase::SeedFinderBase
SeedFinderBase(const edm::ParameterSet &conf)
Definition:
SeedFinderBase.h:11
SeedFinderBase::findSeeds
virtual void findSeeds(const edm::Handle< reco::PFRecHitCollection > &input, const std::vector< bool > &mask, std::vector< bool > &seedable)=0
Handle.h
Generated for CMSSW Reference Manual by
1.8.11