CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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 cond::rpcobtemp::temp.

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