CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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 algo, and groupFilesInBlocks::temp.

28 {
29  os << "===L1GctHardwareJetFinder===" << std::endl;
30  const L1GctJetFinderBase* temp = &algo;
31  os << *temp;
32  return os;
33 }
Base class to allow implementation of jetFinder algorithms.
LimitAlgo * algo
Definition: Combine.cc:60