Imperial Analysis
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ICElectronHcalDepthCalculator.h
Go to the documentation of this file.
1 #ifndef UserCode_ICHiggsTauTau_ICElectronHcalDepthCalculator_h
2 #define UserCode_ICHiggsTauTau_ICElectronHcalDepthCalculator_h
3 
4 #include "FWCore/Framework/interface/EDProducer.h"
5 #include "FWCore/ParameterSet/interface/ParameterSet.h"
6 #include "FWCore/Framework/interface/Event.h"
7 #include "FWCore/Framework/interface/EventSetup.h"
8 #include "FWCore/Utilities/interface/InputTag.h"
9 
17 class ICElectronHcalDepthCalculator : public edm::EDProducer {
18  public:
19  explicit ICElectronHcalDepthCalculator(const edm::ParameterSet &);
21 
22  private:
23  virtual void beginJob();
24  virtual void produce(edm::Event &, const edm::EventSetup &);
25  virtual void endJob();
26 
27  edm::InputTag input_;
28 };
29 
30 #endif
ICElectronHcalDepthCalculator(const edm::ParameterSet &)
Produces an edm::ValueMap for the electron HCAL energy depth sum.