![]() |
![]() |
#include "CalibFormats/SiPixelObjects/interface/PixelTrimBase.h"
#include "CalibFormats/SiPixelObjects/interface/PixelConfigBase.h"
#include <vector>
#include <iostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const PixelTrimBase &trim) |
std::ostream& operator<< | ( | std::ostream & | s, | |
const PixelTrimBase & | trim | |||
) |
Definition at line 33 of file PixelTrimBase.cc.
References lat::endl(), and pos::PixelTrimBase::getTrimBits().
00033 { 00034 00035 s << trim.getTrimBits(0) <<std::endl; 00036 00037 return s; 00038 00039 }