CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
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...
 

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
 

Detailed Description

Contains data on masked channels of a VFAT.

Definition at line 23 of file TotemAnalysisMask.h.

Constructor & Destructor Documentation

◆ TotemVFATAnalysisMask()

TotemVFATAnalysisMask::TotemVFATAnalysisMask ( )
inline

Definition at line 25 of file TotemAnalysisMask.h.

25 : fullMask(false) {}
bool fullMask
whether all channels of the VFAT shall be masked

Member Function Documentation

◆ serialize()

template<class Archive >
void TotemVFATAnalysisMask::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 33 of file TotemAnalysisMask.h.

◆ cond::serialization::access

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 33 of file TotemAnalysisMask.h.

Member Data Documentation

◆ fullMask

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

◆ maskedChannels

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