CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HGCalRecHitWorkerSimple.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HGCalRecProducers_HGCalRecHitWorkerSimple_hh
2 #define RecoLocalCalo_HGCalRecProducers_HGCalRecHitWorkerSimple_hh
3 
13 
15 
17  public:
19  virtual ~HGCalRecHitWorkerSimple();
20 
21  void set(const edm::EventSetup& es);
22  bool run(const edm::Event& evt, const HGCUncalibratedRecHit& uncalibRH, HGCRecHitCollection & result);
23 
24  protected:
25 
29 
30  std::vector<int> v_chstatus_;
31 
32  std::vector<int> v_DB_reco_flags_;
33 
35 
36  std::unique_ptr<HGCalRecHitSimpleAlgo> rechitMaker_;
37 };
38 
39 #endif
bool run(const edm::Event &evt, const HGCUncalibratedRecHit &uncalibRH, HGCRecHitCollection &result)
tuple result
Definition: mps_fire.py:84
void set(const edm::EventSetup &es)
HGCalRecHitWorkerSimple(const edm::ParameterSet &)
std::unique_ptr< HGCalRecHitSimpleAlgo > rechitMaker_
std::vector< int > v_DB_reco_flags_