Changeset 9361 for trunk/MagicSoft
- Timestamp:
- 02/20/09 17:55:56 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9360 r9361 20 20 2009/02/20 Thomas Bretz 21 21 22 * mmuon/MHMuonPar.[h,cc]: 23 - updated class version number after fmm2Deg got removed 22 * mmuon/MHMuonPar.[h,cc]: 23 - updated class version number after fMm2Deg got removed 24 25 * mpointing/MHSrcPosCam.cc: 26 - fixed the fill style of the ellipse to produce correct ps-files 24 27 25 28 -
trunk/MagicSoft/Mars/mpointing/MHSrcPosCam.cc
r9338 r9361 212 212 // Typical wobble distance +/- 1 shaftencoder step 213 213 TEllipse el; 214 el.SetFillStyle( 4000);214 el.SetFillStyle(0); 215 215 el.SetLineColor(kBlack); 216 216 el.SetLineStyle(kDashed);
Note:
See TracChangeset
for help on using the changeset viewer.