CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondFormats/L1TObjects/src/L1GtAlgorithm.cc File Reference

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 166 of file L1GtAlgorithm.cc.

References L1GtAlgorithm::print().

{
    result.print(os);
    return os;

}