]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliPIPEv3.cxx
Another iteration on the beam-pipe misalignment. Bug #93574.
[u/mrichter/AliRoot.git] / STRUCT / AliPIPEv3.cxx
index 08f4eaaeed03576f2504d5dab56ccdcae1257b29..b9b142fd95b61a9ebc623511314d2945da0e993c 100644 (file)
@@ -2997,6 +2997,11 @@ void AliPIPEv3::AddAlignableVolumes() const
     AliFatal(Form("Alignable entry %s not created. Volume path %s not valid",
                  symname.Data(),volpath.Data()));
 
+  TString symname2("CPSUPC");
+  TString volpath2("/ALIC_1/CP_1/Cp3_1/CpSupC_3");
+  if(!gGeoManager->SetAlignableEntry(symname2.Data(),volpath2.Data()))
+    AliFatal(Form("Alignable entry %s not created. Volume path %s not valid",
+                 symname2.Data(),volpath2.Data()));
 }