CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/L1Trigger/GlobalCaloTrigger/src/L1GctNullJetFinder.cc File Reference

#include "L1Trigger/GlobalCaloTrigger/interface/L1GctNullJetFinder.h"

Go to the source code of this file.

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 groupFilesInBlocks::temp.

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