Go to the documentation of this file.00001 #ifndef SiStripThresholdReader_H
00002 #define SiStripThresholdReader_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
00016 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00017
00018 #include "CondFormats/SiStripObjects/interface/SiStripThreshold.h"
00019 #include "CondFormats/DataRecord/interface/SiStripThresholdRcd.h"
00020
00021 #include <iostream>
00022 #include <stdio.h>
00023 #include <sys/time.h>
00024
00025 class SiStripThresholdReader : public edm::EDAnalyzer {
00026
00027 public:
00028 explicit SiStripThresholdReader( const edm::ParameterSet& );
00029 ~SiStripThresholdReader();
00030
00031 void analyze( const edm::Event&, const edm::EventSetup& );
00032
00033 private:
00034 uint32_t printdebug_;
00035 };
00036 #endif