CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_2_9/src/CondFormats/L1TObjects/src/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().

{
    result.print(os);
    return os;

}