CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 116 of file CaloTemplate.cc.

References mps_fire::result.

116  {
117  result.print(os);
118  return os;
119 }