ATLAS Offline Software
Loading...
Searching...
No Matches
MDT_Technology.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 MDT_H
6#define MDT_H
7
9
10#include <string>
11
12namespace MuonGM {
13 class MYSQL;
14
15 class MDT : public Technology {
16 public:
18 double pitch{0.};
19 double innerRadius{0.};
20 double totalThickness{0.};
21 double tubeDeadLength{0.};
24
25 std::array<double,4> y{};
26 std::array<double,4> x{};
27
28 MDT(MYSQL& mysql, const std::string& s) : Technology(mysql, s) {}
29 };
30} // namespace MuonGM
31
32#endif
MDT(MYSQL &mysql, const std::string &s)
double tubeEndPlugLength
double tubeWallThickness
double innerRadius
double tubeDeadLength
double totalThickness
std::array< double, 4 > y
std::array< double, 4 > x
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27