ATLAS Offline Software
Loading...
Searching...
No Matches
MMSpacer_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 MMSpacer_Technology_H
6#define MMSpacer_Technology_H
7
9
10#include <vector>
11namespace MuonGM {
12
13 // Description class to build MicroMegas spacers
14
16 public:
17 // constructor
18 inline MMSpacer_Technology(MYSQL& mysql, const std::string& s);
19 inline double Thickness() const;
20
22 double lowZCutOutWidth{0.};
23 double lowZCutOutDZ{0.};
24
26 double highZCutOutWidth{0.};
27 double highZCutOutDZ{0.};
28 };
29
30 MMSpacer_Technology::MMSpacer_Technology(MYSQL& mysql, const std::string& s)
31 : Technology(mysql, s) {}
32
33 double MMSpacer_Technology::Thickness() const { return thickness; }
34
35} // namespace MuonGM
36
37#endif
MMSpacer_Technology(MYSQL &mysql, const std::string &s)
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27