Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-22 07:33:40

0001 #!/bin/env bash
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 #echo cmsRun test_shallowSimTracksProducer_cfg.py #fails due to missing product
0021 #cmsRun ${SCRAM_TEST_PATH}/test_shallowSimTracksProducer_cfg.py || die "Failure using test_shallowSimTracksProducer_cfg.py" $?
0022 ## Looking for type: reco::TrackToTrackingParticleAssociator
0023 ## Looking for module label: trackAssociatorByHits
0024 
0025 #echo cmsRun test_shallowSimhitClustersProducer_cfg.py #fails due to missing product
0026 #cmsRun ${SCRAM_TEST_PATH}/test_shallowSimhitClustersProducer_cfg.py || die "Failure using test_shallowSimhitClustersProducer_cfg.py" $?
0027 ## Looking for type: std::vector<PSimHit>
0028 ## Looking for module label: g4SimHits
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" $?