File indexing completed on 2023-10-25 10:07:20
0001
0002
0003 if [ -f EventSource_QCD_RECO_cff.py ]; then
0004
0005 else
0006 cp EventSource_ZTT_RECO_cff.py EventSource_QCD_RECO_cff.py
0007 fi
0008
0009 `./query_dbs.sh`
0010 `./RunValidation_cfg.py`
0011 `./RunValidation_cfg.py eventType=QCD`
0012
0013 source UtilityCommands.sh
0014 cd TauID/ZTT_recoFiles/
0015 `Summarize`
0016 label=`echo $CMSSW_VERSION | awk -FCMSSW_ '{print $2}'`
0017 `Compare compareTo=$PastResults/CMSSW_3_9_4/TauID/ZTT_recoFiles/ testLabel=$label referenceLabel=3_9_4`
0018 `Compare compareTo=../QCD_recoFiles/ testLabel=ZTT referenceLabel=QCD scale=smartlog`
0019 `BuildWebpage`
0020 if [ -z "$DISPLAY" ]; then
0021 echo "Display not set. Impossible to open the page"
0022 else
0023 `firefox index.html`
0024 fi
0025
0026 echo 'Do you want to submit the result? [y/n]'
0027 read answer
0028 if [ $answer = 'y' ]; then
0029 `SubmitResults`
0030 else
0031 exit
0032 fi