-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
RefactorCode needs to be reworkedCode needs to be reworked
Description
@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(); } |
FairRoot/examples/common/mcstack/FairStack.cxx
Lines 240 to 243 in 6decd1e
| 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
Labels
RefactorCode needs to be reworkedCode needs to be reworked