Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:56:12

0001 #! /bin/bash
0002 
0003 function die { echo $1: status $2 ; exit $2; }
0004 
0005 echo "TESTING AlignmentStats ..."
0006 cmsRun ${CMSSW_BASE}/src/Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py || die "Failure running testAlignmentStats_cfg.py" $?