ATLAS Offline Software
SUP_Technology.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 /***************************************************************************
6  stiffening aluminum bars holding together RPC and DED components
7  ----------------------------------------------------------------
8  ***************************************************************************/
9 
10 //<doc><file> $Id: SUP_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  SUP::SUP(MYSQL& mysql, std::string s)
20  : Technology(mysql, std::move(s)){}
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
SUP_Technology.h
MuonGM::SUP::SUP
SUP(MYSQL &mysql, std::string s)
Definition: SUP_Technology.cxx:22