CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Friends
CTPPSPixelROCAnalysisMask Class Reference

Contains data on masked channels of a ROC. More...

#include <CTPPSPixelAnalysisMask.h>

Public Member Functions

 CTPPSPixelROCAnalysisMask ()
 

Public Attributes

bool fullMask
 whether all channels of the ROC shall be masked More...
 
std::set< std::pair< unsigned
char, unsigned char > > 
maskedPixels
 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 ROC.

Definition at line 19 of file CTPPSPixelAnalysisMask.h.

Constructor & Destructor Documentation

CTPPSPixelROCAnalysisMask::CTPPSPixelROCAnalysisMask ( )
inline

Definition at line 21 of file CTPPSPixelAnalysisMask.h.

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

Member Function Documentation

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 29 of file CTPPSPixelAnalysisMask.h.

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

Definition at line 29 of file CTPPSPixelAnalysisMask.h.

Member Data Documentation

bool CTPPSPixelROCAnalysisMask::fullMask

whether all channels of the ROC shall be masked

Definition at line 24 of file CTPPSPixelAnalysisMask.h.

Referenced by CTPPSPixelDAQMappingESSourceXML::ParseTreePixel().

std::set<std::pair<unsigned char, unsigned char> > CTPPSPixelROCAnalysisMask::maskedPixels

list of channels to be masked

Definition at line 27 of file CTPPSPixelAnalysisMask.h.

Referenced by CTPPSPixelDAQMappingESSourceXML::ParseTreePixel().