ATLAS Offline Software
Loading...
Searching...
No Matches
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
17namespace MuonGM {
18
19 DED::DED(MYSQL& mysql, std::string s) : Technology(mysql, std::move(s)) {}
20
21} // namespace MuonGM
DED(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.