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
RPCTechnicalTrigger
interface
RBCBoardSpecsIO.h
Go to the documentation of this file.
1
#ifndef CONFIGCODE_RBCBOARDSPECSIO_H
2
#define CONFIGCODE_RBCBOARDSPECSIO_H 1
3
4
// Include files
5
#include "
CondFormats/RPCObjects/interface/RBCBoardSpecs.h
"
6
7
#include <cstdlib>
8
#include <iostream>
9
#include <fstream>
10
#include <ios>
11
18
class
RBCBoardSpecsIO
:
public
RBCBoardSpecs
{
19
public
:
21
RBCBoardSpecsIO
();
22
23
~RBCBoardSpecsIO
()
override
;
24
25
friend
std::istream &
operator>>
(std::istream &,
RBCBoardConfig
&);
26
27
protected
:
28
private
:
29
};
30
31
std::istream &
operator>>
(std::istream &,
RBCBoardSpecsIO::RBCBoardConfig
&);
32
33
#endif // CONFIGCODE_RBCBOARDSPECSIO_H
RBCBoardSpecsIO::RBCBoardSpecsIO
RBCBoardSpecsIO()
Standard constructor.
Definition:
RBCBoardSpecsIO.cc:15
RBCBoardSpecs::RBCBoardConfig
Definition:
RBCBoardSpecs.h:22
RBCBoardSpecsIO::operator>>
friend std::istream & operator>>(std::istream &, RBCBoardConfig &)
RBCBoardSpecsIO::~RBCBoardSpecsIO
~RBCBoardSpecsIO() override
Destructor.
Definition:
RBCBoardSpecsIO.cc:19
RBCBoardSpecs
Definition:
RBCBoardSpecs.h:17
RBCBoardSpecs.h
operator>>
std::istream & operator>>(std::istream &, RBCBoardSpecsIO::RBCBoardConfig &)
Definition:
RBCBoardSpecsIO.cc:22
RBCBoardSpecsIO
Definition:
RBCBoardSpecsIO.h:18
Generated for CMSSW Reference Manual by
1.8.14