Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /CondTools/IntegrationTest/doc/readme is written in an unsupported language. File is not indexed.

0001 O2O Procedure
0002 
0003 1.  Inspect the following:
0004 
0005 General environment setup:  See general-runtime.sh
0006 General DB setup:  See general-db-setup.sh <-- CONTAINS PASSWORDS
0007 Subdetector DB Setup:  See <Subdetector>-db-setup.sh <-- CONTAINS PASSWORDS
0008 Subdetector Object Setup:  See <ObjectName>-object-setup.sh
0009 
0010 
0011 
0012 2.  Setting up the GENERAL schema
0013 
0014 > bootstrap-general.sh
0015 
0016 This is done once only on a clean GENERAL schema.
0017 
0018 
0019 
0020 3.  Setting up a subdetector's schema
0021 
0022 > bootstrap-subdetector.sh <subdetector>
0023 
0024 Where:
0025 <subdetector> is ECAL, DT, CSC, etc.
0026 
0027 This is done once only on a clean subdetector schema.
0028 
0029 
0030 
0031 4.  Setting up a POOL-ORA object
0032 
0033 > bootstrap-object.sh <subdetector> <object>
0034 
0035 Where:
0036 <subdetector> is ECAL, DT, CSC, etc.
0037 <object> is the name of the POOL-ORA object
0038 
0039 This is done once only after (3) has been done.
0040 
0041 
0042 
0043 5.  Executing O2O
0044 
0045 > do-o2o.sh <subdetector> <object> <doAppend?>
0046 
0047 Where:
0048 <subdetector> is ECAL, DT, CSC, etc.
0049 <object> is the name of the POOL-ORA object
0050 <doAppend?> is 1 for IOV append mode, 0 for not
0051 
0052 This is done when new data is available online and only after (2,3,4) have been done.