/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondTools/IntegrationTest/test/ValidationProcedure.txt
40 строк
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
DT: //clean up schema CMS_COND_DT //check out directory CondTools/IntegrationTest and build test directory //get an authentication.xml from somewhere into the working dir cd ${CMSSW_BASE}/src/CondTools/IntegrationTest/test ../../OracleDBA/scripts/cmscond_bootstrap_detector.pl --auth ./authentication.xml --offline_connect oracle://devdb10/CMS_COND_DT DT $LOCALRT/test/${SCRAM_ARCH}/validateWriteDTTtrig $LOCALRT/test/${SCRAM_ARCH}/validateWriteDTT0 $LOCALRT/test/${SCRAM_ARCH}/validateWriteDTMap cmsRun ../data/validate_dt_devdb10.cfg Strip: Note: work with CMSSW_0_9_0_pre3, doesn't work with CMSSW_1_0_x, authentication problem in accessing omds/configuration db cvs co CondCore/DBOutputService cvs co CondTools cvs co CalibTracker/SiStripPedestals/test cvs co CommonTools/SiStripZeroSuppression compile CondCore/DBOutputService #to get in a fix released with 1_0_0_pre1 compile CalibTracker/SiStripPedestals/test compile CommonTools/SiStripZeroSuppression cd CalibTracker/SiStripPedestals/test #add my private authentication to the official db list cp /afs/cern.ch/cms/DB/conddb/authentication.xml . modify it to include my private test sqlite db #prepare sqlite schema ../../../CondTools/OracleDBA/scripts/cmscond_bootstrap_detector.pl --offline_connect sqlite_file:pippo.db --auth ./authentication.xml STRIP #prepare devdb10 schema //clean up schema CMS_COND_STRIP with nuke_tables.sql ../../../CondTools/OracleDBA/scripts/cmscond_bootstrap_detector.pl --offline_connect oracle://devdb10/CMS_COND_STRIP --auth ./authentication.xml STRIP #write data to devdb10 ./SiStripO2O.sh -IOV=1 -ConfigDbVersion=8.189 -doPedNoiseTransfer -doFedCablingTransfer -first_upload -offline_connect=oracle://devdb10/CMS_COND_STRIP -catalog=relationalcatalog_oracle://devdb10/CMS_COND_GENERAL #make histogram from oracle data ./SiStripCondObjDisplay.sh -run=10 -offline_connect=oracle://devdb10/CMS_COND_STRIP -catalog=relationalcatalog_oracle://devdb10/CMS_COND_GENERAL #write data to private sqlite db ./SiStripO2O.sh -IOV=2 -ConfigDbVersion=8.189 -doPedNoiseTransfer -doFedCablingTransfer -first_upload -offline_connect=sqlite_file:pippo.db -catalog=file:whatever.xml #make histogram from sqlite data ./SiStripCondObjDisplay.sh -run=15 -offline_connect=sqlite_file:pippo.db -catalog=file:whatever.xml #compare the histogram on pg2 produced by oracle and sqlite gv /tmp/${USER}/Display/Display_PedNoise_RunNb_10.ps& gv /tmp/${USER}/Display/Display_PedNoise_RunNb_15.ps&