CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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
28 
42 
44 #include "TFile.h"
45 #include "TH1.h"
46 #include "TH2.h"
47 
48 // class declaration
49 //
50 
52 public:
53  ZeeRescaleFactorPlots(char*);
55 
57 
58 private:
59  TFile* file_;
60  char* fileName_;
61 };
62 #endif
void writeHistograms(ZIterativeAlgorithmWithFit *)