CMS 3D CMS Logo

Functions
L1GtAlgorithm.cc File Reference
#include "CondFormats/L1TObjects/interface/L1GtAlgorithm.h"
#include <iostream>
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 147 of file L1GtAlgorithm.cc.

References l1tGTMenu_BTagSeeds_cff::os, and mps_fire::result.

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