CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibFormats/SiPixelObjects/src/PixelTrimBase.cc File Reference

#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)

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const PixelTrimBase trim 
)

Definition at line 33 of file PixelTrimBase.cc.

References pos::PixelTrimBase::getTrimBits(), and asciidump::s.

                                                                {

  s << trim.getTrimBits(0) <<std::endl; 

  return s;

}