CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/CondFormats/L1TObjects/src/L1GtCondition.cc File Reference

#include "CondFormats/L1TObjects/interface/L1GtCondition.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 422 of file L1GtCondition.cc.

References L1GtCondition::print().

{
    result.print(os);
    return os;

}