Changeset 7148 for trunk


Ignore:
Timestamp:
06/13/05 09:45:04 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7147 r7148  
    2323 2005/06/13 Thomas Bretz
    2424
    25   * mcalib/MCalibrationHiLoCam.h:
     25   * mcalib/MCalibrationHiLoCam.h:
    2626     - added Print to //*MENU*
    2727
  • trunk/MagicSoft/Mars/NEWS

    r7143 r7148  
    1515   - mars: now the file to open can be given as commandline
    1616     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...
    1728
    1829
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc

    r7147 r7148  
    652652    res[1] = f.GetParameter(1);
    653653
    654 
     654/*
    655655    // Plot other spectra  from Whipple
    656656    f.SetParameter(0, -2.45);
     
    684684    f.SetLineStyle(kDashed);
    685685    f.DrawCopy("same");
    686 
     686 */
    687687    return res;
    688688}
  • trunk/MagicSoft/Mars/mjobs/MJSpectrum.h

    r7094 r7148  
    3232    Bool_t fSimpleMode;
    3333    Bool_t fRawMc;
     34    Bool_t fNoThetaWeights;
    3435
    3536    // Read Input
Note: See TracChangeset for help on using the changeset viewer.