- Sep 15, 2020
-
-
Walter Lampl authored
RingerSelectorTools+PATCore: Split off AcceptInfo/AcceptData into a separate library. See merge request atlas/athena!36327
-
RingerSelectorToolsEnumDict is loaded during configuration, and cannot depend on Athena libraries or we may see failures with loading converters. It depends on PATCore, which used to have minimal dependencies, but now depends on AthenaBaseComps. The pieces we need from PATCore were split into a separate library, so depend on that instead. Also clean up the cmake file.
-
Walter Lampl authored
GSF : since the constents GSF and ForwardGSF Fitter are parts of the same class, merge the .cxx See merge request atlas/athena!36383
-
Walter Lampl authored
Ensure all clients can connect to SharedWriter even in short jobs. See merge request atlas/athena!36334
-
-
Walter Lampl authored
tauRecTools: drop pileup-corrected tau ID variable See merge request atlas/athena!36391
-
Walter Lampl authored
Trigger config loading - schema tracing and result reporting See merge request atlas/athena!36313
-
-
Walter Lampl authored
MagFieldElements : Finalise moving of inline methods from .h to .icc See merge request atlas/athena!36340
-
Walter Lampl authored
Move CSC Cluster container creation from tool to algorithm See merge request atlas/athena!36275
-
Moving the creation of the CSC cluster container from th ThresholdClusterBuilder tool to the algorithm that calls the tools. This is largely motivated by keeping the Run 2 trigger (where we need to write to the same container more than once per event) producing correct results (so we can validate the Run 3 trigger) without needing to create a separate non-thread safe tool. This required a few changes: - Move the WriteHandle creation/recording from the CscThresholdClusterBuilderTool to the algorithm (CscThresholdClusterBuilder), and pass the output container to the tool to be filled - Also removed the output creation/recording from the PeakThresholdClusterBuilderTool (this tool isn't in use at the moment, but in the future it can be used in the same way as the CscThresholdClusterBuilderTool) - Added the WriteHandle creation/recording to the trigger algorithms before we call the cluster builder tool, and since we can run this more than once per event, we need to retrieve the collection from the event store if we've already recorded the container once: -- For L2MuonSA: we only run this when we want to do the decoding from inside the L2 SA algorithms/tools, which only happens in the Run 2 trigger system. For the Run 3 trigger the cluster building is done with the rest of the decoding outside of this code, so the clusters will just be accessed with a ReadHandle as usual. -- For TrigMuonEF: removed the reading in of the cluster container, since we produce the container within the same tool now (this runs only as part of the Run 2 trigger system).
-
Walter Lampl authored
cling (not clang > 7) : Has issues with the templated "vector_size" when using the GCC vector extensions. See merge request atlas/athena!36384
-
Walter Lampl authored
Add more RNN vars to the tau trig monitoring See merge request atlas/athena!36218
-
Walter Lampl authored
GSFCombinedMaterialEffects simplify scattering effects See merge request atlas/athena!36373
-
Walter Lampl authored
add nullptr check for TrackParticle in MuonCreatorTool Closes ATLASRECTS-5574 See merge request atlas/athena!36416
-
Nicolas Koehler authored
-
- Sep 14, 2020
-
-
Walter Lampl authored
GeoModelInterfaces: Enable thread-safety static checker. See merge request atlas/athena!36336
-
Walter Lampl authored
MaterialInteraction: Move large methods to .cxx from header See merge request atlas/athena!36370
-
-
Walter Lampl authored
PerfMonAna: Fix ROOT batch mode Closes ATR-22025 See merge request atlas/athena!36397
-
Walter Lampl authored
TRT_RawDataByteStreamCnv: threading fixes See merge request atlas/athena!36378
-
Walter Lampl authored
InDetSimEvent: Thread-safety cleanup. See merge request atlas/athena!36379
-
Walter Lampl authored
TRT_Cabling: Thread-safety cleanup. See merge request atlas/athena!36338
-
Walter Lampl authored
GsfMaterialMixtureConvolution , Remove unused property See merge request atlas/athena!36371
-
Walter Lampl authored
TrkDetDescrInterfaces: Enable thread-safety checking. See merge request atlas/athena!36337
-
Walter Lampl authored
TrkEventTPCnv: Enable thread-safety checker. See merge request atlas/athena!36376
-
Walter Lampl authored
PyKernel+PyAnalysisExamples: Remove some obsolete code. See merge request atlas/athena!36382
-
Walter Lampl authored
CoraCool: Fix cppcheck warnings. See merge request atlas/athena!36374
-
Walter Lampl authored
AthenaPython: Fix reference to MakeNullPointer. See merge request atlas/athena!36380
-
Walter Lampl authored
Digitization: Add missing flag. See merge request atlas/athena!36328
-
Walter Lampl authored
RootUtils: Adjust objectIsA for root 6.22. Closes ATEAM-652 See merge request atlas/athena!36396
-
Walter Lampl authored
ATR-22006 add b-jet trigger monitoring chain See merge request atlas/athena!36333
-
Walter Lampl authored
InDetEventTPCnv: Thread-safety cleanups. See merge request atlas/athena!36377
-
Walter Lampl authored
Adding to monitor all RNNIP, DL1 and DL1r probability distributions See merge request atlas/athena!36292
-
Introduced LLR for DL1 and DL1r.
-
Walter Lampl authored
JpsiFinder master: Address bug ATLASRECTS-4094 See merge request atlas/athena!36357
-
Walter Lampl authored
remove atlas_depends_on_subdirs from remaining muon packages See merge request atlas/athena!36350
-
Walter Lampl authored
Legacy HLT monitoring - fix comp warning related to boost bind functionality See merge request atlas/athena!36353
-
Walter Lampl authored
Updated refs for failing ctests in AthenaPoolExampleAlgorithms See merge request atlas/athena!36369
-
Frank Winklmeier authored
With LCG_98 batch mode is no longer set via the command line argument `-b` but explicitly via `gROOT.SetBatch`. Fixes ATR-22025.
-