FairRootGroup / FairRoot

C++ simulation, reconstruction and analysis framework for particle physics experiments
http://fairroot.gsi.de
Other
59 stars 96 forks source link

`FSTrackMapLookup` called two times in FairStack #1590

Open ChristianTackeGSI opened 2 months ago

ChristianTackeGSI commented 2 months ago

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

For FairStack, FSTrackMapLookup is called on its own result.

Current dev branch:

https://github.com/FairRootGroup/FairRoot/blob/6decd1eeb31aba0aa2c196e19b4acafe6f76e854/fairroot/base/sim/FairGenericStack.cxx#L133

https://github.com/FairRootGroup/FairRoot/blob/6decd1eeb31aba0aa2c196e19b4acafe6f76e854/fairroot/base/sim/FairGenericStack.h#L49

https://github.com/FairRootGroup/FairRoot/blob/6decd1eeb31aba0aa2c196e19b4acafe6f76e854/examples/common/mcstack/FairStack.cxx#L240-L243

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