#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetFinderBase.h"
#include <boost/cstdint.hpp>
#include <vector>
Go to the source code of this file.
Classes | |
class | L1GctHardwareJetFinder |
Emulation of the hardware jet finder. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const L1GctHardwareJetFinder &algo) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const L1GctHardwareJetFinder & | algo | |||
) |
Definition at line 27 of file L1GctHardwareJetFinder.cc.
References lat::endl(), and pyDBSRunClass::temp.
00028 { 00029 os << "===L1GctHardwareJetFinder===" << std::endl; 00030 const L1GctJetFinderBase* temp = &algo; 00031 os << *temp; 00032 return os; 00033 }