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 
23 // system include files
24 #include <memory>
25 
26 // user include files
29 
43 
45 #include "TFile.h"
46 #include "TH1.h"
47 #include "TH2.h"
48 
49 
50 // class declaration
51 //
52 
54 
55  public:
56  ZeeRescaleFactorPlots( char* );
58 
60 
61  private:
62 
63  TFile* file_;
64  char* fileName_;
65 
66 };
67 #endif
void writeHistograms(ZIterativeAlgorithmWithFit *)