17 |
|
|
18 |
|
#Path where the script write_regression_systematic.py and evaluateMVA.py are stored |
19 |
|
#execute=$PWD/UserCode/VHbb/python/ |
20 |
< |
#execute=/shome/bortigno/VHbbAnalysis/VHbbTest/python |
21 |
< |
#cd $execute |
20 |
> |
execute=/shome/bortigno/VHbbAnalysis/VHbbTest/python |
21 |
> |
cd $execute |
22 |
|
|
23 |
|
#back to the working dir |
24 |
< |
cd - |
24 |
> |
#cd - |
25 |
|
|
26 |
|
#Parsing the path form the config |
27 |
|
pathAna=`python << EOF |
34 |
|
echo $pathAna |
35 |
|
configFile=config$energy |
36 |
|
|
37 |
– |
|
38 |
– |
|
37 |
|
#Create subdirs where processed samples will be stored |
38 |
|
if [ ! -d $pathAna/env/sys ] |
39 |
|
then |