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