ATLAS Offline Software
MdtId.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 // DR (clang32) operator<< in namespace
8 std::ostream& TrkDriftCircleMath::operator<<(std::ostream& os, const TrkDriftCircleMath::MdtId& id) {
9  os << " ml " << id.ml() << " lay " << id.lay() << " tube " << id.tube();
10  return os;
11 }
TrkDriftCircleMath::MdtId
Definition: MdtId.h:14
TrkDriftCircleMath::operator<<
std::ostream & operator<<(std::ostream &os, const TrkDriftCircleMath::ClusterId &id)
Definition: ClusterId.cxx:9
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
MdtId.h