ATLAS Offline Software
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
LBI_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 LBI_H
6
#define LBI_H
7
8
#include "
MuonGeoModel/Technology.h
"
9
10
namespace
MuonGM
{
11
class
MYSQL;
12
13
class
LBI
:
public
Technology
{
14
public
:
15
inline
LBI
(
MYSQL
& mysql,
const
std::string&
s
);
16
double
height
{0.};
17
float
lowerThickness
{0.f};
18
float
yShift
{0.f};
19
};
20
21
LBI::LBI
(
MYSQL
& mysql,
const
std::string&
s
) :
Technology
(mysql,
s
) {}
22
}
// namespace MuonGM
23
24
#endif
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition:
GeoMuonHits.h:27
MuonGM::LBI::LBI
LBI(MYSQL &mysql, const std::string &s)
Definition:
LBI_Technology.h:21
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
MuonGM::MYSQL
Definition:
MYSQL.h:43
MuonGM::Technology
Definition:
Technology.h:15
MuonGM::LBI
Definition:
LBI_Technology.h:13
MuonGM::LBI::height
double height
Definition:
LBI_Technology.h:16
MuonGM::LBI::yShift
float yShift
Definition:
LBI_Technology.h:18
MuonGM::LBI::lowerThickness
float lowerThickness
Definition:
LBI_Technology.h:17
Technology.h
Generated on Sun Dec 22 2024 21:13:51 for ATLAS Offline Software by
1.8.18