CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/L1Trigger/GlobalCaloTrigger/interface/L1GctNullJetFinder.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  L1GctNullJetFinder
 no-op jet finder for test purposes. More...

Functions

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

Function Documentation

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

Definition at line 18 of file L1GctNullJetFinder.cc.

References algo, and groupFilesInBlocks::temp.

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