Changeset 6028 for trunk


Ignore:
Timestamp:
01/26/05 15:45:34 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6026 r6028  
    3030     - added possibility to set the number of hadrons read in for the
    3131       training. Added some missing containers to output.
     32     - Fixed rule concerning the DISP, by adding parentheses. Remember
     33       that MHMatrix::AddColumn  does not respect the usual precedence
     34       of operations!
    3235
    3336   * mtemp/mpadova/macros/resize.C
  • trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestDISP.C

    r6025 r6028  
    113113    // camera center a "provoleged" position).
    114114
    115     matrixg.AddColumn("(1.-(MHillas.fWidth/MHillas.fLength))*(0.9776+0.101062*log10(MHillas.fSize))");
     115    matrixg.AddColumn("(1.-(MHillas.fWidth/MHillas.fLength))*(0.9776+(0.101062*log10(MHillas.fSize)))");
    116116
    117117//     matrixg.AddColumn("MHillas.fWidth");
Note: See TracChangeset for help on using the changeset viewer.