]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Allways ReadPrimaries in GetEvent() to initialize fNPrimaries
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Nov 2001 15:30:45 +0000 (15:30 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Nov 2001 15:30:45 +0000 (15:30 +0000)
PHOS/AliPHOSGetter.cxx

index 94747df92e2e65b376d1c8fa5946f3f404038f39..fdbf1153b42c926be7a4ab33c6e62e275804dfe4 100644 (file)
@@ -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() ;
 
 }