| Report problems to ATLAS LXR Team (with time and IP address indicated) |
|
[ source navigation ] [ diff markup ] [ identifier search ] [ general search ] |
||||
|
||||||
| Links to LXR source navigation pages for stable releases | [ 12.*.* ] [ 13.*.* ] [ 14.*.* ] [ 15.*.* ] | |||||
001 #include "MuonGeoModel/Technology.h" 002 #include "MuonGeoModel/MYSQL.h" 003 004 namespace MuonGM { 005 006 std::string Technology::GetName() 007 { 008 return name; 009 } 010 011 Technology::Technology(std::string s): name(s) 012 { 013 MYSQL *mysql=MYSQL::GetPointer(); 014 mysql->StoreTechnology(this); 015 } 016 017 Technology::~Technology() 018 { 019 } 020 } // namespace MuonGM 021
| [ source navigation ] | [ diff markup ] | [ identifier search ] | [ general search ] |
| Due to the LXR bug, the updates fail sometimes to remove references to deleted files. The Saturday's full rebuilds fix these problems | |
| This page was automatically generated by the LXR engine. |
|