-
- Downloads
1 add Setter for the Model in PhysicsModels:
SetXSModel SetEquivlalenceModel SetIrradiationModel Many MLP modification have been made it may not be 100% working for the moment... But the modification should improve the MLP model performance... and it by far... This prevent to recreate a new inputTTree at each call of the MLP model, it will load the reader when the model is loaded, and link it the some class parameter. At each call of the MLP model, it only update the values of the internal parameter (linked to the reader) and launch the TMVA execution... which should be much faster than recreating a new inputTTrre, a new reader and new internal parameter link to it at each call of the MLP model.... git-svn-id: svn+ssh://svn.in2p3.fr/class@797 0e7d625b-0364-4367-a6be-d5be4a48d228
Showing
- source/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff.cxx 41 additions, 90 deletionssource/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff.cxx
- source/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff.hxx 11 additions, 4 deletionssource/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff.hxx
- source/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff_BOUND.cxx 66 additions, 99 deletions...branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff_BOUND.cxx
- source/branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff_BOUND.hxx 17 additions, 6 deletions...branches/BaM/Model/Equivalence/EQM_FBR_MLP_Keff_BOUND.hxx
- source/branches/BaM/Model/Equivalence/EQM_MLP_Kinf.cxx 66 additions, 101 deletionssource/branches/BaM/Model/Equivalence/EQM_MLP_Kinf.cxx
- source/branches/BaM/Model/Equivalence/EQM_MLP_Kinf.hxx 17 additions, 10 deletionssource/branches/BaM/Model/Equivalence/EQM_MLP_Kinf.hxx
- source/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX.cxx 58 additions, 87 deletionssource/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX.cxx
- source/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX.hxx 15 additions, 4 deletionssource/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX.hxx
- source/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX_Am.cxx 35 additions, 69 deletionssource/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX_Am.cxx
- source/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX_Am.hxx 19 additions, 5 deletionssource/branches/BaM/Model/Equivalence/EQM_PWR_MLP_MOX_Am.hxx
- source/branches/BaM/include/PhysicsModels.hxx 3 additions, 1 deletionsource/branches/BaM/include/PhysicsModels.hxx
Loading
Please register or sign in to comment