![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include "AliFMDSurveyToAlignObjs.h"
#include "AliLog.h"
#include "AliSurveyPoint.h"
#include <TGraph2DErrors.h>
#include <TF2.h>
#include <TVector3.h>
#include <iostream>
#include <iomanip>
#include <TMath.h>
#include <TRotation.h>
#include <TGeoMatrix.h>
#include <TGeoManager.h>
#include <TGeoPhysicalNode.h>
#include "AliFMDGeometry.h"
Go to the source code of this file.
Macros | |
#define | M(I, J) rot[(J-1) * 3 + (I-1)] |
#define M | ( | I, | |
J | |||
) | rot[(J-1) * 3 + (I-1)] |
Definition at line 515 of file AliFMDSurveyToAlignObjs.cxx.