ATLAS Offline Software
Loading...
Searching...
No Matches
MicromegasComponent.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
7namespace MuonGM {
8
9
10 std::ostream &operator<<(std::ostream &os, const MicromegasComponent &c) {
11 os << "Component " << c.name << std::endl;
12 return os;
13 }
14
15} // namespace MuonGM
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