![]() |
![]() |
#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) |
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 }