From: prino Date: Fri, 23 Apr 2010 15:32:52 +0000 (+0000) Subject: Reduction of logs from ITS local reconstruction X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=3b1d8321c3ce2082b24ff228c37768bc4c396cb4;p=u%2Fmrichter%2FAliRoot.git Reduction of logs from ITS local reconstruction --- diff --git a/ITS/AliITSClusterFinderV2SDD.cxx b/ITS/AliITSClusterFinderV2SDD.cxx index 3a518f2d7ff..ace11e4031d 100644 --- a/ITS/AliITSClusterFinderV2SDD.cxx +++ b/ITS/AliITSClusterFinderV2SDD.cxx @@ -440,7 +440,7 @@ void AliITSClusterFinderV2SDD::FindClustersSDD(AliITSRawStream* input, for(Int_t iHyb=0;iHybGetNClustersInLayer(1,treeR); + for(Int_t iLay=2; iLay<=6; iLay++) nClu[iLay-1]=rpcont->GetNClustersInLayerFast(iLay); + AliInfo(Form("Number of RecPoints in ITS Layers = %d %d %d %d %d %d", + nClu[0],nClu[1],nClu[2],nClu[3],nClu[4],nClu[5])); } //______________________________________________________________________ void AliITSDetTypeRec::DigitsToRecPoints(AliRawReader* rawReader,TTree *treeR,Option_t *opt){ @@ -958,10 +965,13 @@ void AliITSDetTypeRec::DigitsToRecPoints(AliRawReader* rawReader,TTree *treeR,Op } delete emptyArray; + AliITSRecPointContainer* rpcont = AliITSRecPointContainer::Instance(); + Int_t nClu[6]; + nClu[0]=rpcont->GetNClustersInLayer(1,treeR); + for(Int_t iLay=2; iLay<=6; iLay++) nClu[iLay-1]=rpcont->GetNClustersInLayerFast(iLay); + AliInfo(Form("Number of RecPoints in ITS Layers = %d %d %d %d %d %d, Total = %d", + nClu[0],nClu[1],nClu[2],nClu[3],nClu[4],nClu[5],nClusters)); delete[] clusters; - Info("DigitsToRecPoints", "total number of found recpoints in ITS: %d\n", - nClusters); - } //______________________________________________________________________ void AliITSDetTypeRec::DigitsToRecPoints(AliRawReader* rawReader,TClonesArray** clusters,Option_t *opt){ diff --git a/ITS/AliITSReconstructor.cxx b/ITS/AliITSReconstructor.cxx index ddafe68e332..9232ee9f024 100644 --- a/ITS/AliITSReconstructor.cxx +++ b/ITS/AliITSReconstructor.cxx @@ -64,11 +64,11 @@ void AliITSReconstructor::GetPidSettings(AliESDpid *ESDpid) { Int_t pidOpt = GetRecoParam()->GetPID(); if(pidOpt==1){ - AliInfo("ITS LandauFitPID option has been selected\n"); + AliDebug(1,"ITS LandauFitPID option has been selected\n"); ESDpid->SetITSPIDmethod(AliESDpid::kITSLikelihood); } else{ - AliInfo("ITS default PID\n"); + AliDebug(1,"ITS default PID\n"); ESDpid->SetITSPIDmethod(AliESDpid::kITSTruncMean); } } @@ -180,30 +180,30 @@ AliVertexer* AliITSReconstructor::CreateVertexer() const AliITSVertexer *vptr; Int_t vtxOpt = GetRecoParam()->GetVertexer(); if(vtxOpt==3){ - AliInfo("AliITSVertexerIons has been selected"); + AliDebug(1,"AliITSVertexerIons has been selected"); vptr = new AliITSVertexerIons(); } else if(vtxOpt==4){ Double_t smear[3]={GetRecoParam()->GetVertexerFastSmearX(), GetRecoParam()->GetVertexerFastSmearY(), GetRecoParam()->GetVertexerFastSmearZ()}; - AliInfo("AliITSVertexerFast has been selected"); + AliDebug(1,"AliITSVertexerFast has been selected"); vptr = new AliITSVertexerFast(smear); } else if(vtxOpt==1){ - AliInfo("AliITSVertexerZ has been selected"); + AliDebug(1,"AliITSVertexerZ has been selected"); vptr = new AliITSVertexerZ(); } else if(vtxOpt==2){ - AliInfo("AliITSVertexerCosmics has been selected"); + AliDebug(1,"AliITSVertexerCosmics has been selected"); vptr = new AliITSVertexerCosmics(); } else if(vtxOpt==5){ - AliInfo("Vertex is fixed in the position of the TDI\n"); + AliDebug(1,"Vertex is fixed in the position of the TDI\n"); vptr = new AliITSVertexerFixed("TDI"); } else if(vtxOpt==6){ - AliInfo("Vertex is fixed in the position of the TED\n"); + AliDebug(1,"Vertex is fixed in the position of the TED\n"); vptr = new AliITSVertexerFixed("TED"); } else { @@ -222,7 +222,7 @@ AliVertexer* AliITSReconstructor::CreateVertexer() const vtxr->SetDCACut(dcacut); Int_t pileupAlgo=GetRecoParam()->GetSPDVertexerPileupAlgo(); vtxr->SetPileupAlgo(pileupAlgo); - AliInfo(Form("AliITSVertexer3D with pileup algo %d has been selected",pileupAlgo)); + AliDebug(1,Form("AliITSVertexer3D with pileup algo %d has been selected",pileupAlgo)); vptr = vtxr; } vptr->SetDetTypeRec(fDetTypeRec); diff --git a/ITS/AliITSVertexer.cxx b/ITS/AliITSVertexer.cxx index 2b0d451c4de..4c3ca507b94 100644 --- a/ITS/AliITSVertexer.cxx +++ b/ITS/AliITSVertexer.cxx @@ -85,8 +85,8 @@ void AliITSVertexer::FindMultiplicity(TTree *itsClusterTree){ if(!success){ if(!cosmics) { - AliWarning("Tracklets multiplicity not determined because the primary vertex was not found"); - AliWarning("Just counting the number of cluster-fired chips on the SPD layers"); + AliDebug(1,"Tracklets multiplicity not determined because the primary vertex was not found"); + AliDebug(1,"Just counting the number of cluster-fired chips on the SPD layers"); } if (!itsClusterTree) { AliError(" Invalid ITS cluster tree !\n");