CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
26 
27 //
28 // class declaration
29 //
30 
32 public:
34  ~L1CaloInputScalesGenerator() override;
35 
36 private:
37  void beginJob() override;
38  void analyze(const edm::Event&, const edm::EventSetup&) override;
39  void endJob() override;
40 
41  // ----------member data ---------------------------
44 };
void analyze(const edm::Event &, const edm::EventSetup &) override
edm::ESGetToken< CaloTPGTranscoder, CaloTPGRecord > transcoderToken_
L1CaloInputScalesGenerator(const edm::ParameterSet &)