1 #ifndef __PFClusterBuilderBase_H__
2 #define __PFClusterBuilderBase_H__
29 if (conf.
exists(
"positionCalc")) {
43 const std::vector<bool>& seedable,
47 o <<
"PFClusterBuilder with algo \"" <<
_algoName <<
"\" located " <<
_nSeeds <<
" seeds and built "
49 <<
" using position calculation: " <<
_positionCalc->name() <<
"." << std::endl;
std::ostream & operator<<(std::ostream &o) const
PFCBB & operator=(const PFCBB &)=delete
std::unique_ptr< PosCalc > _positionCalc
bool exists(std::string const ¶meterName) const
checks if a parameter exists
std::ostream & operator<<(std::ostream &out, const ALILine &li)
edmplugin::PluginFactory< PFClusterBuilderBase *(const edm::ParameterSet &, edm::ConsumesCollector &)> PFClusterBuilderFactory
PFClusterBuilderBase PFCBB
ParameterSet const & getParameterSet(std::string const &) const
virtual void update(const edm::EventSetup &)
T getParameter(std::string const &) const
const float _minFractionToKeep
virtual ~PFClusterBuilderBase()=default
PFClusterBuilderBase(const edm::ParameterSet &conf, edm::ConsumesCollector &cc)
virtual void buildClusters(const reco::PFClusterCollection &topos, const std::vector< bool > &seedable, reco::PFClusterCollection &outclus)=0
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
PFCPositionCalculatorBase PosCalc