Skip to content

FSTrackMapLookup called two times in FairStack #1590

@ChristianTackeGSI

Description

@ChristianTackeGSI

@dennisklein already noticed this in #1584, filing an issue now.

For FairStack, FSTrackMapLookup is called on its own result.

Current dev branch:

Int_t const trackID = FSTrackMapLookup(GetCurrentTrackID());

Int_t GetCurrentTrackID() const { return GetCurrentTrackNumber(); }

Int_t FairStack::GetCurrentTrackNumber() const
{
return FSTrackMapLookup(fCurrentTrack);
}

As I don't understand this FastSim things, I can't propose a solution. So I can only report this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    RefactorCode needs to be reworked

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions