Go to the documentation of this file.00001 #ifndef SiStripApvGainReader_H
00002 #define SiStripApvGainReader_H
00003
00004
00005
00006
00007
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 class SiStripApvGainReader : public edm::EDAnalyzer {
00020
00021 public:
00022 explicit SiStripApvGainReader( const edm::ParameterSet& );
00023 ~SiStripApvGainReader();
00024
00025 void analyze( const edm::Event&, const edm::EventSetup& );
00026
00027 private:
00028 uint32_t printdebug_;
00029
00030 };
00031 #endif