File indexing completed on 2023-10-25 09:49:11
0001 eval `scramv1 runtime -csh`
0002 mkdir csctestOUTPUT
0003 mkdir csctestOUTPUT/fromDDD
0004 mkdir csctestOUTPUT/fromDB
0005 cd csctestOUTPUT/fromDDD
0006 echo Run from DDD:
0007 date
0008 cmsRun ../../testCSCGeometry_cfg.py |& tee tcgDD.out
0009 date
0010 cd ../fromDB
0011 echo Load the DB:
0012 date
0013 cmsRun ../../testLoadCSCDb.py
0014 date
0015 echo Run from DB:
0016 date
0017 cmsRun ../../testCSCGeometryFromDB_cfg.py |& tee tcgDB.out
0018 date
0019 echo Diff-ing the output:
0020 diff ../fromDDD/tcgDD.out tcgDB.out
0021 echo Done.