CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
L1GctHardwareJetFinder.cc File Reference
#include "L1Trigger/GlobalCaloTrigger/interface/L1GctHardwareJetFinder.h"

Go to the source code of this file.

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