diff --git a/Benchmarks/cats/configs/ConfigCATS.dat b/Benchmarks/cats/configs/ConfigCATS.dat index 2c436814865b195f736ee9d6f4d1671eb77a540c..90a835f6007bd3f29a8e927cd470aff5f157cda9 100644 --- a/Benchmarks/cats/configs/ConfigCATS.dat +++ b/Benchmarks/cats/configs/ConfigCATS.dat @@ -21,7 +21,7 @@ ConfigCATS %DISABLE_CHANNEL CATS2STRY18 %DISABLE_CHANNEL CATS2STRY8 % INVERSION - %INVERSION CATS2 STRY14 STRY6 + %INVERSION CATS2 STRY14 STRY6 %INVERSION CATS2 STRY15 STRY16 %INVERSION CATS2 STRX15 STRX16 @@ -50,8 +50,3 @@ ConfigCATS % CORRECTION_COEF CATS1Y 0.60 % CORRECTION_COEF CATS2X 0.60 % CORRECTION_COEF CATS2Y 0.60 - - - - - diff --git a/Benchmarks/cats/configs/ConfigMust2.dat b/Benchmarks/cats/configs/ConfigMust2.dat deleted file mode 100644 index 1ed8a41a56d1eda3875e35f7db88b5d32276c78c..0000000000000000000000000000000000000000 --- a/Benchmarks/cats/configs/ConfigMust2.dat +++ /dev/null @@ -1,14 +0,0 @@ -ConfigMust2 - MAX_STRIP_MULTIPLICITY 1 - SI_X_E_RAW_THRESHOLD 8250 - SI_Y_E_RAW_THRESHOLD 8140 - SILI_E_RAW_THRESHOLD 8200 - CSI_E_RAW_THRESHOLD 8200 - SI_X_E_THRESHOLD 0.5 - SI_Y_E_THRESHOLD 0.5 -% All disabled channels are based on -% DISBALE CHANNEL MM1X - %DISABLE_CHANNEL MM1STRX10 - %DISABLE_CHANNEL MM3STRY82 -%DISABLE TELESCOPE - %DISABLE_ALL MM1 diff --git a/Benchmarks/Example1_Simu.root b/Examples/Example1/Example1_Simu.root similarity index 100% rename from Benchmarks/Example1_Simu.root rename to Examples/Example1/Example1_Simu.root diff --git a/Examples/Example1/RunToTreat.txt b/Examples/Example1/RunToTreat.txt old mode 100755 new mode 100644 diff --git a/Benchmarks/Example2_Simu.root b/Examples/Example2/Example2_Simu.root similarity index 100% rename from Benchmarks/Example2_Simu.root rename to Examples/Example2/Example2_Simu.root diff --git a/Examples/Example2/RunToTreat.txt b/Examples/Example2/RunToTreat.txt old mode 100755 new mode 100644 diff --git a/NPLib/scripts/test/basic.sh b/NPLib/scripts/test/basic.sh index efb2f21be68637e0a8ee9daeab7db616bb28b6bb..7b5b173aea472cf9da3b3d838260a6c7312eaa0c 100755 --- a/NPLib/scripts/test/basic.sh +++ b/NPLib/scripts/test/basic.sh @@ -16,7 +16,7 @@ else ninja fi # Moving reference test simulation -cp $NPTOOL/Benchmarks/Example1_Simu.root $NPTOOL/Outputs/Simulation/Example1.root +cp $NPTOOL/Examples/Example1/Example1_Simu.root $NPTOOL/Outputs/Simulation/Example1.root npanalysis -R RunToTreat.txt -O Example1 echo ".q" | root -b -l ShowResult.cxx @@ -30,7 +30,7 @@ then else ninja fi -cp $NPTOOL/Benchmarks/Example2_Simu.root $NPTOOL/Outputs/Simulation/Example2.root +cp $NPTOOL/Examples/Example2/Example2_Simu.root $NPTOOL/Outputs/Simulation/Example2.root npanalysis -R RunToTreat.txt -O Example2 echo ".q" | root -b -l ShowResult.cxx