]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/READMEcalib.txt
Changes needed by the following commit: coding convention for type (_t) and access...
[u/mrichter/AliRoot.git] / MUON / READMEcalib.txt
index c7e6037371948cc975f6fda7c83afc222f2da018..2902bf3dd8f9475ed2572ca92f8240a86e7fec02 100644 (file)
@@ -2,7 +2,7 @@
 
 /*! 
 
-\page README_calib README calib
+\page README_calib Calibration
  
 The Offline Condition DataBase is described extensively on ALICE Offline pages.
 
@@ -42,18 +42,20 @@ For trigger, the same virtual container idea applies,
 except we're using 1D container (AliMUONV1DStore, for masks) or specific ones (for LUT
 and efficiency)
 
-
 \section calib_s2 CDB location
 
 One very important notion is that of the DefaultStorage (which you might set with 
  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.
@@ -99,5 +101,13 @@ You might also be interested in the AliMUONStoreHelper::Diff() method
 which generates an AliMUONV2DStore containing the difference 
 (either absolute or relative) of two AliMUONV2DStore.
 
+\section calib_s5 A note on status and status map
+
+A special kind of object is the status map. It would deserve a full documentation
+ (and that will need to be done some day), but for the moment, please have a look
+ at the MUONStatusMap.C macro which can let you play with it. For more information,
+ have a look at the AliMUONPadStatusMaker and AliMUONPadStatusMapMaker.
+
+This chapter is defined in the READMEcalib.txt file.
 */