ATLAS Offline Software
Loading...
Searching...
No Matches
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
7namespace 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
AlignPos()=default
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
std::ostream & operator<<(std::ostream &os, const AlignPos &p)
Definition AlignPos.cxx:8