Andreas Stefl
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...
@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)
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...
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...
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
- [x] Fatras: https://acts.readthedocs.io/en/latest/fatras/fatras.html#id1 - [ ] Improve documentation of Barcode!
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...