CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
L1GctTdrJetFinder.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  L1GctTdrJetFinder
 3*3 sliding window algorithm jet finder. More...
 

Functions

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

Function Documentation

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

Definition at line 29 of file L1GctTdrJetFinder.cc.

References groupFilesInBlocks::temp.

30 {
31  os << "===L1GctTdrJetFinder===" << endl;
32  const L1GctJetFinderBase* temp = &algo;
33  os << *temp;
34  return os;
35 }
Base class to allow implementation of jetFinder algorithms.