![]() |
AliRoot Core
3abf5b4 (3abf5b4)
|
Macro to process survey and photogrammetry data of chamber 3. More...
#include "AliMUONGeometryTransformer.h"
#include "AliMUONGeometryModuleTransformer.h"
#include "AliMUONGeometryDetElement.h"
#include "AliMUONGeometryMisAligner.h"
#include "AliMUONSurveyChamber.h"
#include "AliMUONSurveyDetElem.h"
#include "AliMUONSurveyUtil.h"
#include "AliSurveyObj.h"
#include "AliSurveyPoint.h"
#include "AliGeomManager.h"
#include "AliCDBManager.h"
#include "AliCDBMetaData.h"
#include "AliCDBId.h"
#include "AliAlignObjMatrix.h"
#include "AliAlignObj.h"
#include <TROOT.h>
#include <TGeoManager.h>
#include <TClonesArray.h>
#include <TObjArray.h>
#include <TArrayD.h>
#include <TMath.h>
#include <TString.h>
#include <TFitter.h>
#include <TH2.h>
#include <TF2.h>
#include <TGraphErrors.h>
#include <TCanvas.h>
#include <TPad.h>
#include <TLine.h>
#include <TPostScript.h>
#include <TPaveLabel.h>
#include <TStyle.h>
#include <TFile.h>
#include <TMatrixDSym.h>
#include <fstream>
Go to the source code of this file.
Functions | |
void | MUONSurveyCh3 () |
Macro to process survey and photogrammetry data of chamber 3.
Macro loads the survey data from .txt file using AliSurveyObj. Macro uses AliMUONSurvey... classes. The transformations of the detection elements or chambers can be obtained in three ways:
Methods A and B are prefered to C, and B is better if sticker targets are available and lie on a plane! For slats only methods B and C can be used. Various histograms are filled and printed for monitoring. MisAlignment object is then created.
Definition in file MUONSurveyCh3.C.
void MUONSurveyCh3 | ( | ) |
Definition at line 86 of file MUONSurveyCh3.C.