]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCClusterDumpComponent.cxx
Added a new component (AliHLTTPCHWCFDataReverterComponent) which reads the data,...
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCClusterDumpComponent.cxx
index 249632fefbe2eb4ec19c577fbf3068f9170e76d5..64e18fa56085d120826b4635b2430aecf56bfb98 100644 (file)
@@ -160,7 +160,7 @@ int AliHLTTPCClusterDumpComponent::DumpEvent( const AliHLTComponentEventData& /*
         AliHLTTPCTransform::LocHLT2Raw(xyz,(Int_t)(clusters[i].fID/10),(Int_t)(clusters[i].fID%10));
         dump << "[R,P,T]:       [" << xyz[0]<<" , "<<xyz[1]<<" , "<<xyz[2] <<"]"<< endl;
         dump << "Total Charge:  " << clusters[i].fCharge         << endl;
-        dump << "Q Max:         " << clusters[i].fMaxQ           << endl;
+        dump << "Q Max:         " << clusters[i].fQMax           << endl;
         spacePointCounter++;
        }