CMS 3D CMS Logo

L1ScalesTester.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:    L1ScalesProducer
00004 // Class:      L1ScalesTester
00005 // 
00013 //
00014 // Original Author:  Jim Brooke
00015 //         Created:  Tue Oct 3 15:28:00 CEST 2006
00016 // $Id: 
00017 //
00018 //
00019 
00020 
00021 // user include files
00022 #include "FWCore/Framework/interface/EDAnalyzer.h"
00023 #include "FWCore/Framework/interface/Event.h"
00024 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00025 
00026 
00027 //
00028 // class decleration
00029 //
00030 
00031 class L1ScalesTester : public edm::EDAnalyzer {
00032    public:
00033       explicit L1ScalesTester(const edm::ParameterSet&);
00034       ~L1ScalesTester();
00035 
00036 
00037       virtual void analyze(const edm::Event&, const edm::EventSetup&);
00038    private:
00039       // ----------member data ---------------------------
00040 };
00041 
00042 //
00043 // constants, enums and typedefs
00044 //
00045 
00046 //
00047 // static data member definitions
00048 //
00049 
00050 //

Generated on Tue Jun 9 17:40:28 2009 for CMSSW by  doxygen 1.5.4