#include <iostream>
#include <DataFormats/MuonDetId/interface/DTWireId.h>
#include <FWCore/Utilities/interface/Exception.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const DTWireId &id) |
Definition in file DTWireId.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const DTWireId & | id | ||
) |
Definition at line 102 of file DTWireId.cc.
{ os << " Wh:"<< id.wheel() << " St:"<< id.station() << " Se:"<< id.sector() << " Sl:"<< id.superlayer() << " La:"<< id.layer() << " Wi:"<< id.wire() <<" "; return os; }