CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_10/src/L1Trigger/GlobalCaloTrigger/src/L1GctTdrJetFinder.cc File Reference

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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &os, const L1GctTdrJetFinder &algo)

Function Documentation

ostream& operator<< ( ostream &  os,
const L1GctTdrJetFinder algo 
)

Definition at line 29 of file L1GctTdrJetFinder.cc.

References algo, and groupFilesInBlocks::temp.

{
  os << "===L1GctTdrJetFinder===" << endl;
  const L1GctJetFinderBase* temp = &algo;
  os << *temp;
  return os;
}