ATLAS Offline Software
SupComponent.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 SupComponent_H
6 #define SupComponent_H
7 
9 
10 namespace MuonGM {
11  class MYSQL;
12 
14  public:
15  static double xAMDB0(const MYSQL& mysql, const StandardComponent &c);
16  static double yAMDB0(const MYSQL& mysql, const StandardComponent &c);
17  static double zAMDB0(const MYSQL& mysql, const StandardComponent &c);
18  static double bottomsizewrtAMDB0(const MYSQL& mysql, const StandardComponent &c);
19  static double topsizewrtAMDB0(const MYSQL& mysql, const StandardComponent &c);
20  };
21 } // namespace MuonGM
22 
23 #endif
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
MuonGM::MYSQL
Definition: MYSQL.h:43
MuonGM::SupComponent::topsizewrtAMDB0
static double topsizewrtAMDB0(const MYSQL &mysql, const StandardComponent &c)
Definition: SupComponent.cxx:28
MuonGM::StandardComponent
Definition: StandardComponent.h:15
MuonGM::SupComponent::xAMDB0
static double xAMDB0(const MYSQL &mysql, const StandardComponent &c)
Definition: SupComponent.cxx:12
StandardComponent.h
MuonGM::SupComponent
Definition: SupComponent.h:13
MuonGM::SupComponent::yAMDB0
static double yAMDB0(const MYSQL &mysql, const StandardComponent &c)
Definition: SupComponent.cxx:16
MuonGM::SupComponent::zAMDB0
static double zAMDB0(const MYSQL &mysql, const StandardComponent &c)
Definition: SupComponent.cxx:20
python.compressB64.c
def c
Definition: compressB64.py:93
MuonGM::SupComponent::bottomsizewrtAMDB0
static double bottomsizewrtAMDB0(const MYSQL &mysql, const StandardComponent &c)
Definition: SupComponent.cxx:24