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
EventFilter
HcalRawToDigi
interface
HcalFEDList.h
Go to the documentation of this file.
1
/* -*- C++ -*- */
2
#ifndef HcalFEDList_h
3
#define HcalFEDList_h
4
5
#include <vector>
6
7
class
HcalFEDList
{
8
public
:
9
HcalFEDList
();
10
~HcalFEDList
();
11
HcalFEDList
(
int
calibType);
// Initialize with calibration type
12
13
void
setCalibType
(
int
calibType) {
calibType_
= calibType; }
14
void
setListOfFEDs
();
15
void
setListOfFEDs
(
int
calibType) {
16
calibType_
= calibType;
17
setListOfFEDs
();
18
}
19
std::vector<int>
getListOfFEDs
() {
return
fedList_
; }
20
21
private
:
22
int
calibType_
;
23
std::vector<int>
fedList_
;
24
};
25
26
#endif // HcalFEDList_h
HcalFEDList::calibType_
int calibType_
Definition:
HcalFEDList.h:22
HcalFEDList::HcalFEDList
HcalFEDList()
Definition:
HcalFEDList.cc:5
HcalFEDList::setListOfFEDs
void setListOfFEDs()
Definition:
HcalFEDList.cc:17
HcalFEDList::fedList_
std::vector< int > fedList_
Definition:
HcalFEDList.h:23
HcalFEDList::~HcalFEDList
~HcalFEDList()
Definition:
HcalFEDList.cc:13
HcalFEDList::setCalibType
void setCalibType(int calibType)
Definition:
HcalFEDList.h:13
HcalFEDList::setListOfFEDs
void setListOfFEDs(int calibType)
Definition:
HcalFEDList.h:15
HcalFEDList::getListOfFEDs
std::vector< int > getListOfFEDs()
Definition:
HcalFEDList.h:19
HcalFEDList
Definition:
HcalFEDList.h:7
Generated for CMSSW Reference Manual by
1.8.14