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 
30 
31  std::vector<int> v_chstatus_;
32 
33  std::vector<int> v_DB_reco_flags_;
34 
36 
37  std::unique_ptr<HGCalRecHitSimpleAlgo> rechitMaker_;
38 };
39 
40 #endif
bool run(const edm::Event &evt, const HGCUncalibratedRecHit &uncalibRH, HGCRecHitCollection &result)
tuple result
Definition: query.py:137
void set(const edm::EventSetup &es)
HGCalRecHitWorkerSimple(const edm::ParameterSet &)
std::unique_ptr< HGCalRecHitSimpleAlgo > rechitMaker_
std::vector< int > v_DB_reco_flags_