ATLAS Offline Software
CMI_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 CMI_H
6 #define CMI_H
7 
9 
10 namespace MuonGM {
11  class MYSQL;
12 
13  class CMI : public Technology {
14  public:
15  inline CMI(MYSQL& mysql, const std::string& s);
16  double largeness{0.};
17  double height{0.};
18  double excent{0.};
19  };
20 
21  CMI::CMI(MYSQL& mysql, const std::string& s) : Technology(mysql, s) {}
22 } // namespace MuonGM
23 
24 #endif
MuonGM::CMI::largeness
double largeness
Definition: CMI_Technology.h:16
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
MuonGM::MYSQL
Definition: MYSQL.h:43
MuonGM::Technology
Definition: Technology.h:15
MuonGM::CMI::excent
double excent
Definition: CMI_Technology.h:18
MuonGM::CMI
Definition: CMI_Technology.h:13
MuonGM::CMI::CMI
CMI(MYSQL &mysql, const std::string &s)
Definition: CMI_Technology.h:21
Technology.h
MuonGM::CMI::height
double height
Definition: CMI_Technology.h:17