Changeset 4140
- Timestamp:
- 05/24/04 11:47:06 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mtemp/mifae
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/Changelog
r4139 r4140 24 24 - Add possibility to save a ps file 25 25 - Update documentation 26 27 * library/MHillasDisplay 28 - correct minor axis paint 26 29 27 30 2004/05/21 Oscar Blanch -
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.