]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding an example of CDB location on alien.
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2008 16:12:48 +0000 (16:12 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 12 Feb 2008 16:12:48 +0000 (16:12 +0000)
MUON/READMEcalib.txt

index f72b2901fc584c30dceaea82e77d9f65766cfb75..2902bf3dd8f9475ed2572ca92f8240a86e7fec02 100644 (file)
@@ -48,11 +48,14 @@ One very important notion is that of the DefaultStorage (which you might set wit
  AliCDBManager::Instance()->SetDefaultStorage(path)), which tells the CDB library where
  the CDB is sitting (either locally on disk, or on the grid).
 
-For local tests, path will be most likely = local://$ALICE_ROOT/MUON 
+For local tests, path will be most likely = <code> "local://$ALICE_ROOT"</code>
 (i.e. there is, in CVS a slim version of the calibration objects needed
-  for running the MUON code), or local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB for Shuttle testing.
+for running the MUON code), or <code> "local://$ALICE_ROOT/SHUTTLE/TestShuttle/TestCDB </code>
+for Shuttle testing.
 
+When using alien, the path definition can be eg.
+<code> "alien://folder=/alice/data/2007/LHC07w/OCDB" </code>. 
 \section calib_s3 Writing to CDB
  
 AliMUONCDB class is used to populate the CDB with fake calibration objects for testing purposes.