CMS 3D CMS Logo

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 
15 
16 //
17 
19 public:
21 
22  ~HybridClusterProducer() override;
23 
24  void produce(edm::Event&, const edm::EventSetup&) override;
25 
26 private:
27  int nEvt_; // internal counter of events
28 
31 
33 
34  HybridClusterAlgo* hybrid_p; // clustering algorithm
35  PositionCalc posCalculator_; // position calculation algorithm
36 };
37 
38 #endif
HybridClusterProducer(const edm::ParameterSet &ps)
edm::EDGetTokenT< EcalRecHitCollection > hitsToken_
void produce(edm::Event &, const edm::EventSetup &) override
HybridClusterAlgo * hybrid_p