![]() |
![]() |
#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 pos::PixelMaskBase::getMaskBits(), and asciidump::s.
{ s << mask.getMaskBits(0) <<std::endl; return s; }