|
||||
Warning, /L1Trigger/DTTrigger/test/dumpDBscript3XY is written in an unsupported language. File is not indexed.
0001 setenv NRUN $1 0002 setenv FILE conf${NRUN}.db 0003 touch ${FILE} 0004 cmscond_export_iov -D CondFormatsDTObjects -P /afs/cern.ch/cms/DB/conddb -s oracle://cms_orcoff_prod/CMS_COND_31X_DT -d sqlite_file:${FILE} -t DT_config_V02 -b ${NRUN} -e ${NRUN} 0005 0006 sqlite3 ${FILE} << ENDOFCOMMANDS 0007 update iov_data set iov_time=1; 0008 ENDOFCOMMANDS 0009
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |