ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSystemDescription.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 MuonSystemDescription_H
6#define MuonSystemDescription_H
7
8#include <string>
9
10namespace MuonGM {
11
13 public:
14 double barrelInnerRadius{0.}; // Inner radius behind the idet
15 double innerRadius{0.}; // Inner radius at the beam pipe
16 double outerRadius{0.};
17 double endcapFrontFace{0.}; // Z at the endcap front face
18 double length{0.};
19 double barreLength{0.};
21
22 double extraZ{0.};
23 double extraR{0.};
24
25 std::string amdb{};
26
27 MuonSystemDescription(std::string n);
28
29 private:
30 std::string m_name{};
31 };
32} // namespace MuonGM
33
34#endif
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27