CMS 3D CMS Logo

HGCalMultiCluster.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
5 HGCalMultiCluster::HGCalMultiCluster(double energy, double x, double y, double z, ClusterCollection &thecls)
6  : PFCluster(PFLayer::HGCAL, energy, x, y, z), myclusters(thecls) {
7  assert(!myclusters.empty() && "Invalid cluster collection, zero length.");
8 }
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition: PFCluster.h:42
assert(be >=bs)
edm::PtrVector< reco::BasicCluster > myclusters
layer definition for PFRecHit and PFCluster
Definition: PFLayer.h:20
fixed size matrix
float x