]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
The unique volume id has no meaning for FMD. Should be set always to 0 (C.Cheshkov)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Apr 2006 15:44:29 +0000 (15:44 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Apr 2006 15:44:29 +0000 (15:44 +0000)
FMD/AliFMDAlignFaker.cxx

index 6945074400f18354408b5f3921999939b1e44ad9..9aefad8f8fa564537aad6aea78162c9f1de8374b 100644 (file)
@@ -202,6 +202,7 @@ AliFMDAlignFaker::MakeAlign(const TString& path, Int_t id,
   AliDebug(1, Form("Make alignment for %s (volume %d): (%f,%f,%f) (%f,%f,%f)", 
                   path.Data(), id, transX, transY, transZ, rotX, rotY, rotZ));
   Int_t nAlign = fArray->GetEntries();
+  id = 0;
   AliAlignObjAngles* obj = 
     new ((*fArray)[nAlign]) AliAlignObjAngles(path.Data(), id,0,0,0,0,0,0);
   if (!obj) {