CMS 3D CMS Logo

Functions

CMSSW_4_4_3_patch1/src/DataFormats/L1GlobalTrigger/src/L1GtTechnicalTrigger.cc File Reference

#include "DataFormats/L1GlobalTrigger/interface/L1GtTechnicalTrigger.h"
#include <iomanip>
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &streamRec, const L1GtTechnicalTrigger &result)

Function Documentation

std::ostream& operator<< ( std::ostream &  streamRec,
const L1GtTechnicalTrigger result 
)

Definition at line 169 of file L1GtTechnicalTrigger.cc.

References L1GtTechnicalTrigger::print().

{
    result.print(streamRec);
    return streamRec;

}