#include "DataFormats/MuonDetId/interface/DTChamberId.h"
#include "DataFormats/MuonDetId/interface/MuonSubdetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <ostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTChamberId &id) |
See header file for a description of this class.
Definition in file DTChamberId.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const DTChamberId & | id | ||
) |
Definition at line 70 of file DTChamberId.cc.
{ os << " Wh:"<< id.wheel() << " St:"<< id.station() << " Se:"<< id.sector() <<" "; return os; }