X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FMUONSurveyCh8L.C;h=7f0aebb41daf116ecce49613b6cea5cc8e64a32b;hb=e54bf126132252878643a557c6d38c0cd67ceb96;hp=71792143d7c8b75d66f4cddab84bc6bb92da99bd;hpb=57eb1ca607b5103a27448932f16fdd3e6f48ab8c;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/MUONSurveyCh8L.C b/MUON/MUONSurveyCh8L.C index 71792143d7c..7f0aebb41da 100644 --- a/MUON/MUONSurveyCh8L.C +++ b/MUON/MUONSurveyCh8L.C @@ -15,21 +15,23 @@ /* $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__)