CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/L1TObjects/src/L1GtExternalTemplate.cc File Reference

#include "CondFormats/L1TObjects/interface/L1GtExternalTemplate.h"
#include <iostream>
#include <iomanip>
#include "CondFormats/L1TObjects/interface/L1GtFwd.h"
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 121 of file L1GtExternalTemplate.cc.

References L1GtExternalTemplate::print().

{
    result.print(os);
    return os;

}