]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
bug fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Mar 2009 11:37:34 +0000 (11:37 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Mar 2009 11:37:34 +0000 (11:37 +0000)
HLT/TPCLib/tracking-ca/AliTPCtrackerCA.cxx

index 51c0e9db9ccc408377ce1a0fafc869d85deabee6..7ffdd8b1c8860aed464baf09cc2ae7560e8f8e2c 100644 (file)
@@ -453,7 +453,7 @@ Int_t AliTPCtrackerCA::Clusters2Tracks( AliESDEvent *event )
       Float_t sdedx = tTPC.GetSDEDX(0);
       Float_t dedx  = tTPC.GetdEdx();
       tESD.SetTPCsignal(dedx, sdedx, ndedx); 
-      tESD.myTPC = tTPC;            
+      //tESD.myTPC = tTPC;            
 
       event->AddTrack(&tESD);
     }