19 unsigned int vfat = stripNumber / 128;
21 stripNumber = stripNumber - vfat * 128;
25 std::map<TotemSymbID, TotemVFATAnalysisMask>::const_iterator vfatIter =
40 std::map<TotemSymbID, TotemVFATAnalysisMask>::const_iterator vfatIter;
42 LogDebug(
"PPSDigiProducer::DeadChannelsManager") << vfatIter->first.symbolicID <<
"\n";
45 LogDebug(
"PPSDigiProducer::DeadChannelsManager") <<
" full mask\n";
47 std::set<unsigned char>::iterator setIterator;
49 LogDebug(
"PPSDigiProducer::DeadChannelsManager") <<
" " << (
int)(*setIterator) <<
"\n";
Contains data on masked channels of a VFAT.
std::map< TotemSymbID, TotemVFATAnalysisMask > analysisMask
static uint32_t rawToDecId(uint32_t raw)
Symbolic ID describing an entity of a TOTEM subdetector.
bool fullMask
whether all channels of the VFAT shall be masked
unsigned int symbolicID
chip ID, raw integer representation of DetId class
const TotemAnalysisMask * analysisMask
std::set< unsigned char > maskedChannels
list of channels to be masked
bool isChannelDead(RPDetId detectorId, unsigned short stripNumber)