Andreas Stefl

Results 156 issues of Andreas Stefl

it would be awesome if tags and categories would be supported as well!

I noticed that some python `add*` functions provide a mechanism to overwrite the `logLevel` but others don't which made me change `reconstruction.py` locally from time to time I tried to...

in some special cases particles will be stopped while propagation in the CKF due to high energy losses. in this PR this is caught and the CKF branch will be...

:construction: WIP

While looking into https://github.com/acts-project/acts/pull/1354 I noticed that a track can have more than one perigee if the momentum is small enough to allow a circular track inside the detector. Also...

Stale

we have vertexing as part of the odd full chain now in [´full_chain_odd.py´](https://github.com/acts-project/acts/blob/main/Examples/Scripts/Python/full_chain_odd.py) but no monitoring in [`physmon.py`](https://github.com/acts-project/acts/blob/main/CI/physmon/physmon.py) see discussion here https://github.com/acts-project/acts/pull/1299

Improvement
Component - Examples
Stale

just drafting and iterating through CI right now

A user asked if we could add a feature to remember the last scroll position for large documents so you can easily continue from where you left. What is a...

my first attempt of a poor man's ambiguity resolution. iteratively evict tracks that do not match our criteria. worst tracks first. when there is nothing left to remove we are...

:construction: WIP