CMS 3D CMS Logo

Classes | Functions
L1GctHardwareJetFinder.h File Reference
#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetFinderBase.h"
#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

◆ operator<<()

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

Definition at line 25 of file L1GctHardwareJetFinder.cc.

References groupFilesInBlocks::temp.

25  {
26  os << "===L1GctHardwareJetFinder===" << std::endl;
27  const L1GctJetFinderBase* temp = &algo;
28  os << *temp;
29  return os;
30 }
Base class to allow implementation of jetFinder algorithms.