CMS 3D CMS Logo

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

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

831  {
832 
833  s << dacs.getDACSettings(0) <<std::endl;
834 
835  return s;
836 
837 }
PixelROCDACSettings getDACSettings(int ROCId) const