From 217a34db43002a78ec3ece5d6f84018c919ad905 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 10 Oct 2002 07:37:49 +0000 Subject: [PATCH] Use Riostream.h to resolve the std namespace (Alpha, HP) --- PHOS/AliPHOSPIDv1.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHOS/AliPHOSPIDv1.cxx b/PHOS/AliPHOSPIDv1.cxx index d5e2eb78834..b752e0031fd 100644 --- a/PHOS/AliPHOSPIDv1.cxx +++ b/PHOS/AliPHOSPIDv1.cxx @@ -80,7 +80,7 @@ // --- Standard library --- -#include +#include #include #include @@ -989,8 +989,8 @@ void AliPHOSPIDv1::PrintRecParticles(Option_t * option) for (index = 0 ; index < recParticles->GetEntries() ; index++) { AliPHOSRecParticle * rp = (AliPHOSRecParticle * ) recParticles->At(index) ; - cout << std::setw(10) << rp->Name() << " " - << std::setw(5) << rp->GetIndexInList() << " " <Name() << " " + << setw(5) << rp->GetIndexInList() << " " <GetType() << endl; } cout << "-------------------------------------------" << endl ; -- 2.39.3