ATLAS Offline Software
Loading...
Searching...
No Matches
CSC_Technology.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CSC_H
6#define CSC_H
7
9
10namespace MuonGM {
11 class MYSQL;
12
13 class CSC : public Technology {
14 public:
15 inline CSC(MYSQL& sql, const std::string& s);
17 double innerRadius{0.};
18 double totalThickness{0.};
19 double nonsisa{0.};
20 double honeycombthick{0.};
21 double g10thick{0.};
22 double wirespacing{0.};
23 double anocathodist{0.};
26 double phistripwidth{0.};
28 double rectwasherthick{0.};
29 double roxacellwith{0.};
30 double roxwirebargap{0.};
33 double wirebarposx{0.};
34 double wirebarposy{0.};
35 double wirebarposz{0.};
36
37 double cathreadoutpitch{0.};
38 double phireadoutpitch{0.};
39 int nEtastrips{0};
40 int nPhistrips{0};
41 };
42
43 CSC::CSC(MYSQL& mysql, const std::string& s)
44 : Technology(mysql, s){}
45} // namespace MuonGM
46
47#endif
@ CSC
Definition RegSelEnums.h:34
double wirespacing
double wirebarposz
double gapbetwcathstrips
double floatingstripswidth
double roxacellwith
double phireadoutpitch
double totalThickness
CSC(MYSQL &sql, const std::string &s)
double honeycombthick
double fullgasgapwirewidth
double cathreadoutpitch
double phistripwidth
double rectwasherthick
double innerRadius
double anocathodist
double readoutstripswidth
double roxwirebargap
double wirebarposy
double wirebarposx
double fullwirefixbarwidth
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27