CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/L1TriggerConfig/L1ScalesProducers/interface/L1MuScalesTester.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:    L1ScalesProducer
00004 // Class:      L1MuScalesTester
00005 // 
00006 
00007 
00008 // user include files
00009 #include "FWCore/Framework/interface/EDAnalyzer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00012 
00013 class L1MuScale;
00014 //
00015 // class decleration
00016 //
00017 
00018 class L1MuScalesTester : public edm::EDAnalyzer {
00019    public:
00020       explicit L1MuScalesTester(const edm::ParameterSet&);
00021       ~L1MuScalesTester();
00022 
00023 
00024       virtual void analyze(const edm::Event&, const edm::EventSetup&);
00025 
00026       void printScale(const L1MuScale*);
00027 
00028    private:
00029       // ----------member data ---------------------------
00030 };
00031