Rev 70 | Rev 72 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 70 | Rev 71 | ||
|---|---|---|---|
| Line 439... | Line 439... | ||
| 439 | //double GetM() const {return M;}; |
439 | //double GetM() const {return M;}; |
| 440 | //double GetD() const {return d;}; |
440 | //double GetD() const {return d;}; |
| 441 | //double GetR() const {return R;}; |
441 | //double GetR() const {return R;}; |
| 442 | //TVector3 GetVGap() const {return (TVector3(x_gap, y_gap, z_gap));}; |
442 | //TVector3 GetVGap() const {return (TVector3(x_gap, y_gap, z_gap));}; |
| 443 | //int IsGlass() {return glass_on;}; |
443 | //int IsGlass() {return glass_on;}; |
| 444 | //double |
444 | //double getGlassWidth() {return glass_d;}; |
| 445 | //double GetWindowR() {return window_R;}; |
445 | //double GetWindowR() {return window_R;}; |
| 446 | //double GetWindowD() {return window_d;}; |
446 | //double GetWindowD() {return window_d;}; |
| 447 | 447 | ||
| 448 | void Draw(int width = 2); |
448 | void Draw(int width = 2); |
| 449 | 449 | ||