CMS 3D CMS Logo

L1GctHardwareJetFinder.cc File Reference

#include "L1Trigger/GlobalCaloTrigger/interface/L1GctHardwareJetFinder.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const L1GctHardwareJetFinder &algo)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1GctHardwareJetFinder algo 
)

Definition at line 27 of file L1GctHardwareJetFinder.cc.

References lat::endl(), and pyDBSRunClass::temp.

00028 {
00029   os << "===L1GctHardwareJetFinder===" << std::endl;
00030   const L1GctJetFinderBase* temp = &algo;
00031   os << *temp;
00032   return os;
00033 }


Generated on Tue Jun 9 17:54:36 2009 for CMSSW by  doxygen 1.5.4