Changeset 7739 for trunk


Ignore:
Timestamp:
05/24/06 17:29:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r7738 r7739  
    3535     the PulsePosCheck in the callisto.rc only effects filling the
    3636     histograms.
     37     WARNING: If the pulse is too much to the left data is calibrated!
     38     Check the PulsePosCheck-PulsePosition AND the Inhomogeneity parameter
     39     in the database to make sure that your data is valid!
    3740
    3841   - star: Show also the number of stars correlated correctly by the
  • trunk/MagicSoft/Mars/mjobs/MJPedestal.cc

    r7737 r7739  
    952952        //*fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl;
    953953        //return -1;
    954         return kTRUE;
    955 
    956954    }
    957955    if (newlast+wshigain > numhigainsamples+numlogainsamples-1)
     
    974972    }
    975973
     974    return kTRUE;
     975/*
    976976    //
    977977    // Set and store the new ranges
     
    984984
    985985    fExtractor->SetRange(hi0, hi1, lo0, lo1);
    986     return kTRUE;
     986    return kTRUE;*/
    987987}
    988988
Note: See TracChangeset for help on using the changeset viewer.