Go to the documentation of this file. 1 #ifndef __PFClusterBuilderBase_H__
2 #define __PFClusterBuilderBase_H__
28 if (conf.
exists(
"positionCalc")) {
42 const std::vector<bool>& seedable,
46 o <<
"PFClusterBuilder with algo \"" <<
_algoName <<
"\" located " <<
_nSeeds <<
" seeds and built "
48 <<
" using position calculation: " <<
_positionCalc->name() <<
"." << std::endl;
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
virtual void buildClusters(const reco::PFClusterCollection &topos, const std::vector< bool > &seedable, reco::PFClusterCollection &outclus)=0
std::ostream & operator<<(std::ostream &o) const
virtual ~PFClusterBuilderBase()=default
PFCPositionCalculatorBase PosCalc
std::ostream & operator<<(std::ostream &o, const PFClusterBuilderBase &a)
virtual void update(const edm::EventSetup &)
bool exists(std::string const ¶meterName) const
checks if a parameter exists
PFClusterBuilderBase(const edm::ParameterSet &conf)
T getParameter(std::string const &) const
std::unique_ptr< PosCalc > _positionCalc
const float _minFractionToKeep
PFClusterBuilderBase PFCBB
PFCBB & operator=(const PFCBB &)=delete
ParameterSet const & getParameterSet(std::string const &) const