ATLAS Offline Software
DED_Technology.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  thick support panel on one side of the RPC
7  ------------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: DED_Technology.cxx,v 1.1 2008-07-31 10:57:55 dquarrie Exp $
11 //<version> $Name: not supported by cvs2svn $
12 
13 #include <utility>
14 
16 
17 namespace MuonGM {
18 
19  DED::DED(MYSQL& mysql, std::string s) : Technology(mysql, std::move(s)) {}
20 
21 } // namespace MuonGM
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition: GeoMuonHits.h:27
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
DED_Technology.h
MuonGM::DED::DED
DED(MYSQL &mysql, std::string s)
Definition: DED_Technology.cxx:22