CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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 alignCSCRings::s.

                                                                {

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

  return s;

}