CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExampleClusterAlgo.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterAlgos_ExampleClusterAlgo_h
2 #define RecoEcal_EgammaClusterAlgos_ExampleClusterAlgo_h
3 
7 
9 
10  public:
12  ExampleClusterAlgo(double energyCut, int nXtalCut);
14 
15  void setEnergyCut(double value) { energyCut_ = value;}
16  void setNXtalCut(int value) { nXtalCut_ = value;}
17 
20 
21  private:
22  double energyCut_;
23  int nXtalCut_;
24 };
25 #endif
void setNXtalCut(int value)
reco::BasicCluster makeOneCluster()
void setEnergyCut(double value)
reco::BasicClusterCollection makeClusters(const EcalRecHitCollection &rechits)
std::vector< BasicCluster > BasicClusterCollection
collection of BasicCluster objects