Changeset 9846 for trunk/Mars


Ignore:
Timestamp:
08/11/10 17:09:51 (14 years ago)
Author:
tbretz
Message:
Added new class MJTrainImpact to estimate the impact parameter by use of a random forest.
Location:
trunk/Mars
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Changelog

    r9845 r9846  
    3232     - increased class version id by 1
    3333
     34   * mjtrain/TrainLinkDef.h:
     35     - added MJTrainImpact
     36
     37   * mjtrain/MJTrainImpact.[h,cc]:
     38     - added
     39
    3440
    3541
  • trunk/Mars/NEWS

    r9845 r9846  
    1818     MMcEvtBasic. Consequently, the direction of the primary shower
    1919     is not lost in the OriginalMC tree anymore
     20
     21   * Added a new class MJTrainImpact to estimate the impact parameter by use
     22     of a random forest
    2023
    2124 ;ceres:
  • trunk/Mars/mjtrain/Makefile

    r9519 r9846  
    2727           MJTrainEnergy.cc \
    2828           MJTrainDisp.cc \
     29           MJTrainImpact.cc \
    2930           MJTrainSeparation.cc
    3031
  • trunk/Mars/mjtrain/TrainLinkDef.h

    r7412 r9846  
    88#pragma link C++ class MJTrainEnergy+;
    99#pragma link C++ class MJTrainDisp+;
     10#pragma link C++ class MJTrainImpact+;
    1011#pragma link C++ class MJTrainSeparation+;
    1112
Note: See TracChangeset for help on using the changeset viewer.