CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_1/src/CondFormats/L1TObjects/src/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

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

Definition at line 214 of file L1GtPsbConfig.cc.

References L1GtPsbConfig::print().

{
    result.print(os);
    return os;

}