#include "L1Trigger/GlobalCaloTrigger/interface/L1GctTdrJetFinder.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &os, const L1GctTdrJetFinder &algo) |
ostream& operator<< | ( | ostream & | os, | |
const L1GctTdrJetFinder & | algo | |||
) |
Definition at line 29 of file L1GctTdrJetFinder.cc.
References lat::endl(), and pyDBSRunClass::temp.
00030 { 00031 os << "===L1GctTdrJetFinder===" << endl; 00032 const L1GctJetFinderBase* temp = &algo; 00033 os << *temp; 00034 return os; 00035 }