#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 algo, and groupFilesInBlocks::temp.
{ os << "===L1GctTdrJetFinder===" << endl; const L1GctJetFinderBase* temp = &algo; os << *temp; return os; }