| 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/MdtComponent.h" 002 #include "MuonGeoModel/MYSQL.h" 003 #include "MuonGeoModel/Technology.h" 004 #include "MuonGeoModel/CHV_Technology.h" 005 #include "MuonGeoModel/CMI_Technology.h" 006 #include "MuonGeoModel/CRO_Technology.h" 007 #include "MuonGeoModel/LBI_Technology.h" 008 009 namespace MuonGM { 010 011 MdtComponent::MdtComponent():StandardComponent() 012 { 013 tubelenStepSize=0.; 014 cutoutTubeXShift=0.; 015 } 016 017 MdtComponent::MdtComponent(const MdtComponent& c):StandardComponent(c) 018 { 019 tubelenStepSize = c.tubelenStepSize; 020 cutoutTubeXShift = c.cutoutTubeXShift; 021 } 022 023 } // namespace MuonGM 024
| [ 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. |
|