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

◆ operator<<()

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

Definition at line 446 of file L1GtBoard.cc.

References l1tGTMenu_BTagSeeds_cff::os, and mps_fire::result.

446  {
447  result.print(os);
448  return os;
449 }