Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:26

0001 eval `scramv1 runtime -sh`
0002 echo Run from DDD:
0003 date
0004 cmsRun testDTGeometry_cfg.py > tcgDD.out 2>&1
0005 date
0006 echo Load the DB:
0007 date
0008 rm -f test.db
0009 cmsRun testLoadDTDb.py > tcgLoad.out 2>&1
0010 date
0011 echo Run from DB:
0012 date
0013 cmsRun testDTGeometryFromDB_cfg.py > tcgDB.out 2>&1
0014 date
0015 echo Diff-ing the output:
0016 diff tcgDD.out tcgDB.out
0017 echo Done.