CMS 3D CMS Logo

HBHEIsolatedNoiseReflagger.h
Go to the documentation of this file.
1 #ifndef __HBHE_ISOLATED_NOISE_REFLAGGER_H__
2 #define __HBHE_ISOLATED_NOISE_REFLAGGER_H__
3 
4 /*
5 Description: "Reflags" HB/HE hits based on their ECAL, HCAL, and tracking isolation.
6 
7 Original Author: John Paul Chou (Brown University)
8  Thursday, September 2, 2010
9 */
10 #include <memory>
11 
17 
19 public:
21  ~HBHEIsolatedNoiseReflagger() override;
22 
23 private:
24  void produce(edm::Event&, const edm::EventSetup&) override;
25 
26  void DumpHBHEHitMap(std::vector<HBHEHitMap>& i) const;
27 
28  // parameters
34 
41 
54 
56 
57  bool debug_;
58 
59  // object validator
61 };
62 
63 #endif
void DumpHBHEHitMap(std::vector< HBHEHitMap > &i) const
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
HBHEIsolatedNoiseReflagger(const edm::ParameterSet &)
edm::EDGetTokenT< EcalRecHitCollection > tok_EE_
edm::EDGetTokenT< std::vector< reco::TrackExtrapolation > > tok_trackExt_
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< EcalRecHitCollection > tok_EB_