CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/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;

}