CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalSimpleAmplitudeZS.h
Go to the documentation of this file.
1 #ifndef HCALSIMPLEAMPLITUDEZS_H
2 #define HCALSIMPLEAMPLITUDEZS_H 1
3 
7 
10 
11 #include "HcalZSAlgoEnergy.h"
12 
20 public:
21  explicit HcalSimpleAmplitudeZS(const edm::ParameterSet& ps);
22  virtual ~HcalSimpleAmplitudeZS();
23  virtual void produce(edm::Event& e, const edm::EventSetup& c);
24 private:
25  std::auto_ptr<HcalZSAlgoEnergy> hbhe_,ho_,hf_;
27 };
28 
29 #endif
virtual void produce(edm::Event &e, const edm::EventSetup &c)
std::auto_ptr< HcalZSAlgoEnergy > hbhe_
std::auto_ptr< HcalZSAlgoEnergy > ho_
HcalSimpleAmplitudeZS(const edm::ParameterSet &ps)
std::auto_ptr< HcalZSAlgoEnergy > hf_