From e80a881426f1cd8540ae0f2ee42ed399eca17413 Mon Sep 17 00:00:00 2001 From: schutz Date: Thu, 22 Nov 2001 15:30:45 +0000 Subject: [PATCH] Allways ReadPrimaries in GetEvent() to initialize fNPrimaries --- PHOS/AliPHOSGetter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHOS/AliPHOSGetter.cxx b/PHOS/AliPHOSGetter.cxx index 94747df92e2..fdbf1153b42 100644 --- a/PHOS/AliPHOSGetter.cxx +++ b/PHOS/AliPHOSGetter.cxx @@ -1673,7 +1673,7 @@ void AliPHOSGetter::Event(const Int_t event, const char* opt) if( strstr(opt,"Q") ) ReadTreeQA() ; - if( strstr(opt,"P") ) + // if( strstr(opt,"P") ) ReadPrimaries() ; } -- 2.31.1