Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-12-12 23:18:46

0001 #! /bin/bash
0002 
0003 function die { echo $1: status $2 ; exit $2; }
0004 function cleanTheHouse {
0005     rm -fr millepede.*
0006     rm -fr pede*
0007     rm -fr treeFile.root
0008     rm -fr testPCLAlCaHarvesting.db
0009     rm -fr HGalignment
0010 }
0011 
0012 echo "========== Starting Calibration/TkAlCaRecoProducers Test =========="
0013 cmsRun -e -j testPCLAlCaHarvesting.xml ${SCRAM_TEST_PATH}/testPCLAlCaHarvesting.py || die "Failure running testPCLAlCaHarvesting.py" $?
0014 cleanTheHouse
0015 echo ""  # Adding a blank line for better readability
0016 echo "========== Parsing Framework Job Report =========="
0017 python3 ${SCRAM_TEST_PATH}/parseFwkJobReport.py