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
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
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
CondFormats
L1TObjects
interface
L1MuCSCTFConfiguration.h
Go to the documentation of this file.
1
#ifndef L1TObjects_L1MuCSCTFConfiguration_h
2
#define L1TObjects_L1MuCSCTFConfiguration_h
3
4
#include "
CondFormats/Serialization/interface/Serializable.h
"
5
6
#include <string>
7
#include <
FWCore/ParameterSet/interface/ParameterSet.h
>
8
9
class
L1MuCSCTFConfiguration
{
10
private
:
11
std::string
registers
[12];
12
13
public
:
14
const
std::string
*
configAsText
(
void
)
const
throw
() {
return
registers
; }
15
16
edm::ParameterSet
parameters
(
int
sp)
const
;
17
18
L1MuCSCTFConfiguration
&
operator=
(
const
L1MuCSCTFConfiguration
& conf) {
19
for
(
int
sp = 0; sp < 12; sp++)
20
registers
[sp] = conf.
registers
[sp];
21
return
*
this
;
22
}
23
24
L1MuCSCTFConfiguration
(
void
) {}
25
L1MuCSCTFConfiguration
(
std::string
regs[12]) {
26
for
(
int
sp = 0; sp < 12; sp++)
27
registers
[sp] = regs[sp];
28
}
29
L1MuCSCTFConfiguration
(
const
L1MuCSCTFConfiguration
& conf) {
30
for
(
int
sp = 0; sp < 12; sp++)
31
registers
[sp] = conf.
registers
[sp];
32
}
33
~L1MuCSCTFConfiguration
(
void
) {}
34
36
void
print
(std::ostream&)
const
;
37
38
COND_SERIALIZABLE
;
39
};
40
41
#endif
L1MuCSCTFConfiguration::L1MuCSCTFConfiguration
L1MuCSCTFConfiguration(void)
Definition:
L1MuCSCTFConfiguration.h:24
L1MuCSCTFConfiguration
Definition:
L1MuCSCTFConfiguration.h:9
L1MuCSCTFConfiguration::registers
std::string registers[12]
Definition:
L1MuCSCTFConfiguration.h:11
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition:
Serializable.h:39
L1MuCSCTFConfiguration::print
void print(std::ostream &) const
print all the L1 CSCTF Configuration Parameters
Definition:
L1MuCSCTFConfiguration.cc:507
L1MuCSCTFConfiguration::L1MuCSCTFConfiguration
L1MuCSCTFConfiguration(std::string regs[12])
Definition:
L1MuCSCTFConfiguration.h:25
L1MuCSCTFConfiguration::configAsText
const std::string * configAsText(void) const
Definition:
L1MuCSCTFConfiguration.h:14
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:47
Serializable.h
L1MuCSCTFConfiguration::operator=
L1MuCSCTFConfiguration & operator=(const L1MuCSCTFConfiguration &conf)
Definition:
L1MuCSCTFConfiguration.h:18
L1MuCSCTFConfiguration::parameters
edm::ParameterSet parameters(int sp) const
Definition:
L1MuCSCTFConfiguration.cc:7
L1MuCSCTFConfiguration::~L1MuCSCTFConfiguration
~L1MuCSCTFConfiguration(void)
Definition:
L1MuCSCTFConfiguration.h:33
ParameterSet.h
L1MuCSCTFConfiguration::L1MuCSCTFConfiguration
L1MuCSCTFConfiguration(const L1MuCSCTFConfiguration &conf)
Definition:
L1MuCSCTFConfiguration.h:29
Generated for CMSSW Reference Manual by
1.8.16