From 92dba02ab8b72c385e8ee9d654345503ec51b0da Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 27 Apr 2006 15:44:29 +0000 Subject: [PATCH] The unique volume id has no meaning for FMD. Should be set always to 0 (C.Cheshkov) --- FMD/AliFMDAlignFaker.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/FMD/AliFMDAlignFaker.cxx b/FMD/AliFMDAlignFaker.cxx index 6945074400f..9aefad8f8fa 100644 --- a/FMD/AliFMDAlignFaker.cxx +++ b/FMD/AliFMDAlignFaker.cxx @@ -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) { -- 2.43.0