]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ESD track has a label set
authorkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jul 2005 15:20:07 +0000 (15:20 +0000)
committerkharlov <kharlov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 Jul 2005 15:20:07 +0000 (15:20 +0000)
PHOS/AliPHOSReconstructor.cxx

index fce334c6575a751b196c852634f92aa2f02388de..2650fe3585f0401dd661d99aa87118340fcddb2f 100644 (file)
@@ -123,6 +123,7 @@ void AliPHOSReconstructor::FillESD(AliRunLoader* runLoader, AliESD* esd) const
     et->SetPHOSposition(xyz) ; 
     et->SetPHOSsignal  (rp->Energy()) ; 
     et->SetPHOSpid     (rp->GetPID()) ;
+    et->SetLabel       (rp->GetPrimaryIndex());
     // add the track to the esd object
     esd->AddTrack(et);
     delete et;