]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/MUONSurveyCh8L.C
Revision of macros documentation
[u/mrichter/AliRoot.git] / MUON / MUONSurveyCh8L.C
index 71792143d7c8b75d66f4cddab84bc6bb92da99bd..7f0aebb41daf116ecce49613b6cea5cc8e64a32b 100644 (file)
 
 /* $Id$ */
 
-// ---
-// Macro to process survey and photogrammetry data of chamber 8L
-// 
-// Macro loads the survey data from .txt file using AliSurveyObj.
-// Macro MUONSurveyUtil.C is then loaded.
-// The transformations of the slats are obatained in 2 steps:
-//   1. Fit a plane to the sticker targets -> psi, theta
-//   2. Using above psi in theta obtain xc, yc, zc and phi by solving 
-//      the equations from a local to global transformation of the
-//      fixed button targets
-// Various histograms are filled and printed for monitoring.
-// MisAlignment object is then created.
-//
-// Author: Javier Castillo
-// ---
+/// \ingroup macros
+/// \file MUONSurveyCh8L.C
+/// \brief Macro to process survey and photogrammetry data of chamber 8L
+///  
+///  Macro loads the survey data from .txt file using AliSurveyObj.
+///  Macro MUONSurveyUtil.C is then loaded.
+///
+///  The transformations of the slats are obatained in 2 steps:
+///  -  1. Fit a plane to the sticker targets -> psi, theta
+///  -  2. Using above psi in theta obtain xc, yc, zc and phi by solving 
+///        the equations from a local to global transformation of the
+///        fixed button targets
+///
+///  Various histograms are filled and printed for monitoring.
+///  MisAlignment object is then created.
+/// 
+/// \author Javier Castillo
 
 #if !defined(__CINT__) || defined(__MAKECINT__)