test
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 
11 
14 
17 
18 namespace edm {
20 }
21 
23  public:
26  void produce(edm::Event&, const edm::EventSetup&) override;
27  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
28 
29  private:
30 
31  int nMaxPrintout_; // max # of printouts
32  int nEvt_; // internal counter of events
33 
35 
40 
43  //edm::InputTag l1Tag_;
44  double l1LowerThr_;
45  double l1UpperThr_;
47 
50 
51  HybridClusterAlgo * hybrid_p; // clustering algorithm
52  PositionCalc posCalculator_; // position calculation algorithm
53 
54  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0));}
55 };
56 #endif
57 
58 
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagIsolated_
void produce(edm::Event &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagNonIsolated_
EgammaHLTHybridClusterProducer(const edm::ParameterSet &ps)
edm::EDGetTokenT< EcalRecHitCollection > hittoken_