CMS 3D CMS Logo

DTSectCollId.cc File Reference

#include "DataFormats/MuonDetId/interface/DTSectCollId.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const DTSectCollId &id)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const DTSectCollId id 
)

Definition at line 34 of file DTSectCollId.cc.

00034                                                               {
00035   os << "Wheel: "   << id.wheel() 
00036      << " Sector: " << id.sector();
00037   return os;
00038 }


Generated on Tue Jun 9 17:52:14 2009 for CMSSW by  doxygen 1.5.4