CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 26 of file L1GctTdrJetFinder.cc.

References groupFilesInBlocks::temp.

26  {
27  os << "===L1GctTdrJetFinder===" << endl;
28  const L1GctJetFinderBase* temp = &algo;
29  os << *temp;
30  return os;
31 }
Base class to allow implementation of jetFinder algorithms.