From 64f27b26f6a984da11cb29d5f2227b68ce9cb317 Mon Sep 17 00:00:00 2001 From: richterm Date: Thu, 6 Aug 2009 14:25:52 +0000 Subject: [PATCH] activating the actual QA code, does require the changes in ITS QA which are now available in r33592 --- HLT/ITS/AliHLTITSQAComponent.cxx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/HLT/ITS/AliHLTITSQAComponent.cxx b/HLT/ITS/AliHLTITSQAComponent.cxx index ed9b47ccb14..d1c6144acdd 100644 --- a/HLT/ITS/AliHLTITSQAComponent.cxx +++ b/HLT/ITS/AliHLTITSQAComponent.cxx @@ -164,15 +164,13 @@ int AliHLTITSQAComponent::DoEvent(const AliHLTComponentEventData& /*evtData*/, A info[2]=clusters[i].fLayer; AliITSRecPoint recpoint(lab,hit,info); - // will be enabled later, needs the trunk of 2009-07-03 - // fAliITSQADataMakerRec->FillRecPoint(recpoint); + fAliITSQADataMakerRec->FillRecPoint(recpoint); } } for(Int_t i=0; i<6; i++) { //if(fPlotCharge){ - AliHLTUInt32_t fSpecification = 0x0; - // will be enabled later, needs the trunk of 2009-07-03 - //PushBack( (TObject*) fAliITSQADataMakerRec->GetITSGlobalHisto(i),kAliHLTDataTypeHistogram,fSpecification); + AliHLTUInt32_t specification = 0x0; + PushBack( (TObject*) fAliITSQADataMakerRec->GetITSGlobalHisto(i),kAliHLTDataTypeHistogram,specification); //} } HLTInfo("ITSClusterHisto found %d Total Spacepoints", TotalSpacePoint); -- 2.39.3