CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 13 of file L1GctNullJetFinder.cc.

References groupFilesInBlocks::temp.

13  {
14  os << "===L1GctNullJetFinder===" << std::endl;
15  const L1GctJetFinderBase* temp = &algo;
16  os << *temp;
17  return os;
18 }
Base class to allow implementation of jetFinder algorithms.