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 <ctime>
6 
12 
17 
20 
21 namespace edm {
23 }
24 
26  public:
29  void produce(edm::Event&, const edm::EventSetup&) override;
30  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
31 
32  private:
33 
34  const bool doBarrel_;
35  const bool doEndcaps_;
36  const bool doIsolated_;
37 
42 
45 
48  const double l1LowerThr_;
49  const double l1UpperThr_;
51 
52  const double regionEtaMargin_;
53  const double regionPhiMargin_;
54 
55  const PositionCalc posCalculator_; // position calculation algorithm
58 
60  const edm::EDGetTokenT<EcalRecHitCollection>& hitToken) const ;
61 
62 
63  void clusterizeECALPart(edm::Event &evt, const edm::EventSetup &es,
65  const std::string& clusterCollection,
66  const std::vector<RectangularEtaPhiRegion>& regions,
67  const IslandClusterAlgo::EcalPart& ecalPart) const ;
68 };
69 #endif
const edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagIsolated_
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)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const edm::EDGetTokenT< EcalRecHitCollection > barrelHitToken_
HLT enums.
const edm::EDGetTokenT< EcalRecHitCollection > endcapHitToken_
const edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagNonIsolated_