From: morsch Date: Thu, 13 Mar 2008 10:37:14 +0000 (+0000) Subject: Reduced verbosity (E. Lopez) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=99513b18a9b017b251b17808fab6788cc750e007 Reduced verbosity (E. Lopez) --- diff --git a/JETAN/AliUA1JetFinderV1.cxx b/JETAN/AliUA1JetFinderV1.cxx index fc8e2bb0073..ee5281a3b9b 100644 --- a/JETAN/AliUA1JetFinderV1.cxx +++ b/JETAN/AliUA1JetFinderV1.cxx @@ -162,7 +162,7 @@ void AliUA1JetFinderV1::FindJets() // add jets to list Int_t* idxjets = new Int_t[nj]; Int_t nselectj = 0; - printf("Found %d jets \n", nj); +// printf("Found %d jets \n", nj); for(Int_t kj=0; kj (header->GetJetEtaMax())) || @@ -175,7 +175,7 @@ void AliUA1JetFinderV1::FindJets() en = TMath::Sqrt(px * px + py * py + pz * pz); fJets->AddJet(px, py, pz, en); AliAODJet jet(px, py, pz, en); - jet.Print(""); + //jet.Print(""); AddJet(jet);