CMS 3D CMS Logo

Functions

CMSSW_4_4_3_patch1/src/CondFormats/L1TObjects/src/L1GtParameters.cc File Reference

#include "CondFormats/L1TObjects/interface/L1GtParameters.h"
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 146 of file L1GtParameters.cc.

References L1GtParameters::print().

{
    result.print(os);
    return os;

}