diff --git a/Phys/B2KShh/job/download.py b/Phys/B2KShh/job/download.py index 8771a73..365ac0d 100644 --- a/Phys/B2KShh/job/download.py +++ b/Phys/B2KShh/job/download.py @@ -28,8 +28,8 @@ -dest1 = '/disk/users/elena/B2KShh/ntuples/jobs' -dest2 = '/disk/users/elena/Lb2Lcmunu/ntuples/jobs' +dest1 = '/disk/data3/lhcb/elena/B2KShh/ntuples/jobs' +dest2 = '/disk/data3/lhcb/elena/Lb2Lcmunu/ntuples/jobs' scripts = '/cvmfs/lhcb.cern.ch/lib/lhcb/LHCBDIRAC/LHCBDIRAC_v8r2p29/scripts' import os diff --git a/Phys/B2KShh/job/run_selection.sh b/Phys/B2KShh/job/run_selection.sh index 8db53a6..c6fcc46 100644 --- a/Phys/B2KShh/job/run_selection.sh +++ b/Phys/B2KShh/job/run_selection.sh @@ -1,6 +1,6 @@ #!/bin/bash sel=$1 -for filename in /disk/users/elena/B2KShh/ntuples/jobs/*.root +for filename in /disk/data3/lhcb/elena/B2KShh/ntuples/jobs/*.root do echo "Running selection " ${sel} " on " $(basename "$filename") python selection.py $(basename "$filename") ${sel} diff --git a/Phys/B2KShh/job/selection.py b/Phys/B2KShh/job/selection.py index 0146691..6f1fc2f 100644 --- a/Phys/B2KShh/job/selection.py +++ b/Phys/B2KShh/job/selection.py @@ -6,8 +6,8 @@ a = str(sys.argv[2]) sel_names = [c for c in a.split(",")] -source_path = '/disk/users/elena/B2KShh/ntuples/jobs/' -target_path = '/disk/users/elena/B2KShh/ntuples/sel/' +source_path = '/disk/data3/lhcb/elena/B2KShh/ntuples/jobs/' +target_path = '/disk/data3/lhcb/elena/B2KShh/ntuples/sel/' sel_strings = { 'L0' : '(L0HadronDecision_TOS || L0Global_TIS)', 'HLT1' : 'Hlt1TrackAllL0Decision_TOS',