CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTRechitInRegionsProducer.h
Go to the documentation of this file.
1 #ifndef RecoEgamma_EgammayHLTProducers_EgammaHLTRechitInRegionsProducer_h_
2 #define RecoEgamma_EgammayHLTProducers_EgammaHLTRechitInRegionsProducer_h_
3 
4 #include <memory>
5 
10 
12 
13 //#include "RecoEcal/EgammaClusterAlgos/interface/HybridClusterAlgo.h"
14 //#include "RecoEcal/EgammaCoreTools/interface/PositionCalc.h"
15 
17 
18  public:
19 
22 
23  virtual void produce(edm::Event&, const edm::EventSetup&);
24  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
25 
26  private:
27 
28  int nMaxPrintout_; // max # of printouts
29  int nEvt_; // internal counter of events
30 
34 
37 
38  double l1LowerThr_;
39  double l1UpperThr_;
41 
44 
45  std::vector<edm::InputTag> hitLabels;
46  std::vector<edm::EDGetTokenT<EcalRecHitCollection>> hitTokens;
47 
48  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
49 };
50 
51 
52 #endif
53 
54 
virtual void produce(edm::Event &, const edm::EventSetup &)
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > hitTokens
EgammaHLTRechitInRegionsProducer(const edm::ParameterSet &ps)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)