Changeset 6028
- Timestamp:
- 01/26/05 15:45:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6026 r6028 30 30 - added possibility to set the number of hadrons read in for the 31 31 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! 32 35 33 36 * mtemp/mpadova/macros/resize.C -
trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestDISP.C
r6025 r6028 113 113 // camera center a "provoleged" position). 114 114 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)))"); 116 116 117 117 // matrixg.AddColumn("MHillas.fWidth");
Note:
See TracChangeset
for help on using the changeset viewer.