CMS 3D CMS Logo

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 
11 
15 
18 
19 namespace edm {
21 }
22 
24  public:
27  void produce(edm::Event&, const edm::EventSetup&) override;
28  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
29 
30  private:
31 
32  int nMaxPrintout_; // max # of printouts
33  int nEvt_; // internal counter of events
34 
36 
41 
44  //edm::InputTag l1Tag_;
45  double l1LowerThr_;
46  double l1UpperThr_;
48 
51 
52  HybridClusterAlgo * hybrid_p; // clustering algorithm
53  PositionCalc posCalculator_; // position calculation algorithm
54 
55  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
56 };
57 #endif
58 
59 
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagIsolated_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagNonIsolated_
HLT enums.
edm::EDGetTokenT< EcalRecHitCollection > hittoken_