CMS 3D CMS Logo

Functions
L1GtBoardMaps.cc File Reference
#include "CondFormats/L1TObjects/interface/L1GtBoardMaps.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const L1GtBoardMaps &result)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1GtBoardMaps result 
)

Definition at line 366 of file L1GtBoardMaps.cc.

References L1GtBoardMaps::print().

367 {
368  result.print(os);
369  return os;
370 
371 }
void print(std::ostream &) const