ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace MuonGM {
18
19 SUP::SUP(MYSQL& mysql, std::string s)
20 : Technology(mysql, std::move(s)){}
21} // namespace MuonGM
SUP(MYSQL &mysql, std::string s)
Technology(MYSQL &mysql, std::string s)
Ensure that the Athena extensions are properly loaded.
Definition GeoMuonHits.h:27
STL namespace.