#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) |
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 }