CMS 3D CMS Logo

Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/CondFormats/L1TObjects/src/L1GtEnergySumTemplate.cc File Reference

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

Function Documentation

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

Definition at line 147 of file L1GtEnergySumTemplate.cc.

References L1GtEnergySumTemplate::print().

{
    result.print(os);
    return os;

}