Andreas Stefl

Results 157 issues of Andreas Stefl

WIP I noticed that a lot of information on the whiteboard rolls from one algorithm to the next but requires a different name in the process. that makes it hard...

:construction: WIP

@benjaminhuth pointed out that ODD+Pythia8+Geant4 will segfault in full chain I just verified this. See attached files for more information. [segfault.txt](https://github.com/acts-project/acts/files/9723819/segfault.txt) [full_chain.txt](https://github.com/acts-project/acts/files/9723821/full_chain.txt)

Bug

Test XML: ``` ``` Can be validated. (https://codebeautify.org/xmlvalidator) Test code: ``` #include #include "tinyxml2.h" int main() { tinyxml2::XMLDocument doc; tinyxml2::XMLError error = doc.Parse("\n" "" "" "" "" ""); // valid...

this adds a password prompt for those people who dont want their passwords to be saved.

I noticed that the concept of a curvilinear surface is a quite spread over the codebase and I wanted to improve this. Here I introduce a surface like class which...

Component - Core
Component - Plugins
:construction_worker_woman: User Action Needed
Event Data Model
Vertexing
Track Finding

Adds "stay on seed" option to our Examples track finding algorithm. When turned on, only measurements used for seed formation will be picked on sensitives where the seed was actually...

Infrastructure
Component - Examples
:construction: WIP
:stop_sign: blocked
Event Data Model
Track Finding

Deduplicate seeds during track finding in Examples by collecting all measurement triplets generated by found tracks. blocked by - https://github.com/acts-project/acts/pull/3066

Infrastructure
Component - Examples
:stop_sign: blocked
Event Data Model
Track Finding

- [x] Fatras: https://acts.readthedocs.io/en/latest/fatras/fatras.html#id1 - [ ] Improve documentation of Barcode!

Component - Documentation
Stale

Add two new branches to the `VertexPerformanceWriter` root output: `truthPrimaryVertexDensity` and `recoVertexContamination` Apart from that I tried to improve the docs a bit, switched to the correct `CoordinateIndices` enum, and...

Component - Examples