CMS 3D CMS Logo

L1RCTTPGProvider.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1RCTTPGProvider
4 // Class: L1RCTTPGProvider
5 //
13 //
14 // Original Author: Michail Bachtis
15 // Created: Tue Mar 10 18:29:22 CDT 2009
16 //
17 //
18 
19 
20 // system include files
21 #include <memory>
22 
23 // user include files
26 
30 
31 
32 //
33 // class decleration
34 //
35 
37  public:
38  explicit L1RCTTPGProvider(const edm::ParameterSet&);
40 
41  private:
42  virtual void produce(edm::Event&, const edm::EventSetup&);
43  virtual void endJob() ;
44 
45  // ----------member data ---------------------------
52  int hfShift;
53  int hbShift;
54 
55 };
edm::InputTag ecalTPG_
L1RCTTPGProvider(const edm::ParameterSet &)
edm::InputTag hcalTPG_
virtual void endJob()
virtual void produce(edm::Event &, const edm::EventSetup &)