@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.
@dennisklein already noticed this in #1584, filing an issue now.
For FairStack,
FSTrackMapLookupis called on its own result.Current dev branch:
FairRoot/fairroot/base/sim/FairGenericStack.cxx
Line 133 in 6decd1e
FairRoot/fairroot/base/sim/FairGenericStack.h
Line 49 in 6decd1e
FairRoot/examples/common/mcstack/FairStack.cxx
Lines 240 to 243 in 6decd1e
As I don't understand this FastSim things, I can't propose a solution. So I can only report this.