AliL3Transform::Local2Global(last,slice);
track->SetLastPoint(last[0],last[1],last[2]);
track->SetHits( trs->fNPoints, trs->fPointIDs );
- UChar_t *tmpP = (UChar_t*)trs;
- tmpP += sizeof(AliL3TrackSegmentData)+trs->fNPoints*sizeof(UInt_t);
- trs = (AliL3TrackSegmentData*)tmpP;
#ifdef ROWHOUGHPARAMS
if(GetTrackType()=='h') {
((AliL3HoughTrack *)track)->SetWeight(trs->fWeight);
track->SetSector(slice);
track->SetPID(trs->fPID);
#endif
+ UChar_t *tmpP = (UChar_t*)trs;
+ tmpP += sizeof(AliL3TrackSegmentData)+trs->fNPoints*sizeof(UInt_t);
+ trs = (AliL3TrackSegmentData*)tmpP;
}
}