CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
TotemVFATAnalysisMask Class Reference

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...
 

Detailed Description

Contains data on masked channels of a VFAT.

Definition at line 22 of file TotemAnalysisMask.h.

Constructor & Destructor Documentation

◆ TotemVFATAnalysisMask()

TotemVFATAnalysisMask::TotemVFATAnalysisMask ( )
inline

Definition at line 30 of file TotemAnalysisMask.h.

Member Data Documentation

◆ fullMask

bool TotemVFATAnalysisMask::fullMask

whether all channels of the VFAT shall be masked

Definition at line 33 of file TotemAnalysisMask.h.

Referenced by DeadChannelsManager::displayMap(), DeadChannelsManager::isChannelDead(), TotemDAQMappingESSourceXML::ParseTreeRP(), and RawToDigiConverter::run().

◆ maskedChannels

std::set<unsigned char> TotemVFATAnalysisMask::maskedChannels