CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HybridClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_HybridClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_HybridClusterProducer_h_
3 
4 #include <memory>
5 
10 
12 
15 
16 //
17 
18 
20 {
21 
22  public:
23 
25 
27 
28  virtual void produce(edm::Event&, const edm::EventSetup&);
29 
30  private:
31  int nEvt_; // internal counter of events
32 
37 
38 
39  HybridClusterAlgo * hybrid_p; // clustering algorithm
40  PositionCalc posCalculator_; // position calculation algorithm
41 
42 
43 };
44 
45 
46 #endif
47 
48 
HybridClusterProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &, const edm::EventSetup &)
HybridClusterAlgo * hybrid_p