CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/CondTools/SiStrip/plugins/SiStripLorentzAngleReader.h

Go to the documentation of this file.
00001 #ifndef SiStripLorentzAngleReader_H
00002 #define SiStripLorentzAngleReader_H
00003 
00004 // system include files
00005 //#include <memory>
00006 
00007 // user include files
00008 #include "FWCore/Framework/interface/Frameworkfwd.h"
00009 #include "FWCore/Framework/interface/EDAnalyzer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 #include "FWCore/Framework/interface/EventSetup.h"
00012 #include "FWCore/Framework/interface/ESHandle.h"
00013 #include "FWCore/ServiceRegistry/interface/Service.h"
00014 #include "FWCore/MessageLogger/interface/MessageLogger.h"
00015 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00016 
00017 
00018 //
00019 //
00020 // class decleration
00021 //
00022   class SiStripLorentzAngleReader : public edm::EDAnalyzer {
00023 
00024   public:
00025     explicit SiStripLorentzAngleReader( const edm::ParameterSet& );
00026     ~SiStripLorentzAngleReader();
00027   
00028     void analyze( const edm::Event&, const edm::EventSetup& );
00029 
00030   private:
00031     uint32_t printdebug_;
00032     std::string label_;
00033   };
00034 
00035 #endif