Go to the documentation of this file.00001
00002
00003
00004
00005
00013
00014
00015
00016
00017
00018
00019
00020
00021
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
00029
00030
00031 class L1ScalesTester : public edm::EDAnalyzer {
00032 public:
00033 explicit L1ScalesTester(const edm::ParameterSet&);
00034 ~L1ScalesTester();
00035
00036
00037 virtual void analyze(const edm::Event&, const edm::EventSetup&);
00038 private:
00039
00040 };
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050