CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/L1TriggerConfig/DTTrackFinder/interface/DTExtLutTester.h

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