ATLAS Offline Software
Loading...
Searching...
No Matches
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
8std::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}
std::ostream & operator<<(std::ostream &os, const TrkDriftCircleMath::ClusterId &id)
Definition ClusterId.cxx:9