#include "L1Trigger/GlobalCaloTrigger/interface/L1GctNullJetFinder.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GctNullJetFinder &algo) |
std::ostream& operator<< | ( | std::ostream & | os, |
const L1GctNullJetFinder & | algo | ||
) |
Definition at line 18 of file L1GctNullJetFinder.cc.
References groupFilesInBlocks::temp.
{ os << "===L1GctNullJetFinder===" << std::endl; const L1GctJetFinderBase* temp = &algo; os << *temp; return os; }