test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HGCalMultiCluster.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
6  double x, double y, double z,
7  ClusterCollection &thecls) :
8  PFCluster(PFLayer::HGCAL, energy, x, y, z),
9  myclusters(thecls) {
10  assert(myclusters.size() > 0 && "Invalid cluster collection, zero length.");
11  }
12 
13 
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:47
assert(m_qm.get())
edm::PtrVector< reco::BasicCluster > myclusters
layer definition for PFRecHit and PFCluster
Definition: PFLayer.h:21