CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 56 of file L1GtPsbSetup.cc.

References mps_fire::result.

56  {
57  result.print(os);
58  return os;
59 }