Skip to content

Commit 2c5e3f8

Browse files
author
Ionut Cristian Arsene
committed
comment out printout
1 parent 8c66965 commit 2c5e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/filterPPwithAssociation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ struct DQFilterPPTask {
777777
}
778778
objCountersBarrel[icut] += 1; // count the pair
779779
if (fConfigQA) { // fill histograms if QA is enabled
780-
cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
780+
//cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
781781
fHistMan->FillHistClass(fBarrelPairHistNames[icut].Data(), VarManager::fgValues);
782782
}
783783
}

0 commit comments

Comments
 (0)