Contains data on masked channels of a VFAT. More...
#include <TotemAnalysisMask.h>
Public Member Functions | |
TotemVFATAnalysisMask () | |
Public Attributes | |
bool | fullMask |
whether all channels of the VFAT shall be masked More... | |
std::set< unsigned char > | maskedChannels |
list of channels to be masked More... | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Contains data on masked channels of a VFAT.
Definition at line 23 of file TotemAnalysisMask.h.
|
inline |
Definition at line 25 of file TotemAnalysisMask.h.
|
private |
|
friend |
Definition at line 33 of file TotemAnalysisMask.h.
|
friend |
Definition at line 33 of file TotemAnalysisMask.h.
bool TotemVFATAnalysisMask::fullMask |
whether all channels of the VFAT shall be masked
Definition at line 28 of file TotemAnalysisMask.h.
Referenced by DeadChannelsManager::displayMap(), TotemDAQMappingESSourceXML::ParseTreeRP(), and RawToDigiConverter::run().
std::set<unsigned char> TotemVFATAnalysisMask::maskedChannels |
list of channels to be masked
Definition at line 31 of file TotemAnalysisMask.h.
Referenced by DeadChannelsManager::displayMap(), TotemDAQMappingESSourceXML::ParseTreeRP(), and RawToDigiConverter::run().