CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 532 of file L1GtBoard.cc.

References L1GtBoard::NumberCablesBoard, and L1GtBoard::print().

533 {
534  result.print(os);
535  return os;
536 
537 }
void print(std::ostream &myCout) const
print board
Definition: L1GtBoard.cc:336