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
L1TNtuples
interface
L1AnalysisL1HO.h
Go to the documentation of this file.
1
#ifndef __L1Analysis_L1AnalysisL1HO_H__
2
#define __L1Analysis_L1AnalysisL1HO_H__
3
4
#include "
DataFormats/Common/interface/SortedCollection.h
"
5
#include "
DataFormats/HcalDigi/interface/HODataFrame.h
"
6
7
#include "
L1AnalysisL1HODataFormat.h
"
8
namespace
L1Analysis
{
9
class
L1AnalysisL1HO
{
10
public
:
11
L1AnalysisL1HO
();
12
~L1AnalysisL1HO
();
13
void
Reset
() {
l1ho_
.
Reset
(); }
14
void
SetHO
(
const
edm::SortedCollection<HODataFrame>
& hoDataFrame);
15
L1AnalysisL1HODataFormat
*
getData
() {
return
&
l1ho_
; }
16
17
private
:
18
L1AnalysisL1HODataFormat
l1ho_
;
19
};
20
}
// namespace L1Analysis
21
#endif
L1Analysis::L1AnalysisL1HO::SetHO
void SetHO(const edm::SortedCollection< HODataFrame > &hoDataFrame)
Definition:
L1AnalysisL1HO.cc:6
edm::SortedCollection
Definition:
SortedCollection.h:49
HODataFrame.h
L1Analysis::L1AnalysisL1HODataFormat
Definition:
L1AnalysisL1HODataFormat.h:7
SortedCollection.h
L1AnalysisL1HODataFormat.h
L1Analysis::L1AnalysisL1HO::getData
L1AnalysisL1HODataFormat * getData()
Definition:
L1AnalysisL1HO.h:15
L1Analysis::L1AnalysisL1HO::Reset
void Reset()
Definition:
L1AnalysisL1HO.h:13
L1Analysis::L1AnalysisL1HO
Definition:
L1AnalysisL1HO.h:9
L1Analysis::L1AnalysisL1HODataFormat::Reset
void Reset()
Definition:
L1AnalysisL1HODataFormat.h:11
L1Analysis::L1AnalysisL1HO::~L1AnalysisL1HO
~L1AnalysisL1HO()
Definition:
L1AnalysisL1HO.cc:4
L1Analysis
Definition:
L1AnalysisBMTFInputs.h:12
L1Analysis::L1AnalysisL1HO::l1ho_
L1AnalysisL1HODataFormat l1ho_
Definition:
L1AnalysisL1HO.h:18
L1Analysis::L1AnalysisL1HO::L1AnalysisL1HO
L1AnalysisL1HO()
Definition:
L1AnalysisL1HO.cc:2
Generated for CMSSW Reference Manual by
1.8.14