CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 79 of file MuonShowerTemplate.cc.

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

79  {
80  result.print(os);
81  return os;
82 }