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 |
Contains data on masked channels of a ROC.
Definition at line 19 of file CTPPSPixelAnalysisMask.h.
|
inline |
Definition at line 21 of file CTPPSPixelAnalysisMask.h.
|
private |
|
friend |
Definition at line 29 of file CTPPSPixelAnalysisMask.h.
|
friend |
Definition at line 29 of file CTPPSPixelAnalysisMask.h.
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().