CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 169 of file L1GtPsbConfig.cc.

References mps_fire::result.

169  {
170  result.print(os);
171  return os;
172 }