CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 // $Id: L1RCTTPGProvider.h,v 1.2 2010/01/07 11:10:03 bachtis Exp $
17 //
18 //
19 
20 
21 // system include files
22 #include <memory>
23 
24 // user include files
27 
31 
32 
33 //
34 // class decleration
35 //
36 
38  public:
39  explicit L1RCTTPGProvider(const edm::ParameterSet&);
41 
42  private:
43  virtual void produce(edm::Event&, const edm::EventSetup&);
44  virtual void endJob() ;
45 
46  // ----------member data ---------------------------
53  int hfShift;
54  int hbShift;
55 
56 };
edm::InputTag ecalTPG_
L1RCTTPGProvider(const edm::ParameterSet &)
edm::InputTag hcalTPG_
virtual void endJob()
virtual void produce(edm::Event &, const edm::EventSetup &)