From e747b8da077ae5c53112e402bf69c8c132702701 Mon Sep 17 00:00:00 2001 From: schutz Date: Mon, 17 Dec 2001 08:42:02 +0000 Subject: [PATCH] Added initialisation of unused data members in TParticle --- PHOS/AliPHOSPIDv1.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PHOS/AliPHOSPIDv1.cxx b/PHOS/AliPHOSPIDv1.cxx index 9adc19c7933..e060f1bf7cc 100644 --- a/PHOS/AliPHOSPIDv1.cxx +++ b/PHOS/AliPHOSPIDv1.cxx @@ -329,6 +329,12 @@ void AliPHOSPIDv1::MakeRecParticles(){ Int_t type = showerprofile + 2 * slow + 4 * cpvdetector ; rp->SetType(type) ; + rp->SetProductionVertex(0,0,0,0); + rp->SetFirstMother(-1); + rp->SetLastMother(-1); + rp->SetFirstDaughter(-1); + rp->SetLastDaughter(-1); + rp->SetPolarisation(0,0,0); index++ ; } -- 2.39.3