ATLAS Offline Software
MMSpacerComponent.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 #include <string>
8 
9 namespace MuonGM {
10 
11  std::ostream &operator<<(std::ostream &os, const MMSpacerComponent &c) {
12  os << "Component " << c.name << std::endl;
13  return os;
14  }
15 
16 } // namespace MuonGM
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
MuonGM::MMSpacerComponent
Definition: MMSpacerComponent.h:14
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.compressB64.c
def c
Definition: compressB64.py:93
MMSpacerComponent.h