File indexing completed on 2025-01-22 07:33:40
0001
0002
0003 function die { echo $1: status $2 ; exit $2; }
0004
0005 echo cmsRun test_shallowClustersProducer_cfg.py
0006 cmsRun ${SCRAM_TEST_PATH}/test_shallowClustersProducer_cfg.py || die "Failure using test_shallowClustersProducer_cfg.py" $?
0007
0008 echo cmsRun test_shallowDigisProducer_cfg.py
0009 cmsRun ${SCRAM_TEST_PATH}/test_shallowDigisProducer_cfg.py || die "Failure using test_shallowDigisProducer_cfg.py" $?
0010
0011 echo cmsRun test_shallowEventDataProducer_cfg.py
0012 cmsRun ${SCRAM_TEST_PATH}/test_shallowEventDataProducer_cfg.py || die "Failure using test_shallowEventDataProducer_cfg.py" $?
0013
0014 echo cmsRun test_shallowGainCalibration_cfg.py
0015 cmsRun ${SCRAM_TEST_PATH}/test_shallowGainCalibration_cfg.py || die "Failure using test_shallowGainCalibration_cfg.py" $?
0016
0017 echo cmsRun test_shallowRechitClustersProducer_cfg.py
0018 cmsRun ${SCRAM_TEST_PATH}/test_shallowRechitClustersProducer_cfg.py || die "Failure using test_shallowRechitClustersProducer_cfg.py" $?
0019
0020
0021
0022
0023
0024
0025
0026
0027
0028
0029
0030 echo cmsRun test_shallowTrackClustersProducer_cfg.py
0031 cmsRun ${SCRAM_TEST_PATH}/test_shallowTrackClustersProducer_cfg.py || die "Failure using test_shallowTrackClustersProducer_cfg.py" $?
0032
0033 echo cmsRun test_shallowTracksProducer_cfg.py
0034 cmsRun ${SCRAM_TEST_PATH}/test_shallowTracksProducer_cfg.py || die "Failure using test_shallowTracksProducer_cfg.py" $?