]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comment printouts of filling inv mass distributions per candidate
authorzconesa <zaida.conesa.del.valle@cern.ch>
Tue, 18 Feb 2014 08:18:33 +0000 (09:18 +0100)
committerzconesa <zaida.conesa.del.valle@cern.ch>
Tue, 18 Feb 2014 08:18:33 +0000 (09:18 +0100)
PWGHF/vertexingHF/AliAnalysisTaskSELc2V0bachelor.cxx

index a7af9add6cd0c5413ab4537fd3baf34887c2abc3..312ab64ef31759179b055362b6078776736d8a9b 100644 (file)
@@ -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);