X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=macros%2FSurveyToAlignmentExample.C;h=5af86b9e05cdf7549030ebf40d5e085470469412;hb=5177ac25899671cf4efe5d93c5dcc6bafb80fb34;hp=3c3e9ed23cb936a42f6e07051a34d6215fb7eebb;hpb=3b583936897294737577988924b864c9738c734b;p=u%2Fmrichter%2FAliRoot.git diff --git a/macros/SurveyToAlignmentExample.C b/macros/SurveyToAlignmentExample.C index 3c3e9ed23cb..5af86b9e05c 100644 --- a/macros/SurveyToAlignmentExample.C +++ b/macros/SurveyToAlignmentExample.C @@ -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); }