Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
Calibration
EcalCalibAlgos
interface
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
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
28
#include "
DataFormats/Common/interface/TriggerResults.h
"
29
#include "
DataFormats/EgammaCandidates/interface/GsfElectron.h
"
30
#include "
DataFormats/EgammaCandidates/interface/GsfElectronFwd.h
"
31
#include "
SimDataFormats/GeneratorProducts/interface/HepMCProduct.h
"
32
#include "
FWCore/Framework/interface/Event.h
"
33
#include "
FWCore/Framework/interface/MakerMacros.h
"
34
#include "
FWCore/Framework/interface/EventSetup.h
"
35
#include "
FWCore/Framework/interface/ESHandle.h
"
36
#include "
DataFormats/EcalRecHit/interface/EcalRecHitCollections.h
"
37
#include "
Calibration/Tools/interface/HouseholderDecomposition.h
"
38
#include "
Calibration/Tools/interface/MinL3Algorithm.h
"
39
#include "
Calibration/Tools/interface/CalibrationCluster.h
"
40
#include "
Calibration/Tools/interface/ZIterativeAlgorithmWithFit.h
"
41
42
#include "
DataFormats/DetId/interface/DetId.h
"
43
#include "TFile.h"
44
#include "TH1.h"
45
#include "TH2.h"
46
47
// class declaration
48
//
49
50
class
ZeeRescaleFactorPlots
{
51
public
:
52
ZeeRescaleFactorPlots
(
char
*);
53
~ZeeRescaleFactorPlots
();
54
55
void
writeHistograms
(
ZIterativeAlgorithmWithFit
*);
56
57
private
:
58
TFile*
file_
;
59
char
*
fileName_
;
60
};
61
#endif
ZeeRescaleFactorPlots::~ZeeRescaleFactorPlots
~ZeeRescaleFactorPlots()
Definition:
ZeeRescaleFactorPlots.cc:37
HouseholderDecomposition.h
MinL3Algorithm.h
Event.h
TriggerResults.h
MakerMacros.h
EventSetup.h
EcalRecHitCollections.h
ZeeRescaleFactorPlots::ZeeRescaleFactorPlots
ZeeRescaleFactorPlots(char *)
Definition:
ZeeRescaleFactorPlots.cc:32
Frameworkfwd.h
ESHandle.h
CalibrationCluster.h
HepMCProduct.h
GsfElectron.h
GsfElectronFwd.h
ZeeRescaleFactorPlots::file_
TFile * file_
Definition:
ZeeRescaleFactorPlots.h:58
ZIterativeAlgorithmWithFit
Definition:
ZIterativeAlgorithmWithFit.h:28
ZIterativeAlgorithmWithFit.h
ZeeRescaleFactorPlots
Definition:
ZeeRescaleFactorPlots.h:50
ZeeRescaleFactorPlots::writeHistograms
void writeHistograms(ZIterativeAlgorithmWithFit *)
Definition:
ZeeRescaleFactorPlots.cc:45
DetId.h
ZeeRescaleFactorPlots::fileName_
char * fileName_
Definition:
ZeeRescaleFactorPlots.h:59
Generated for CMSSW Reference Manual by
1.8.14