00001 // -*- C++ -*- 00002 // 00003 // Package: L1ScalesProducers 00004 // Class: L1CaloInputScalesGenerator 00005 // 00013 // 00014 // Original Author: pts/140 00015 // Created: Wed Jun 25 16:40:01 CEST 2008 00016 // $Id: L1CaloInputScalesGenerator.h,v 1.2 2009/12/18 20:44:59 wmtan Exp $ 00017 // 00018 // 00019 00020 #include "FWCore/Framework/interface/EDAnalyzer.h" 00021 #include "FWCore/Framework/interface/Event.h" 00022 #include "FWCore/ParameterSet/interface/ParameterSet.h" 00023 00024 // 00025 // class declaration 00026 // 00027 00028 class L1CaloInputScalesGenerator : public edm::EDAnalyzer { 00029 public: 00030 explicit L1CaloInputScalesGenerator(const edm::ParameterSet&); 00031 ~L1CaloInputScalesGenerator(); 00032 00033 00034 private: 00035 virtual void beginJob() ; 00036 virtual void analyze(const edm::Event&, const edm::EventSetup&); 00037 virtual void endJob() ; 00038 00039 // ----------member data --------------------------- 00040 };