CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
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 algo, and groupFilesInBlocks::temp.

19 {
20  os << "===L1GctNullJetFinder===" << std::endl;
21  const L1GctJetFinderBase* temp = &algo;
22  os << *temp;
23  return os;
24 }
Base class to allow implementation of jetFinder algorithms.
LimitAlgo * algo
Definition: Combine.cc:60