#include "CalibFormats/SiPixelObjects/interface/PixelMaskBase.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const PixelMaskBase &mask) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const PixelMaskBase & | mask | |||
) |
Definition at line 30 of file PixelMaskBase.cc.
References lat::endl(), and pos::PixelMaskBase::getMaskBits().
00030 { 00031 00032 s << mask.getMaskBits(0) <<std::endl; 00033 00034 return s; 00035 00036 }