X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=HLT%2FTPCLib%2FAliHLTTPCClusterConverterComponent.cxx;h=c256d080a6ca81de35057d7716f5391016ef5c17;hb=b6935e5bc8c6fbfbdedacdbf2cefb2a158971e43;hp=9fb17034a9cd578c38f1a5021b4c06be6a18860f;hpb=0e588049e2ce04eb091ab3e090e685ce3afd0c2c;p=u%2Fmrichter%2FAliRoot.git diff --git a/HLT/TPCLib/AliHLTTPCClusterConverterComponent.cxx b/HLT/TPCLib/AliHLTTPCClusterConverterComponent.cxx index 9fb17034a9c..c256d080a6c 100644 --- a/HLT/TPCLib/AliHLTTPCClusterConverterComponent.cxx +++ b/HLT/TPCLib/AliHLTTPCClusterConverterComponent.cxx @@ -282,16 +282,16 @@ int AliHLTTPCClusterConverterComponent::DoEvent(const AliHLTComponentEventData& for(Int_t h=0; h>25) & 0x7f; - Int_t partitionTrack = (idTrack>>22) & 0x7; - UInt_t posTrack = idTrack&0x3fffff; + Int_t sliceTrack = AliHLTTPCSpacePointData::GetSlice(idTrack); + Int_t partitionTrack = AliHLTTPCSpacePointData::GetPatch(idTrack); + UInt_t posTrack = AliHLTTPCSpacePointData::GetNumber(idTrack); fOffArray->Clear(); for(Int_t cl=0; cl>25) & 0x7f; - Int_t partitionCluster = (idCluster>>22) & 0x7; - UInt_t posCluster = idCluster&0x3fffff; + Int_t sliceCluster = AliHLTTPCSpacePointData::GetSlice(idCluster); + Int_t partitionCluster = AliHLTTPCSpacePointData::GetPatch(idCluster); + UInt_t posCluster = AliHLTTPCSpacePointData::GetNumber(idCluster); if(sliceCluster==sliceTrack && partitionCluster==partitionTrack && posCluster==posTrack){