ATLAS Offline Software
Loading...
Searching...
No Matches
TgcComponent.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TgcComponent_H
6#define TgcComponent_H
7
9
10#include <iostream>
11
12namespace MuonGM {
13
15
16 public:
17 TgcComponent() = default;
18 friend std::ostream &operator<<(std::ostream &os, const TgcComponent &c);
19 };
20
21} // namespace MuonGM
22
23#endif
friend std::ostream & operator<<(std::ostream &os, const TgcComponent &c)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27