From: snelling Date: Thu, 26 Feb 2009 13:00:42 +0000 (+0000) Subject: Cleaning up the number of couts X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=951817d52806c1335bbee0957c47501e3540d536 Cleaning up the number of couts --- diff --git a/PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx b/PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx index fec555c64e2..697f6b9c659 100644 --- a/PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx +++ b/PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithLeeYangZeros.cxx @@ -290,7 +290,7 @@ Bool_t AliFlowAnalysisWithLeeYangZeros::Make(AliFlowEventSimple* anEvent) cout<<"##### FlowLeeYangZero: Stack pointer null"<GetPID(); Int_t iNumberOfInputTracks = anInput->GetEntries() ; - //cerr<<"iNumberOfInputTracks = "<SetBranchAddress("Particles",&pParticle); // AliFlowEventSimple* pEvent = new AliFlowEventSimple(iNumberOfInputTracks); AliFlowEventSimple* pEvent = new AliFlowEventSimple(10); - //cerr<SetEventNSelTracksIntFlow(iSelParticlesInt); pEvent->SetNumberOfTracks(iGoodTracks);//tracks used either for int. or for diff. flow - pEvent->SetMCReactionPlaneAngle(fMCReactionPlaneAngle); + if (!fMCReactionPlaneAngle == 0) cout<<" MC Reaction Plane Angle = "<< fMCReactionPlaneAngle << endl; else cout<<" MC Reaction Plane Angle = unknown "<< endl; cout<<" iGoodTracks = "<< iGoodTracks << endl; cout<<" # of selected tracks for int. flow = "<GetNumberOfTracks() ; - cerr<<"anInput->GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() = "<GetNumberOfTracks() ; - cerr<<"anInputMc->GetNumberOfTracks() = "< SetEventNSelTracksIntFlow(iSelParticlesInt); pEvent->SetNumberOfTracks(iGoodTracks); + cout << " Number of MC input tracks = " << iNumberOfInputTracksMC << endl; + pEvent->SetMCReactionPlaneAngle(fMCReactionPlaneAngle); if (!fMCReactionPlaneAngle == 0) cout<<" MC Reaction Plane Angle = "<< fMCReactionPlaneAngle << endl; else cout<<" MC Reaction Plane Angle = unknown "<< endl; @@ -764,14 +752,8 @@ AliFlowEventSimple* AliFlowEventSimpleMaker::FillTracks(AliESDEvent* anInput, A cout<<" iGoodTracks = "<Make(fEvent,ep); if(SP) sp->Make(fEvent); //----------------------------------------------------------- - fCount++; - cout << "# " << fCount << " events processed" << endl; + //cout << "# " << fCount << " events processed" << endl; delete kTree; delete fEvent; }