CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Basic2DGenericTopoClusterizer.h
Go to the documentation of this file.
1 #ifndef __Basic2DGenericTopoClusterizer_H__
2 #define __Basic2DGenericTopoClusterizer_H__
3 
6 
9  public:
12  _useCornerCells(conf.getParameter<bool>("useCornerCells")) { }
14  Basic2DGenericTopoClusterizer(const B2DGT&) = delete;
15  B2DGT& operator=(const B2DGT&) = delete;
16 
18  const std::vector<bool>&,
19  const std::vector<bool>&,
21 
22  private:
23  const bool _useCornerCells;
25  const std::vector<bool>&, // masked rechits
26  const reco::PFRecHitRef&, //present rechit
27  std::vector<bool>&, // hit usage state
28  reco::PFCluster&); // the topocluster
29 
30 };
31 
34  "Basic2DGenericTopoClusterizer");
35 
36 #endif
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
void buildClusters(const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const std::vector< bool > &, reco::PFClusterCollection &)
Basic2DGenericTopoClusterizer B2DGT
void buildTopoCluster(const edm::Handle< reco::PFRecHitCollection > &, const std::vector< bool > &, const reco::PFRecHitRef &, std::vector< bool > &, reco::PFCluster &)
tuple conf
Definition: dbtoconf.py:185
std::vector< PFCluster > PFClusterCollection
collection of PFCluster objects
Definition: PFClusterFwd.h:9
#define DEFINE_EDM_PLUGIN(factory, type, name)
B2DGT & operator=(const B2DGT &)=delete
Basic2DGenericTopoClusterizer(const edm::ParameterSet &conf)