CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/CondFormats/L1TObjects/src/L1GtHfRingEtSumsTemplate.cc File Reference

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

Function Documentation

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

Definition at line 125 of file L1GtHfRingEtSumsTemplate.cc.

References L1GtHfRingEtSumsTemplate::print().

{
    result.print(os);
    return os;

}