diff --git a/MCwrapper/MakeMC.csh b/MCwrapper/MakeMC.csh index 94cbc2f0..9d7f26a9 100755 --- a/MCwrapper/MakeMC.csh +++ b/MCwrapper/MakeMC.csh @@ -775,11 +775,11 @@ if ( "$GENR" != "0" ) then hd_root ./$STANDARD_NAME'_geant'$GEANTVER'_smeared.hddm' -PPLUGINS=$PluginStr -PNTHREADS=$NUMTHREADS endif - set hd_root_return_code=$? - if ( hd_root_return_code != 0 ) then - echo "Something went wrong with hd_root" - exit hd_root_return_code - endif + #set hd_root_return_code=$? + #if ( hd_root_return_code != 0 ) then + # echo "Something went wrong with hd_root" + # exit hd_root_return_code + #endif if ( -f dana_rest.hddm ) then mv dana_rest.hddm dana_rest_$STANDARD_NAME.hddm endif diff --git a/MCwrapper/MakeMC.sh b/MCwrapper/MakeMC.sh index f2cc0592..f2046744 100755 --- a/MCwrapper/MakeMC.sh +++ b/MCwrapper/MakeMC.sh @@ -775,10 +775,10 @@ if [[ "$GENR" != "0" ]]; then echo "hd_root ""$STANDARD_NAME"'_geant'"$GEANTVER"'_smeared.hddm'" -PPLUGINS=""$PluginStr ""-PNTHREADS=""$NUMTHREADS" hd_root ./$STANDARD_NAME'_geant'$GEANTVER'_smeared.hddm' -PPLUGINS=$PluginStr -PNTHREADS=$NUMTHREADS fi - if [[ hd_root_return_code != 0 ]]; then - echo "Something went wrong with hd_root" - exit hd_root_return_code - fi + #if [[ hd_root_return_code != 0 ]]; then + # echo "Something went wrong with hd_root" + # exit hd_root_return_code + # fi if [[ -f dana_rest.hddm ]]; then mv dana_rest.hddm dana_rest_$STANDARD_NAME.hddm