CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
14 
16 
17 
19  public:
22 
23 
24  private:
25  virtual void produce(edm::Event&, const edm::EventSetup&);
26 
27  void DumpHBHEHitMap(std::vector<HBHEHitMap>& i) const;
28 
29  // parameters
34 
41 
54 
55  bool debug_;
56 
57  // object validator
59 
60 };
61 
62 #endif
int i
Definition: DBlmapReader.cc:9
void DumpHBHEHitMap(std::vector< HBHEHitMap > &i) const
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< HBHERecHitCollection > tok_hbhe_
HBHEIsolatedNoiseReflagger(const edm::ParameterSet &)
edm::EDGetTokenT< EcalRecHitCollection > tok_EE_
edm::EDGetTokenT< std::vector< reco::TrackExtrapolation > > tok_trackExt_
edm::EDGetTokenT< EcalRecHitCollection > tok_EB_