CMS 3D CMS Logo

L1CaloInputScalesGenerator.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1ScalesProducers
4 // Class: L1CaloInputScalesGenerator
5 //
13 //
14 // Original Author: pts/140
15 // Created: Wed Jun 25 16:40:01 CEST 2008
16 //
17 //
18 
22 
23 //
24 // class declaration
25 //
26 
28  public:
30  ~L1CaloInputScalesGenerator() override;
31 
32 
33  private:
34  void beginJob() override ;
35  void analyze(const edm::Event&, const edm::EventSetup&) override;
36  void endJob() override ;
37 
38  // ----------member data ---------------------------
39 };
void analyze(const edm::Event &, const edm::EventSetup &) override
L1CaloInputScalesGenerator(const edm::ParameterSet &)