ATLAS Offline Software
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 
13 namespace 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
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
MuonGM::sTGCComponent::yCutoutCathode
double yCutoutCathode
Definition: sTGCComponent.h:22
MuonGM::sTGCComponent::sTGCComponent
sTGCComponent()=default
MuonGM::sTGCComponent
Definition: sTGCComponent.h:15
MuonGM::StandardComponent
Definition: StandardComponent.h:15
StandardComponent.h
MuonGM::sTGCComponent::subType
std::string subType
Definition: sTGCComponent.h:23
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
MuonGM::sTGCComponent::operator<<
friend std::ostream & operator<<(std::ostream &os, const sTGCComponent &c)
Definition: sTGCComponent.cxx:8
MuonGM::sTGCComponent::yCutout
double yCutout
Definition: sTGCComponent.h:21
python.compressB64.c
def c
Definition: compressB64.py:93