CMS 3D CMS Logo

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 lat::endl(), and pos::PixelTrimBase::getTrimBits().

00033                                                                 {
00034 
00035   s << trim.getTrimBits(0) <<std::endl; 
00036 
00037   return s;
00038 
00039 }


Generated on Tue Jun 9 17:51:04 2009 for CMSSW by  doxygen 1.5.4