]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/SurveyToAlignmentExample.C
Upsilon 8 TeV
[u/mrichter/AliRoot.git] / macros / SurveyToAlignmentExample.C
index 3c3e9ed23cb936a42f6e07051a34d6215fb7eebb..5af86b9e05cdf7549030ebf40d5e085470469412 100644 (file)
@@ -1,4 +1,4 @@
-void SurveyToAlignmentExampleA(){
+void SurveyToAlignmentExample(){
   // Macro to show an example of conversion of survey data into alignment
   // data. The position of four fiducial marks, sticked above one surface
   // of a box is converted into the global position of the box.
@@ -233,7 +233,7 @@ void SurveyToAlignmentExampleA(){
 //  gdelta.MultiplyLeft(&ng);
 //  Int_t index = 0;
 //  // if the volume is in the look-up table use something like this instead:
-//  // AliAlignObj::LayerToVolUID(AliAlignObj::kTOF,i); 
+//  // AliGeomManager::LayerToVolUID(AliGeomManager::kTOF,i); 
 //  AliAlignObjMatrix* mobj = new AliAlignObjMatrix("symname",index,gdelta,kTRUE);
  
 }