ATLAS Offline Software
AlignPos.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 namespace MuonGM {
8  std::ostream &operator<<(std::ostream &os, const AlignPos &p) {
9  os << "phi ind=" << p.phiindex << " z ind=" << p.zindex << " tra_s=" << p.tras << " tra_z=" << p.traz << " tra_t=" << p.trat << " (in mm)"
10  << " rot_s=" << p.rots * 1000. << " rot_z=" << p.rotz * 1000. << " rot_t=" << p.rott * 1000. << " (angles in milli-radians) "
11  << " is barrel? " << p.isBarrel << " station type= " << p.tectype;
12 
13  return os;
14  }
15 
16 } // namespace MuonGM
MuonGM::AlignPos
Definition: AlignPos.h:12
MuonGM::operator<<
std::ostream & operator<<(std::ostream &os, const AlignPos &p)
Definition: AlignPos.cxx:8
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
AlignPos.h
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231