CMS 3D CMS Logo

EgammaHLTIslandClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_EgammaHLTIslandClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_EgammaHLTIslandClusterProducer_h_
3 
4 #include <memory>
5 #include <time.h>
6 
12 
16 
19 
20 namespace edm {
22 }
23 
25  public:
28  void produce(edm::Event&, const edm::EventSetup&) override;
29  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
30 
31  private:
32 
33  int nMaxPrintout_; // max # of printouts
34  int nEvt_; // internal counter of events
35 
37 
38  bool doBarrel_;
39  bool doEndcaps_;
41 
46 
49 
52  double l1LowerThr_;
53  double l1UpperThr_;
55 
58 
59  PositionCalc posCalculator_; // position calculation algorithm
61 
62  bool counterExceeded() const { return ((nEvt_ > nMaxPrintout_) || (nMaxPrintout_ < 0)); }
63 
66 
67 
68  void clusterizeECALPart(edm::Event &evt, const edm::EventSetup &es,
70  const std::string& clusterCollection,
71  const std::vector<EcalEtaPhiRegion>& regions,
72  const IslandClusterAlgo::EcalPart& ecalPart);
73 };
74 #endif
edm::EDGetTokenT< EcalRecHitCollection > endcapHitToken_
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagNonIsolated_
IslandClusterAlgo::VerbosityLevel verbosity
static bool getCollection(const edm::Event &event, std::vector< MissingCollectionInfo > &missing, edm::Handle< T > &handle, const edm::InputTag &name, const edm::EDGetTokenT< T > token, const char *description)
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagIsolated_
HLT enums.
edm::EDGetTokenT< EcalRecHitCollection > barrelHitToken_