/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondTools/O2OFramework/dbconfig/o2oconfiguration.xml
26 строк
1 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
<?xml version="1.0" ?> <o2oconfiguration> <general> <dbobject name='o2o_setup' sqlfile='create_o2o_setup.sql' /> <dbobject name='o2o_log' sqlfile='create_o2o_log.sql' /> <dbobject name='master_payload_o2o' sqlfile='master_payload_o2o.sql' /> </general> <detector name='ECAL' online_connect='oracle://omds/CMS_ECAL'> <object name='EcalPedestals' table='ECALPEDESTALS' timetype='runnumber' tagsuffix='from_online' /> </detector> <detector name='CSC' online_connect='oracle://omds/CMS_CSC'> <object name='CSCPedestals' table='CSCPEDESTALS' timetype='runnumber' tagsuffix='from_online' /> <object name='CSCGains' table='CSCGAINS' timetype='runnumber' tagsuffix='from_online' /> <object name='CSCNoiseMatrix' table='CSCNOISEMATRIX' timetype='runnumber' tagsuffix='from_online' /> <object name='CSCcrosstalk' table='CSCCROSSTALK' timetype='runnumber' tagsuffix='from_online' /> </detector> <detector name='DT' online_connect='oracle://omds/DRIFTTUBE'> <object name='DTReadOutMapping' table='DTREADOUTMAPPING' timetype='runnumber' tagsuffix='from_online' infiniteiov='true' /> </detector> </o2oconfiguration>