- Mar 24, 2021
-
-
Hello, As discussed in ATLASRECTS-6106 and ATLASRECTS-6104, we make an unnecessary and inappropriate use of Decorator on non-const objects, and we should have used Accessor instead. Now fixed in TauTrackFinder. Note for later: this could be a bit more streamlined by using the TauTrack::setDetail functionality of the EDM, extending the TrackDetail enum in TauDefs.h. This MR does not change the reconstruction output. Cheers, Bertrand
-
- Mar 23, 2021
-
-
ATLASRECTS-6104 . Replace un-needed Decorators with Accessors. As input is const. Also qualify auto, use empty, use nullptr
-
-
-
- Mar 22, 2021
-
-
Attila Krasznahorkay authored
Simplified the logic in the CMakeLists.txt file, and split the tool dictionaries into a new library (tauRecToolsDict) instead of having them in tauRecToolsLib. Fixed a small issue in tauRecTools/TrackSort.h, which would've made it unusable in AthAnalysis. (Currently that header is not included in an AthAnalysis build.)
-
Attila Krasznahorkay authored
The main motivation was to make sure that the public headers of the package would be properly installed in "Athena mode", in order for the dictionary to work correctly. But the cleanup grew into something more. I replaced the CINT dictionary of the package into a Reflex one, introduced the PanTauAlgsLib library that would be built in all circumstances, cleaned up the dependencies of the package, and made sure that the dictionary would refer to types with their correct names. This is primarily meant to fix the issue described in ATEAM-721.
-
- Mar 21, 2021
-
-
Chris Malena Delitzsch authored
-
- Mar 20, 2021
-
-
Christos Anastopoulos authored
-
scott snyder authored
Loss of precision in int->float conversion.
-
- Mar 19, 2021
-
-
- Mar 18, 2021
-
-
ATLASRECTS-6103 :CaloIsolation, remove unused (option seems to be always false), non-thread safe code
-
- Mar 17, 2021
-
-
William Keaton Balunas authored
-
Add histograms for more detailed checks of conversion reconstruction: vs pileup, fake conversions, track precision hit fraction and TRT PID.
-
- Mar 16, 2021
-
-
scott snyder authored
Make sure all members of LayerConfig are initialized.
-
scott snyder authored
Protect against out-of-bounds vector access.
-
-
- Mar 15, 2021
-
-
Also remove hard coding of conditons tag, which is no longer needed.
-
Edward Moyse authored
This is to fix issues when new configuration did not match old. Also fix logger of MuonConfig so it can turn CA debugging on
-
- Mar 13, 2021
-
-
Bertrand Martin authored
Hello, This MR is changing the seed jet pt cut from 10 GeV to 0 GeV in the tau reconstruction. It does not change the reconstruction output, because this cut is set upstream to 15 GeV in the jet reconstruction: https://gitlab.cern.ch/atlas/athena/-/blob/master/Reconstruction/Jet/JetRec/share/JetRec_jobOptions.py#L33. However, for the R22 reprocessing, we will have to drop this 15 GeV cut from the AntiKt4LCTopo jet reconstruction (by setting jetFlags.useCalibJetThreshold to False), and instead apply a tau pt cut at the end of the tau reconstruction, in the tau thinning algorithm. Cheers, Bertrand
-
- Mar 12, 2021
-
-
Christos Anastopoulos authored
Try to fix ATLASRECTS-6027 , Also try to format MuonCreatorTool, run clang-tidy for nullptr, qualified auto etc
-
-
Mark Hodgkinson authored
-
Tomas Dado authored
-
- Mar 10, 2021
-
-
Riccardo Longo authored
-
Avoid spurious copies in range-for loops.
-
Avoid spurious copy in range-for.
-
Adjust JetUncertainties mass-scale accessors to be created where they are used See merge request atlas/athena!41421 (cherry picked from commit 7c7f931fe0d0bd5b7ca19a9afbedc438ca4dd0ca) 099367ee Initialising accessors where actually used
-
- Mar 09, 2021
-
-
Bertrand Martin authored
Hello, This MR is just a tiny code improvement. We are selecting the track category with highest probability. Instead of looping over 5 categories, we now loop over 4 categories... The reconstruction output is unchanged. Cheers, Bertrand
-
- Mar 08, 2021
-
-
scott snyder authored
Increase slightly the timeout for the TrackParticleTPCnv_16.6.3 test. It has been timing out frequently in dbg builds.
-
-
-
stapiaar authored
-
-
Savanna Shaw authored
Adding the inside-out reco to the muon triggers in the new JO test (ATR-20388): - Add the inside-out reco algorithms to the muon trigger configuration, and run in a sequence only if we don't find any muons in the outside-in reco sequence - Add the configuration for the algorithms that check for outside-in muons and merges the muon trigger containers - Update the muon reco config to remove a couple cases of unneeded 'addPublicTools' and to use the correct track summary tool for a given use case (CombinedMuonTrackSummaryTool when looking at combined muons, and the MuonTrackSummaryTool otherwise)
-
- Mar 07, 2021
-
-
Frank Winklmeier authored
Remove trigger python files from trace excludes that no longer exist.
-
Riccardo Longo authored
-
- Mar 06, 2021
-
-
Matthew Joseph Basso authored
-
- Mar 05, 2021
-
-
Use the ME track particle for hit counting if the MS is not there. This is following the primaryTrackParticle logic dropping the ID track
-
- Mar 04, 2021
-
-
scott snyder authored
Removing some const_casts from SimpleAmbiguityProcessor.
-
scott snyder authored
Removing some const_casts from SimpleAmbiguityProcessor.
-