ATLAS Offline Software
Loading...
Searching...
No Matches
DED_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 DED_H
6#define DED_H
7
9
10#include <string>
11
12namespace MuonGM {
13
14 class MYSQL;
15
16 class DED : public Technology {
17 public:
18 double AlThickness{0.};
20
21 DED(MYSQL& mysql, std::string s);
22
23 bool hasAlHoneyComb() const { return false; };
24 bool hasPaperHoneyComb() const { return true; };
25 };
26} // namespace MuonGM
27
28#endif
DED(MYSQL &mysql, std::string s)
bool hasPaperHoneyComb() const
double HoneyCombThickness
bool hasAlHoneyComb() const
double AlThickness
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27