CMS 3D CMS Logo

ZeeRescaleFactorPlots.h
Go to the documentation of this file.
1 #ifndef ZEERESCALEFACTORPLOTS_H
2 #define ZEERESCALEFACTORPLOTS_H
3 
4 // -*- C++ -*-
5 //
6 // Package: ElectronCalibration
7 // Class: ElectronCalibration
8 //
16 //
17 // Original Author: Lorenzo AGOSTINO, Radek Ofierzynski
18 // Created: Tue Jul 18 12:17:01 CEST 2006
19 //
20 //
21 
22 // system include files
23 #include <memory>
24 
25 // user include files
27 
41 
43 #include "TFile.h"
44 #include "TH1.h"
45 #include "TH2.h"
46 
47 // class declaration
48 //
49 
51 public:
52  ZeeRescaleFactorPlots(char*);
54 
56 
57 private:
58  TFile* file_;
59  char* fileName_;
60 };
61 #endif
void writeHistograms(ZIterativeAlgorithmWithFit *)