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 <cassert>
#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

◆ operator<<()

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

Definition at line 775 of file PixelDACSettings.cc.

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

775  {
776  s << dacs.getDACSettings(0) << std::endl;
777 
778  return s;
779 }
PixelROCDACSettings getDACSettings(int ROCId) const