]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated paragraph on geometry data files
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Apr 2007 09:03:10 +0000 (09:03 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Apr 2007 09:03:10 +0000 (09:03 +0000)
MUON/README

index 93a3655961fbe3a3580d77466368a70fcf8adf0c..95c1202c8b88799c28b238aaedd13f61afc0a3a4 100644 (file)
@@ -248,7 +248,7 @@ To compile MUONRecoCheck.C
 .L $ALICE_ROOT/MUON/MUONRecoCheck.C+
 
 // To run MUONRecoCheck
-MUONRecoCheck(nEvent,"galice.root"); // nEvent = nb of events
+MUONRecoCheck(nEvent,"geometry.root", "galice.root"); // nEvent = nb of events
 
 
 ============================================================
@@ -271,7 +271,6 @@ MUONTracker(iEventMin,iEventMax,"galice.root"); // iEventMin: first event
 ===========================================================
                                                
 Macro for generating the geometry data files
-and mis-alignment data.
 
 Geometry data files:
 - MUON/data/volpath.dat file contains the volume paths 
@@ -296,9 +295,25 @@ The generated files do not replace the existing ones
 but have different names (with extension ".out").
 Replacement with new files has to be done manually.
 
-If the appropiate flags are set (zeroAlign, resMisAlign and/or fullMisAlign)
-zero, residual and/or full misalignment data are generated in a
-local CDB folder (defaults are ResMisAlignCDB and FullMisAlignCDB
+===========================================================
+ Macros to generate Mis-alignment data
+===========================================================
+                                               
+Macro for generating the geometry mis-alignment data: 
+MakeMUONFullMisAlignment.C
+MakeMUONResMisAlignment.C
+MakeMUONZeroMisAlignment.C
+
+To be run from aliroot:
+.x MakeMUONFullMisAlignment.C etc.
+
+If the environment variable TOCDB is not set to "kTRUE",
+the misalignment data are generated in a local file:
+(MUONFullMisalignment.root, etc.)
+
+If the data are stored in CDB, the storage can be specified in 
+the environment variable STORAGE. The misalignment data are then
+generated in the CDB folder (defaults are ResMisAlignCDB and FullMisAlignCDB
 in the working directory). Inside the local CDB the path for the
 alignment data is (and must be) "MUON/Align/Data/".
 Residual misalignment: Default is our current estimate of
@@ -494,7 +509,7 @@ aliroot
 
 To read the file previously generated:
 aliroot
-.x ReadRecoCocktail.C+
+.x ReadRecoCocktail.C
 .q
 
 ===========================================================