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