- Timestamp:
- 06/13/05 09:45:04 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7147 r7148 23 23 2005/06/13 Thomas Bretz 24 24 25 * mcalib/MCalibrationHiLoCam.h:25 * mcalib/MCalibrationHiLoCam.h: 26 26 - added Print to //*MENU* 27 27 -
trunk/MagicSoft/Mars/NEWS
r7143 r7148 15 15 - mars: now the file to open can be given as commandline 16 16 argument 17 18 - callisto: MCalibrationHiLoCam can now be printed from its context 19 menu, eg in the TBrowser 20 21 - ganymed, sponde: There are two new options to determin the number 22 of bins for the signal region (NumBinsSignal) and the number of 23 total bins (NumBInsTital) in the MHThetaSq histogram 24 25 - sponde: the zenith angle distribution is now weighted instead of 26 choosen by default. This gurantees higher statistics in the highest 27 and lowest energy bins. To switch this behaviour off use... 17 28 18 29 -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
r7147 r7148 652 652 res[1] = f.GetParameter(1); 653 653 654 654 /* 655 655 // Plot other spectra from Whipple 656 656 f.SetParameter(0, -2.45); … … 684 684 f.SetLineStyle(kDashed); 685 685 f.DrawCopy("same"); 686 686 */ 687 687 return res; 688 688 } -
trunk/MagicSoft/Mars/mjobs/MJSpectrum.h
r7094 r7148 32 32 Bool_t fSimpleMode; 33 33 Bool_t fRawMc; 34 Bool_t fNoThetaWeights; 34 35 35 36 // Read Input
Note:
See TracChangeset
for help on using the changeset viewer.