Main Page
Namespaces
Classes
Package Documentation
DataFormats
ParticleFlowReco
src
HGCalMultiCluster.cc
Go to the documentation of this file.
1
#include "
DataFormats/ParticleFlowReco/interface/HGCalMultiCluster.h
"
2
3
using namespace
reco
;
4
5
HGCalMultiCluster::HGCalMultiCluster
(
double
energy,
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
reco::PFCluster
Particle flow cluster, see clustering algorithm in PFClusterAlgo.
Definition:
PFCluster.h:47
HGCalMultiCluster.h
reco::HGCalMultiCluster::myclusters
edm::PtrVector< reco::BasicCluster > myclusters
Definition:
HGCalMultiCluster.h:39
reco::HGCalMultiCluster::HGCalMultiCluster
HGCalMultiCluster()
Definition:
HGCalMultiCluster.h:18
PFLayer
layer definition for PFRecHit and PFCluster
Definition:
PFLayer.h:21
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:43
edm::PtrVector
Definition:
PtrVector.h:36
Generated for CMSSW Reference Manual by
1.8.11