CMS 3D CMS Logo

EgammaHLTMulti5x5ClusterProducer.h
Go to the documentation of this file.
1 #ifndef RecoEcal_EgammaClusterProducers_EgammaHLTMulti5x5ClusterProducer_h_
2 #define RecoEcal_EgammaClusterProducers_EgammaHLTMulti5x5ClusterProducer_h_
3 
4 #include <memory>
5 #include <ctime>
6 
12 
16 
19 
22 
23 namespace edm {
25 }
26 
28  public:
31  void produce(edm::Event&, const edm::EventSetup&) override;
32  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
33 
34  private:
35 
36  bool doBarrel_;
37  bool doEndcaps_;
39 
46 
49 
50  double l1LowerThr_;
51  double l1UpperThr_;
53 
56 
57  PositionCalc posCalculator_; // position calculation algorithm
59 
61  const edm::EDGetTokenT<EcalRecHitCollection>& hitToken) const ;
62 
63 
64  void clusterizeECALPart(edm::Event &evt, const edm::EventSetup &es,
66  const std::string& clusterCollection,
67  const std::vector<RectangularEtaPhiRegion>& regions,
68  const reco::CaloID::Detectors detector) const ;
69 
70  void outputValidationInfo(reco::CaloClusterPtrVector &clusterPtrVector);
71 
72 };
73 #endif
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagNonIsolated_
edm::EDGetTokenT< EcalRecHitCollection > barrelHitToken_
edm::EDGetTokenT< EcalRecHitCollection > endcapHitToken_
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)
HLT enums.
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1TagIsolated_