From fcc1c32eab0a7bd0ec70dbfa21149822ef87dfc8 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 11 Aug 2004 19:32:28 +0000 Subject: [PATCH] Corrected name for the FMD digits --- FMD/AliFMDReconstructor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FMD/AliFMDReconstructor.cxx b/FMD/AliFMDReconstructor.cxx index 4cc6f6881ad..69cb4ddd228 100644 --- a/FMD/AliFMDReconstructor.cxx +++ b/FMD/AliFMDReconstructor.cxx @@ -113,7 +113,7 @@ void AliFMDReconstructor::Reconstruct(AliRunLoader* runLoader) const plFMD->LoadRecPoints("RECREATE"); TClonesArray* reconParticles = new TClonesArray("AliFMDReconstParticles"); - TClonesArray* digits = new TClonesArray("AliFMDDigit"); + TClonesArray* digits = new TClonesArray("AliFMDdigit"); Int_t retval=0; Int_t nevents=Int_t (runLoader->TreeE()->GetEntries()); -- 2.31.1