Changeset 4140 for trunk/MagicSoft/Mars/mtemp/mifae/library
- Timestamp:
- 05/24/04 11:47:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/library/MHillasDisplay.cc
r4139 r4140 150 150 151 151 // Width line 152 TLine lineW( -(width+OffsetW)*sin(delta)+ meanX,152 TLine lineW((width+OffsetW)*sin(delta) + meanX, 153 153 -(width+OffsetW)*cos(delta) + meanY, 154 (width+OffsetW)*sin(delta)+ meanX,154 -(width+OffsetW)*sin(delta) + meanX, 155 155 (width+OffsetW)*cos(delta) + meanY); 156 156 … … 174 174 // COG line 175 175 TLine lineMean(xSrc,ySrc,meanX,meanY); 176 lineMean.SetLineWidth( 2);176 lineMean.SetLineWidth(1); 177 177 lineMean.SetLineColor(2); 178 178 lineMean.Paint();
Note:
See TracChangeset
for help on using the changeset viewer.