Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TCommon
src
Mask.cc
Go to the documentation of this file.
1
#include "
L1Trigger/L1TCommon/interface/Mask.h
"
2
3
namespace
l1t
{
4
5
Mask::Mask
(
std::string
id
,
std::string
procRole)
6
{
7
id_
=
id
;
8
port_
= boost::lexical_cast<
int
>(
id
.substr(
id
.find_last_not_of(
"0123456789"
)+1));
9
procRole_
= procRole;
10
}
11
12
void
Mask::setPort
(
std::string
id
)
13
{
14
id_
=
id
;
15
port_
= boost::lexical_cast<
int
>(
id
.substr(
id
.find_last_not_of(
"0123456789"
)+1));
16
}
17
18
}
l1t::Mask::Mask
Mask()
Definition:
Mask.h:13
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t
delete x;
Definition:
CaloConfig.h:22
Mask.h
triggerObjects_cff.id
id
Definition:
triggerObjects_cff.py:31
l1t::Mask::id_
std::string id_
Definition:
Mask.h:23
l1t::Mask::port_
unsigned port_
Definition:
Mask.h:19
l1t::Mask::procRole_
std::string procRole_
Definition:
Mask.h:23
l1t::Mask::setPort
void setPort(std::string id)
Definition:
Mask.cc:12
Generated for CMSSW Reference Manual by
1.8.11