CMS 3D CMS Logo

ExampleClusterAlgo.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterAlgos_ExampleClusterAlgo_h
2 #define RecoEcal_EgammaClusterAlgos_ExampleClusterAlgo_h
3 
7 
9 public:
11  ExampleClusterAlgo(double energyCut, int nXtalCut);
13 
14  void setEnergyCut(double value) { energyCut_ = value; }
15  void setNXtalCut(int value) { nXtalCut_ = value; }
16 
19 
20 private:
21  double energyCut_;
22  int nXtalCut_;
23 };
24 #endif
void setNXtalCut(int value)
reco::BasicCluster makeOneCluster()
void setEnergyCut(double value)
reco::BasicClusterCollection makeClusters(const EcalRecHitCollection &rechits)
Definition: value.py:1
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects