| 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/SupComponent.h" 002 #include "MuonGeoModel/MYSQL.h" 003 #include "MuonGeoModel/Technology.h" 004 #include "MuonGeoModel/Sup.h" 005 #include "MuonGeoModel/SUP_Technology.h" 006 007 namespace MuonGM { 008 009 std::ostream& operator<<(std::ostream& os,const SupComponent& c) 010 { 011 os<<"Component "<<c.name<<std::endl; 012 // os<<c.posx<<" "<<c.posy<<" "<<c.posz<<" "<<c.index<<" "<<c.name; 013 // os<<" "<<c.dx1<<" "<<c.dx2<<" "<<c.dy<<" "<<c.excent<<" "<<c.deadx; 014 // os<<" "<<c.deady<<endl; 015 std::cout<<" Component name "<<c.name<<std::endl; 016 return os; 017 } 018 019 double SupComponent::xAMDB0() const 020 { 021 MYSQL *mysql=MYSQL::GetPointer(); 022 SUP *t=(SUP *)mysql->GetTechnology(name); 023 return t->xAMDB0; 024 } 025 double SupComponent::yAMDB0() const 026 { 027 MYSQL *mysql=MYSQL::GetPointer(); 028 SUP *t=(SUP *)mysql->GetTechnology(name); 029 return t->yAMDB0; 030 } 031 double SupComponent::zAMDB0() const 032 { 033 MYSQL *mysql=MYSQL::GetPointer(); 034 SUP *t=(SUP *)mysql->GetTechnology(name); 035 return t->zAMDB0; 036 } 037 double SupComponent::bottomsizewrtAMDB0() const 038 { 039 MYSQL *mysql=MYSQL::GetPointer(); 040 SUP *t=(SUP *)mysql->GetTechnology(name); 041 return t->bottomsizewrtAMDB0; 042 } 043 double SupComponent::topsizewrtAMDB0() const 044 { 045 MYSQL *mysql=MYSQL::GetPointer(); 046 SUP *t=(SUP *)mysql->GetTechnology(name); 047 return t->topsizewrtAMDB0; 048 } 049 } // namespace MuonGM 050
| [ 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. |
|