CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/L1TriggerConfig/DTTrackFinder/interface/DTPtaLutTester.h

Go to the documentation of this file.
00001 //-------------------------------------------------
00002 //
00013 //
00014 //--------------------------------------------------
00015 #ifndef DTPtaLutTester_h
00016 #define DTPtaLutTester_h
00017 
00018 #include <FWCore/Framework/interface/EDAnalyzer.h>
00019 
00020 #include "FWCore/Framework/interface/ESHandle.h"
00021 
00022 #include "CondFormats/L1TObjects/interface/L1MuDTPtaLut.h"
00023 #include "CondFormats/DataRecord/interface/L1MuDTPtaLutRcd.h"
00024 
00025 
00026 class DTPtaLutTester : public edm::EDAnalyzer {
00027  public:
00028 
00029   DTPtaLutTester(const edm::ParameterSet& ps);
00030 
00031   ~DTPtaLutTester();
00032   
00033   virtual void analyze(const edm::Event& e, const edm::EventSetup& c);
00034 
00035  private:
00036 
00037 };
00038 
00039 #endif