#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) |
std::ostream& operator<< | ( | std::ostream & | os, |
const L1GtBoard & | result | ||
) |
Definition at line 532 of file L1GtBoard.cc.
References L1GtBoard::print().
{ result.print(os); return os; }