Changeset 9434 for trunk


Ignore:
Timestamp:
04/28/09 19:44:29 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9433 r9434  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2009/04/28 Thomas Bretz
     21
     22   * mjobs/MJStar.cc:
     23     - allow to run thru even if discriminator threshold are missing
     24
     25
     26
    2027 2009/04/26 Thomas Bretz
    2128
  • trunk/MagicSoft/Mars/NEWS

    r9433 r9434  
    4545   * Fixed a bug which prevented MAGIC Monte Carlo file from being
    4646     calibrated (ceres files worked)
     47
     48 ;star;
     49
     50   * allow to run thru even if discriminator threshold are missing
     51     (they are not used for analysis so far anyway)
    4752
    4853 ;ganymed:
  • trunk/MagicSoft/Mars/mjobs/MJStar.cc

    r9374 r9434  
    514514    filldt2.SetBit(MFillH::kDoNotDisplay);
    515515    filldt2.SetBit(MFillH::kCanSkip);
     516    filldt1.SetBit(MFillH::kCanSkip);
    516517
    517518    MHSectorVsTime histipr;
Note: See TracChangeset for help on using the changeset viewer.