From: zconesa Date: Tue, 18 Feb 2014 08:18:33 +0000 (+0100) Subject: Comment printouts of filling inv mass distributions per candidate X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=337062760f8039c6a44fa483470519d7fb38ee69;p=u%2Fmrichter%2FAliRoot.git Comment printouts of filling inv mass distributions per candidate --- diff --git a/PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelor.cxx b/PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelor.cxx index a7af9add6cd..312ab64ef31 100644 --- a/PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelor.cxx +++ b/PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelor.cxx @@ -2208,27 +2208,27 @@ void AliAnalysisTaskSELc2V0bachelor::FillAnalysisHistograms(AliAODRecoCascadeHF Double_t invmassK0S = v0part->MassK0Short(); fillthis="histK0SMass"+appendthis; - cout << fillthis << endl; + // cout << fillthis << endl; ((TH2F*)(fOutputAll->FindObject(fillthis)))->Fill(invmassK0S,ptK0S); if (isBachelorID) ((TH2F*)(fOutputPIDBach->FindObject(fillthis)))->Fill(invmassK0S,ptK0S); fillthis="histpK0Svsp"+appendthis; - cout << fillthis << endl; + // cout << fillthis << endl; ((TH2F*)(fOutputAll->FindObject(fillthis)))->Fill(momBach,momK0S); if (isBachelorID) ((TH2F*)(fOutputPIDBach->FindObject(fillthis)))->Fill(momBach,momK0S); fillthis="histDCAtoPVvspK0S"+appendthis; - cout << fillthis << endl; + // cout << fillthis << endl; ((TH2F*)(fOutputAll->FindObject(fillthis)))->Fill(momK0S,dcaV0ptp); if (isBachelorID) ((TH2F*)(fOutputPIDBach->FindObject(fillthis)))->Fill(momK0S,dcaV0ptp); fillthis="histArmPodK0S"+appendthis; - cout << fillthis << endl; + // cout << fillthis << endl; FillArmPodDistribution(v0part,fillthis,fOutputAll); if (isBachelorID) FillArmPodDistribution(v0part,fillthis,fOutputPIDBach); fillthis="histLcMassByK0S"+appendthis; - cout << fillthis << endl; + // cout << fillthis << endl; ((TH2F*)(fOutputAll->FindObject(fillthis)))->Fill(invmassLc,lambdacpt); if (isBachelorID)((TH2F*)(fOutputPIDBach->FindObject(fillthis)))->Fill(invmassLc,lambdacpt);