CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CalibFormats/SiPixelObjects/src/PixelDACSettings.cc File Reference

#include "CalibFormats/SiPixelObjects/interface/PixelDACSettings.h"
#include "CalibFormats/SiPixelObjects/interface/PixelROCDACSettings.h"
#include "CalibFormats/SiPixelObjects/interface/PixelDACNames.h"
#include "CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h"
#include <fstream>
#include <iostream>
#include <ios>
#include <assert.h>
#include <stdexcept>
#include <map>
#include <sstream>
#include <sys/time.h>
#include <cstdlib>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const PixelDACSettings &dacs)

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const PixelDACSettings dacs 
)

Definition at line 711 of file PixelDACSettings.cc.

References pos::PixelDACSettings::getDACSettings(), and asciidump::s.

                                                                   {

  s << dacs.getDACSettings(0) <<std::endl; 

  return s;

}