CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ExampleClusterAlgo.cc
Go to the documentation of this file.
2 
3 ExampleClusterAlgo::ExampleClusterAlgo() : energyCut_(0.), nXtalCut_(-1) {}
4 
5 ExampleClusterAlgo::ExampleClusterAlgo(double energyCut, int nXtalCut) {
6  energyCut_ = energyCut;
7  nXtalCut_ = nXtalCut;
8 }
9 
11 
13 
16 }
reco::BasicCluster makeOneCluster()
CaloCluster BasicCluster
reco::BasicClusterCollection makeClusters(const EcalRecHitCollection &rechits)
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects