Changeset 5058 for trunk/MagicSoft


Ignore:
Timestamp:
09/16/04 09:07:07 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5044 r5058  
    5959     - THE USE OF THIS TASK IS DEPRICATED. PLEASE USE MHillasCalc INSTEAD!!!
    6060
     61   * mimage/MHillas.cc:
     62     - enhanced Paint
     63
     64
    6165
    6266 2004/09/15: Markus Gaug
     
    8690   * mcalib/MCalibrationBlindCam.[h,cc]
    8791     - added function GetFluxInsidePlexiglass() and variances
     92
    8893
    8994
  • trunk/MagicSoft/Mars/mimage/MHillasCalc.cc

    r5039 r5058  
    339339// --------------------------------------------------------------------------
    340340//
    341 //  This is used to print the output in the PostProcess. Later (having
    342 //  millions of events) we may want to improve the output.
    343 //
    344 void MHillasCalc::PrintSkipped(UInt_t i, const char *str)
    345 {
    346     *fLog << " " << setw(7) << fErrors[i] << " (";
    347     *fLog << setw(3) << (int)(100.*fErrors[i]/GetNumExecutions());
    348     *fLog << "%) Evts skipped: " << str << endl;
    349 }
    350 
    351 // --------------------------------------------------------------------------
    352 //
    353341//  Prints some statistics about the hillas calculation. The percentage
    354342//  is calculated with respect to the number of executions of this task.
Note: See TracChangeset for help on using the changeset viewer.