CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/CondFormats/L1TObjects/src/L1GtBptxTemplate.cc File Reference

#include "CondFormats/L1TObjects/interface/L1GtBptxTemplate.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 L1GtBptxTemplate &result)

Function Documentation

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

Definition at line 121 of file L1GtBptxTemplate.cc.

References L1GtBptxTemplate::print().

{
    result.print(os);
    return os;

}