CMS 3D CMS Logo

Functions
L1GtMuonTemplate.cc File Reference
#include "CondFormats/L1TObjects/interface/L1GtMuonTemplate.h"
#include <iostream>
#include <iomanip>
#include "CondFormats/L1TObjects/interface/L1GtFwd.h"
#include "DataFormats/L1GlobalTrigger/interface/L1GlobalTriggerReadoutSetupFwd.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 136 of file L1GtMuonTemplate.cc.

References mps_fire::result.

136  {
137  result.print(os);
138  return os;
139 }