]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TRD/AliHLTTRDClusterizerComponent.cxx
reverting r43169, to be committed with corrected log message
[u/mrichter/AliRoot.git] / HLT / TRD / AliHLTTRDClusterizerComponent.cxx
index 40ec8c25ad50df1abe7a846d75d21329d8283c19..4924041d3908a7333de2bcb6518e1bc5c2d359de 100644 (file)
@@ -641,7 +641,9 @@ int AliHLTTRDClusterizerComponent::SetParams()
     
     // we transfer clusters that do no contain the XYZ coodrinates (AliHLTTRDCluster),
     // thus this coordinate transformation ist useless
+#ifndef HAVE_NOT_ALITRD_CLUSTERIZER_r42837
     fClusterizer->SetSkipTransform();
+#endif
   }
   if(fProcessTracklets) recoOptions += ",tp";
   else  recoOptions += ",!tp";