CMS 3D CMS Logo

Functions
TTMuonTriggerPrimitive.cc File Reference
#include "L1Trigger/L1TMuon/interface/TTMuonTriggerPrimitive.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const TTTriggerPrimitive::TTDetId &detid)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const TTTriggerPrimitive::TTDetId detid 
)

Definition at line 118 of file TTMuonTriggerPrimitive.cc.

118  {
119  // Note that there is no endl to end the output
120  os << " undefined";
121  return os;
122 }