CMS 3D CMS Logo

Functions
GlobalAlgorithm.cc File Reference
#include "L1Trigger/L1TGlobal/interface/GlobalAlgorithm.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const GlobalAlgorithm &result)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GlobalAlgorithm result 
)

Definition at line 147 of file GlobalAlgorithm.cc.

References mps_fire::result.

147  {
148  result.print(os);
149  return os;
150 }