![]() |
![]() |
#include <iosfwd>
#include "DataFormats/MuonDetId/interface/DTSectCollId.icc"
Go to the source code of this file.
Classes | |
class | DTSectCollId |
Definition of a Sector Coollector. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTSectCollId &id) |
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 }