Warning, /CondTools/O2OFramework/dbconfig/o2oconfiguration.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" ?>
0002
0003 <o2oconfiguration>
0004
0005 <general>
0006 <dbobject name='o2o_setup' sqlfile='create_o2o_setup.sql' />
0007 <dbobject name='o2o_log' sqlfile='create_o2o_log.sql' />
0008 <dbobject name='master_payload_o2o' sqlfile='master_payload_o2o.sql' />
0009 </general>
0010
0011 <detector name='ECAL' online_connect='oracle://omds/CMS_ECAL'>
0012 <object name='EcalPedestals' table='ECALPEDESTALS' timetype='runnumber' tagsuffix='from_online' />
0013 </detector>
0014
0015 <detector name='CSC' online_connect='oracle://omds/CMS_CSC'>
0016 <object name='CSCPedestals' table='CSCPEDESTALS' timetype='runnumber' tagsuffix='from_online' />
0017 <object name='CSCGains' table='CSCGAINS' timetype='runnumber' tagsuffix='from_online' />
0018 <object name='CSCNoiseMatrix' table='CSCNOISEMATRIX' timetype='runnumber' tagsuffix='from_online' />
0019 <object name='CSCcrosstalk' table='CSCCROSSTALK' timetype='runnumber' tagsuffix='from_online' />
0020 </detector>
0021
0022 <detector name='DT' online_connect='oracle://omds/DRIFTTUBE'>
0023 <object name='DTReadOutMapping' table='DTREADOUTMAPPING' timetype='runnumber' tagsuffix='from_online' infiniteiov='true' />
0024 </detector>
0025
0026 </o2oconfiguration>