CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/L1Trigger/GlobalCaloTrigger/interface/L1GctHardwareJetFinder.h File Reference

#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)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1GctHardwareJetFinder algo 
)

Definition at line 27 of file L1GctHardwareJetFinder.cc.

References groupFilesInBlocks::temp.

{
  os << "===L1GctHardwareJetFinder===" << std::endl;
  const L1GctJetFinderBase* temp = &algo;
  os << *temp;
  return os;
}