CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/L1TriggerConfig/DTTPGConfigProducers/src/DTConfigTester.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:    DTTPGConfigProducer
00004 // Class:      DTConfigTester
00005 // 
00013 //
00014 // Original Author:  Sara Vanini
00015 //         Created:  Sat Mar 17 10:00 CEST 2007
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 DTConfigTester : public edm::EDAnalyzer {
00032 
00033 public :
00034 
00036   explicit DTConfigTester(const edm::ParameterSet&);
00037 
00039   ~DTConfigTester();
00040 
00041   // Analyze Method
00042   virtual void analyze(const edm::Event&, const edm::EventSetup&);
00043 
00044 private:
00045 
00046   int my_wh;
00047   int my_sec;
00048   int my_st;
00049   int my_traco;
00050   int my_bti;
00051 
00052 };
00053