#include "CalibFormats/SiPixelObjects/interface/PixelNameTranslation.h"
#include "CalibFormats/SiPixelObjects/interface/PixelDetectorConfig.h"
#include "CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h"
#include <fstream>
#include <sstream>
#include <map>
#include <string>
#include <vector>
#include <assert.h>
#include <stdexcept>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const PixelNameTranslation &table) |
std::ostream& operator<< | ( | std::ostream & | s, |
const PixelNameTranslation & | table | ||
) |
Definition at line 434 of file PixelNameTranslation.cc.
References alignCSCRings::s.
{ //for (unsigned int i=0;i<table.translationtable_.size();i++){ // s << table.translationtable_[i]<<std::endl; // } return s; }