CMS 3D CMS Logo

Functions
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

◆ operator<<()

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

Definition at line 27 of file PixelTrimBase.cc.

References alignCSCRings::s, and trim().

27  {
28  s << trim.getTrimBits(0) << std::endl;
29 
30  return s;
31 }
static void trim(std::string &s)