Changeset 7390 for trunk/MagicSoft/Mars
- Timestamp:
- 11/10/05 10:15:39 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7386 r7390 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2005/11/10 Thomas Bretz 22 23 * datacenter/macros/plotdb.C: 24 - added SignalInner/Outer 25 - set background color to White 26 27 * mhflux/MHEnergyEst.cc: 28 - added some comments 29 30 * mpointing/MSrcPosCorrect.[h,cc]: 31 - allow overwriting of dx,dy from resource file 32 33 * mreport/MReportTrigger.cc: 34 - fixed a typo of the indentation (two commands in one line) 35 36 * msql/MSQLServer.[h,cc]: 37 - added output of database name to GetName 38 39 * mjobs/MDataSet.cc: 40 - fixed reading the source catalog. Only as many chars 41 as the requested source name had were compared 42 43 * mjobs/MJCut.cc: 44 - print out the source coordinates in addition to its name 45 46 * mpointing/MPointingPos.[h,cc]: 47 - added Print function 48 49 20 50 21 51 2005/10/11 Thomas Bretz -
trunk/MagicSoft/Mars/NEWS
r7386 r7390 11 11 - ganymed/sponde: Calculation of the error of single size-/energy- 12 12 bins now uses Li/Ma (5) instead of LiMa (17) 13 14 - ganymed: MSrcPosCorrect now allows overwriting of the misfocussing 15 dx/dy from the resource file by 16 MSrcPosCorrect.Dx 17 MSrcPosCorrect.Dy 18 19 - ganymed: fixed reading the source catalog. Only as many chars 20 as the requested source name had were compared (If a source 21 "1ES1218" and "1ES1218+304" were in the catalog and "1ES1218+304" 22 were requested it could happen that the coordinates of 23 "1ES1218" were read) The source coordinates are now printed 24 in addition to its name to the logging output. 13 25 14 26 -
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r7389 r7390 452 452 return kFALSE; 453 453 plist.AddToList(&source); 454 *fLog << inf<< "Using Source Position: ";454 *fLog << all << "Using Source Position: "; 455 455 source.Print("RaDec"); 456 456 }
Note:
See TracChangeset
for help on using the changeset viewer.