- 07 Apr, 2020 11 commits
-
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
Reason: timestamp_from is required by default now.
-
Paul Schuetze authored
-
Paul Schuetze authored
Issue warning if timestamp_from is not found in the list of required_detectors, but add it by default
-
Paul Schuetze authored
-
- 06 Apr, 2020 8 commits
-
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Jens Kroeger authored
Deployment: switch to CVMFS S3 storage See merge request corryvreckan/corryvreckan!278
-
Simon Spannagel authored
-
Paul Schuetze authored
-
Paul Schuetze authored
1% to 10% more tracks found
-
Paul Schuetze authored
-
- 03 Apr, 2020 21 commits
-
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
Define new vector to actually find the first and last detector along z (excluding DUT) as reference detectors
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
-
Paul Schuetze authored
Add early stage determination whether a track is still possible to find with the remaining detectors. Significant reduction of computing time depending on the number of detectors
-
Paul Schuetze authored
-
Paul Schuetze authored
Previous method: Loop over all clusters in one reference plane, loop over other detectors and check for clusters close to the track. For the second detector only clusters straight ahead are accepted, leading to a very limited angular acceptance. New method: Loop over each combination of clusters in two reference planes, then proceed as before: check for clusters close to the track. Improves angular acceptance and overall probability of track finding, since the previous implementation discarded clusters for which the first track attempt did not lead to a track.
-
Simon Spannagel authored
Fix fix of coord transformation See merge request corryvreckan/corryvreckan!275
-
Paul Schuetze authored
Add overloaded method to KDTree that allows to get all clusters in a time window with respect to a timestamp instead of a cluster
-
Paul Schuetze authored
-
Jens Kroeger authored
Revert "testing: update PASS conditions after having changed getColumn()/getRow() and getLocalPosition() of the detector class (this affects hasIntercept())" This reverts commit c091264a.
-