CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalRealisticZS.h
Go to the documentation of this file.
1 #ifndef HCALSIMPLEREALISTICZS_H
2 #define HCALSIMPLEREALISTICZS_H 1
3 
7 
10 
11 #include "HcalZSAlgoRealistic.h"
12 
13 //#include "CalibFormats/HcalObjects/interface/HcalDbService.h"
14 //#include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
15 
23 public:
24  explicit HcalRealisticZS(const edm::ParameterSet& ps);
25  virtual ~HcalRealisticZS();
26  virtual void produce(edm::Event& e, const edm::EventSetup& c);
27 private:
28  std::auto_ptr<HcalZSAlgoRealistic> algo_;
30 };
31 
32 #endif
std::auto_ptr< HcalZSAlgoRealistic > algo_
virtual ~HcalRealisticZS()
edm::InputTag inputLabel_
virtual void produce(edm::Event &e, const edm::EventSetup &c)
HcalRealisticZS(const edm::ParameterSet &ps)