CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTHybridClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_EgammaHLTHybridClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_EgammaHLTHybridClusterProducer_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 
32  int nMaxPrintout_; // max # of printouts
33  int nEvt_; // internal counter of events
34 
36 
40  std::string hitcollection_;
41 
44  //edm::InputTag l1Tag_;
45  double l1LowerThr_;
46  double l1UpperThr_;
48 
51 
52 
53  HybridClusterAlgo * hybrid_p; // clustering algorithm
54  PositionCalc posCalculator_; // position calculation algorithm
55 
56  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
57 };
58 
59 
60 #endif
61 
62 
virtual void produce(edm::Event &, const edm::EventSetup &)
EgammaHLTHybridClusterProducer(const edm::ParameterSet &ps)