#include <DataFormats/MuonDetId/interface/DTChamberId.h>
#include <DataFormats/MuonDetId/interface/MuonSubdetId.h>
#include <FWCore/Utilities/interface/Exception.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTChamberId &id) |
Definition in file DTChamberId.cc.
std::ostream& operator<< | ( | std::ostream & | os, | |
const DTChamberId & | id | |||
) |
Definition at line 69 of file DTChamberId.cc.
00069 { 00070 os << " Wh:"<< id.wheel() 00071 << " St:"<< id.station() 00072 << " Se:"<< id.sector() 00073 <<" "; 00074 00075 return os; 00076 }