File indexing completed on 2023-03-17 10:44:25
0001
0002
0003 function die { echo $1: status $2 ; exit $2; }
0004
0005 echo cmsRun test_shallowClustersProducer_cfg.py
0006 cmsRun test_shallowClustersProducer_cfg.py || die "Failure using test_shallowClustersProducer_cfg.py" $?
0007 echo cmsRun test_shallowDigisProducer_cfg.py
0008 cmsRun test_shallowDigisProducer_cfg.py || die "Failure using test_shallowDigisProducer_cfg.py" $?
0009 echo cmsRun test_shallowEventDataProducer_cfg.py
0010 cmsRun test_shallowEventDataProducer_cfg.py || die "Failure using test_shallowEventDataProducer_cfg.py" $?
0011 echo cmsRun test_shallowGainCalibration_cfg.py
0012
0013
0014 cmsRun test_shallowGainCalibration_cfg.py || die "Failure using test_shallowGainCalibration_cfg.py" $?
0015
0016 echo cmsRun test_shallowRechitClustersProducer_cfg.py
0017
0018
0019 cmsRun test_shallowRechitClustersProducer_cfg.py || die "Failure using test_shallowRechitClustersProducer_cfg.py" $?
0020
0021 echo cmsRun test_shallowSimTracksProducer_cfg.py
0022 cmsRun test_shallowSimTracksProducer_cfg.py || die "Failure using test_shallowSimTracksProducer_cfg.py" $?
0023
0024
0025
0026 echo cmsRun test_shallowSimhitClustersProducer_cfg.py
0027 cmsRun test_shallowSimhitClustersProducer_cfg.py || die "Failure using test_shallowSimhitClustersProducer_cfg.py" $?
0028
0029
0030
0031 echo cmsRun test_shallowTrackClustersProducer_cfg.py
0032 cmsRun test_shallowTrackClustersProducer_cfg.py || die "Failure using test_shallowTrackClustersProducer_cfg.py" $?
0033
0034 echo cmsRun test_shallowTracksProducer_cfg.py
0035 cmsRun test_shallowTracksProducer_cfg.py || die "Failure using test_shallowTracksProducer_cfg.py" $?