CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/L1TriggerConfig/DTTrackFinder/interface/DTEtaPatternLutTester.h

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