CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/DataFormats/MuonDetId/interface/DTSectCollId.h File Reference

#include <iosfwd>
#include "DataFormats/MuonDetId/interface/DTSectCollId.icc"

Go to the source code of this file.

Classes

class  DTSectCollId

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.

                                                              {
  os << "Wheel: "   << id.wheel() 
     << " Sector: " << id.sector();
  return os;
}