- Oct 24, 2022
-
-
partially revert MR57649. Due to ATLASRECTS-7336
-
- Oct 20, 2022
-
-
ATLASRECTS-7326: rm TrackSlimmer alg. Simplify the SlimmingTool
-
- Oct 01, 2022
-
-
Track Collection Merger: use ConstDataVector for VIEW container with correct semantics. The const_cast is needed due to summaries Track Collection Merger: use ConstDataVector for VIEW container with correct semantics. The const_cast is needed actually because we create/update summaries
-
rm seemingly unused SimpleTrackCollectionMerger
-
- May 16, 2022
-
-
Goetz Gaycken authored
-
- May 03, 2022
-
-
Frank Winklmeier authored
-
- Apr 14, 2022
-
-
- Apr 12, 2022
-
-
Christos Anastopoulos authored
-
- Mar 24, 2022
-
-
Christos Anastopoulos authored
-
- Mar 09, 2022
-
-
Frank Winklmeier authored
Move private header files to `src/` and cleanup cmake configuration.
-
- Mar 07, 2022
-
-
- Feb 23, 2022
-
-
- Feb 22, 2022
-
-
- Feb 09, 2022
-
-
Benjamin Michael Wynne authored
It is a widespread and reasonable, but incorrect, pattern to assume that if a handle(key) is not used then it should not be initialized. In fact, this leaves the data dependency active in the scheduler, and no error will be thrown if the handle is never accessed. Instead, the handle should be initialized(false) - this MR makes the change
-
- Jan 01, 2022
-
-
Christos Anastopoulos authored
-
- Dec 12, 2021
-
-
Christos Anastopoulos authored
-
- Nov 17, 2021
-
-
- Jul 13, 2021
-
-
Johannes Junggeburth authored
-
- May 05, 2021
-
-
Will Leight authored
Because there are many more hits in the NSW than there are in the other stations, they need to be deweighted here so they don't dominate the truth matching. The weight of 0.25 is chosen as there would be 24 hits expected in the NSW and 6 in one of the other stations. This should help to resolve the issues with poor efficiency reported in ATLASRECTS-5610.
-
Christos Anastopoulos authored
-
- Mar 04, 2021
-
-
scott snyder authored
Removing const_casts from SimpleAmbiguityProcessorTool.
-
- Jan 29, 2021
-
-
scott snyder authored
Don't use references in a range-for if the object must be copied.
-
- Dec 08, 2020
-
-
scott snyder authored
Unused private data member.
-
- Dec 02, 2020
-
-
scott snyder authored
Don't declare PutTrackCollectionsInSG as a component. It's not needed, and duplicates one in TrkTrackCollectionMerger.
-
- Nov 30, 2020
-
-
- Oct 30, 2020
-
-
- Oct 26, 2020
-
-
Frank Winklmeier authored
- remove `atlas_depends_on_subdirs` - add library and use it in the component library and test executables - fix library and external dependencies
-
- Oct 21, 2020
-
-
- Oct 20, 2020
-
-
Frank Winklmeier authored
- remove `atlas_depends_on_subdirs` - fix link dependencies - do not install component headers
-
-
- Oct 19, 2020
-
-
Jiří Mašík authored
-
- Sep 04, 2020
-
-
change scoring interfaces to use TrackCollection, avoid additional copying of TrackCollection to vector
-
- Aug 07, 2020
-
-
Stewart Martin-Haugh authored
-
- Aug 06, 2020
-
-
Stewart Martin-Haugh authored
-
- Aug 05, 2020
-
-
Stewart Martin-Haugh authored
-
- Jul 14, 2020
-
-
- May 22, 2020
-
-
Christos Anastopoulos authored
-
- Nov 18, 2019
-
-
- Use a PRD-to-track map rather than the PRD_AssociationTool which conains a PRD-to-track map internally. This is needed to resolve ATLASRECTS-5005. - Made all methods const. - The score processor does not create track copies anymore, thus PRD-to-track maps stay valid for scored tracks. - The ambiguity processors now use a helper class which manages the new and original tracks i.e. tracks with mixed ownership, and creates track copies only for the final track collection if necessary. - Moved debug ntuple code of simple ambiguity processor to a new derived class, to improve the readability.
-
- Sep 17, 2019
-
-
Goetz Gaycken authored
The PRDtoTrackMap has to be forwarded to the track summary helper. Therefore extended interfaces are introduced for the track summary and summary helper tool which allow to pass an optional PRDtoTrackMap through.
-
- Sep 10, 2019
-
-