Changeset 5665 for trunk/MagicSoft


Ignore:
Timestamp:
12/22/04 03:54:56 (20 years ago)
Author:
MAGIC
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5653 r5665  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2004/12/22: Abelardo Moralejo
     24
     25   * mtemp/mpadova/macros/MRanForestPD.C:
     26     - added parentheses in the expressions inside the calls to
     27       AddColumn() regarding the scaled Width and Length, otherwise
     28       they are not interpreted correctly. However, there is no
     29       difference in the outcome: the "scaling" seems to be done
     30       internally by RF in any case...
     31
    2232
    2333 2004/12/17: Markus Gaug
  • trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C

    r5330 r5665  
    7171    // Scaled Width and Length:
    7272    //
    73     matrixg.AddColumn("MHillas.fWidth/(-13.1618+10.0492*log10(MHillas.fSize))");   
    74     matrixg.AddColumn("MHillas.fLength/(-57.3784+32.6131*log10(MHillas.fSize))");
     73    matrixg.AddColumn("MHillas.fWidth/(-13.1618+(10.0492*log10(MHillas.fSize)))");   
     74    matrixg.AddColumn("MHillas.fLength/(-57.3784+(32.6131*log10(MHillas.fSize)))");
    7575
    7676    //    matrixg.AddColumn("(MHillas.fSize/(MHillas.fWidth*MHillas.fLength))");
Note: See TracChangeset for help on using the changeset viewer.