File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1919wait ;
2020for var in MET HT ST WPT lepton_pt abs_lepton_eta NJets; do
2121 echo " Fitting distribution: $var "
22- nohup time python src/cross_section_measurement/01_get_ttjet_normalisation.py -v $var -i config/measurements/background_subtraction --visiblePS & > logs/01_${var} _bgs_13TeV_visiblePS.log &
22+ # since we use the same bins in both full and visible phase space, the normalisation result will be identical
23+ cp -r data/normalisation/background_subtraction/13TeV/$var /FullPS data/normalisation/background_subtraction/13TeV/$var /VisiblePS
24+ # nohup time python src/cross_section_measurement/01_get_ttjet_normalisation.py -v $var -i config/measurements/background_subtraction --visiblePS &> logs/01_${var}_bgs_13TeV_visiblePS.log &
2325 let i+=1
2426 if (( $i % N_JOBS == 0 ))
2527 then
You can’t perform that action at this time.
0 commit comments