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
L1Trigger
L1GctAnalyzer
interface
compareRingSums.h
Go to the documentation of this file.
1
#ifndef compareRingSums_h
2
#define compareRingSums_h
3
4
#include "
DataFormats/L1CaloTrigger/interface/L1CaloCollections.h
"
5
#include "
DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h
"
6
7
#include "
DataFormats/Common/interface/Handle.h
"
8
9
#include "TH2.h"
10
#include "TH1.h"
11
12
#include "
L1Trigger/L1GctAnalyzer/interface/GctErrorAnalyzerDefinitions.h
"
13
14
class
compareRingSums
{
15
public
:
16
compareRingSums
(
const
edm::Handle<L1GctHFRingEtSumsCollection>
&
data
,
17
const
edm::Handle<L1GctHFRingEtSumsCollection>
&emu,
18
const
GctErrorAnalyzerMBxInfo
&mbxparams);
19
~compareRingSums
();
20
21
bool
doCompare
(TH1I *errorFlag_hist_);
22
23
private
:
24
edm::Handle<L1GctHFRingEtSumsCollection>
data_
,
emu_
;
25
GctErrorAnalyzerMBxInfo
mbxparams_
;
26
};
27
28
#endif
compareRingSums::~compareRingSums
~compareRingSums()
Definition:
compareRingSums.cc:10
compareRingSums::emu_
edm::Handle< L1GctHFRingEtSumsCollection > emu_
Definition:
compareRingSums.h:24
edm::Handle< L1GctHFRingEtSumsCollection >
compareRingSums::mbxparams_
GctErrorAnalyzerMBxInfo mbxparams_
Definition:
compareRingSums.h:25
compareRingSums::doCompare
bool doCompare(TH1I *errorFlag_hist_)
Definition:
compareRingSums.cc:12
GctErrorAnalyzerMBxInfo
Definition:
GctErrorAnalyzerDefinitions.h:13
L1CaloCollections.h
compareRingSums
Definition:
compareRingSums.h:14
L1GctCollections.h
compareRingSums::data_
edm::Handle< L1GctHFRingEtSumsCollection > data_
Definition:
compareRingSums.h:24
GctErrorAnalyzerDefinitions.h
compareRingSums::compareRingSums
compareRingSums(const edm::Handle< L1GctHFRingEtSumsCollection > &data, const edm::Handle< L1GctHFRingEtSumsCollection > &emu, const GctErrorAnalyzerMBxInfo &mbxparams)
Definition:
compareRingSums.cc:5
data
char data[epos_bytes_allocation]
Definition:
EPOS_Wrapper.h:80
Handle.h
Generated for CMSSW Reference Manual by
1.8.14