34 ss <<
"[" <<
myName() <<
"] Monitorables (65535 means \"invalid\"):" << std::endl;
39 ss <<
" Crate/FEC/Ring/CCU/Mod/LLD : " << fec_key.
fecCrate() <<
"/" << fec_key.
fecSlot() <<
"/" 44 ss <<
" FedId/FeUnit/FeChan/FedChannel : " << fed_key.
fedId() <<
"/" << fed_key.
feUnit() <<
"/" << fed_key.
feChan()
58 ss <<
" FecKey (hex/dec) : 0x" << std::hex << std::setw(8) << std::setfill(
'0') <<
fecKey_ <<
" / " 59 <<
std::dec << std::setw(10) << std::setfill(
' ') <<
fecKey_ << std::endl;
61 ss <<
" FedKey (hex/dec) : 0x" << std::hex << std::setw(8) << std::setfill(
'0') <<
fedKey_ <<
" / " 62 <<
std::dec << std::setw(10) << std::setfill(
' ') <<
fedKey_ << std::endl;
64 ss <<
" DcuId (hex/dec) : 0x" << std::hex << std::setw(8) << std::setfill(
'0') <<
dcuId_ <<
" / " 65 <<
std::dec << std::setw(10) << std::setfill(
' ') <<
dcuId_ << std::endl;
67 ss <<
" DetId (hex/dec) : 0x" << std::hex << std::setw(8) << std::setfill(
'0') <<
detId_ <<
" / " 68 <<
std::dec << std::setw(10) << std::setfill(
' ') <<
detId_ << std::endl;
87 <<
":" <<
title << std::endl;
const uint16_t & feChan() const
const uint16_t & ccuAddr() const
const uint16_t & feUnit() const
Utility class that holds histogram title.
A container class for generic run and event-related info, information required by the commissioning a...
static const uint32_t invalid32_
const uint16_t & ccuChan() const
static const char fedKey_[]
virtual bool isValid() const
const uint16_t & lldChan() const
Utility class that identifies a position within the strip tracker control structure, down to the level of an APV25.
static std::string runType(const sistrip::RunType &)
const std::string & myName() const
uint16_t fedChannel() const
static const char controlView_[]
static const char dqmRoot_[]
virtual void summary(std::stringstream &) const
static const char fecKey_[]
const uint32_t & fedKey() const
const uint16_t & fedId() const
std::vector< std::string > VString
const uint16_t & fecSlot() const
virtual void header(std::stringstream &) const
const uint16_t & fecRing() const
const uint16_t & fecCrate() const