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
L1TCommon
interface
Mask.h
Go to the documentation of this file.
1
#ifndef L1Trigger_L1TCommon_Mask_h
2
#define L1Trigger_L1TCommon_Mask_h
3
#include <string>
4
5
namespace
l1t
{
6
7
class
Mask
{
8
public
:
9
Mask
(){};
10
Mask
(
std::string
id
,
std::string
procRole);
11
void
setProcRole
(
std::string
procRole) {
procRole_
= procRole; };
12
void
setPort
(
std::string
id
);
13
std::string
getProcRole
() {
return
procRole_
; };
14
unsigned
getPort
() {
return
port_
; };
15
std::string
getId
() {
return
id_
; };
16
17
private
:
18
unsigned
port_
;
19
std::string
procRole_
,
id_
;
20
};
21
22
}
// namespace l1t
23
#endif
l1t::Mask::Mask
Mask()
Definition:
Mask.h:9
l1t::Mask::getPort
unsigned getPort()
Definition:
Mask.h:14
l1t
delete x;
Definition:
CaloConfig.h:22
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::Mask::setProcRole
void setProcRole(std::string procRole)
Definition:
Mask.h:11
l1t::Mask::id_
std::string id_
Definition:
Mask.h:19
l1t::Mask::port_
unsigned port_
Definition:
Mask.h:15
l1t::Mask::procRole_
std::string procRole_
Definition:
Mask.h:19
l1t::Mask::getProcRole
std::string getProcRole()
Definition:
Mask.h:13
l1t::Mask::setPort
void setPort(std::string id)
Definition:
Mask.cc:11
l1t::Mask::getId
std::string getId()
Definition:
Mask.h:15
l1t::Mask
Definition:
Mask.h:7
Generated for CMSSW Reference Manual by
1.8.14