CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 102 of file EnergySumZdcTemplate.cc.

References mps_fire::result.

102  {
103  result.print(os);
104  return os;
105 }