CMS 3D CMS Logo

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 <map>
#include <sstream>
#include <sys/time.h>

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 534 of file PixelDACSettings.cc.

References lat::endl(), and pos::PixelDACSettings::getDACSettings().

00534                                                                    {
00535 
00536   s << dacs.getDACSettings(0) <<std::endl; 
00537 
00538   return s;
00539 
00540 }


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