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