CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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 ecalcalib_dqm_sourceclient-live_cfg::algo, and groupFilesInBlocks::temp.

30 {
31  os << "===L1GctTdrJetFinder===" << endl;
32  const L1GctJetFinderBase* temp = &algo;
33  os << *temp;
34  return os;
35 }
Base class to allow implementation of jetFinder algorithms.