- 16 Sep, 2022 14 commits
-
-
Edward Moyse authored
AnalysisTools: enable thread-checker See merge request atlas/athena!56724
-
Edward Moyse authored
egammaTrackTools: Fix initialization of CaloCluster_OnTrackBuilder. See merge request atlas/athena!56742
-
egammaTrackTools: Fix initialization of CaloCluster_OnTrackBuilder. Delay creation of eg_resolution object to initialize(). Reading data files in a component constructor can cause issues for genconf.
-
Edward Moyse authored
ISF_FatrasTools: const fixes See merge request atlas/athena!56730
-
Edward Moyse authored
FsrUtils: thread-checker fixes See merge request atlas/athena!56723
-
Edward Moyse authored
AthenaPoolCnvSvc: Reject late SharedWriter clients See merge request atlas/athena!56720
-
AthenaPoolCnvSvc: Reject late SharedWriter clients
-
Edward Moyse authored
CaloSimEvent+InDetSimEventAthenaPool: Fix const-correctness violations. See merge request atlas/athena!56718
-
Edward Moyse authored
Add cut on m_minDecayRadiusQS to HEPMC3 version of GenParticleSimWhiteList::pass See merge request atlas/athena!56769
-
Add cut on m_minDecayRadiusQS to HEPMC3 version of GenParticleSimWhiteList::pass
-
Edward Moyse authored
Adding Run-3 jet triggers to JETM1 See merge request atlas/athena!56772
-
Adding Run-3 jet triggers to JETM1
-
Edward Moyse authored
Bug ATLASRECTS-7257 fixed by removing the possibility to have 3 bytes per hit in sTGC See merge request atlas/athena!56778
-
Bug ATLASRECTS-7257 fixed by removing the possibility to have 3 bytes per hit in sTGC. ers functions added to notify warnings (compatible usage between online and offline). Debugging printouts and options added to test program.
-
- 15 Sep, 2022 26 commits
-
-
Frank Winklmeier authored
- replace unnecessary statics by constexpr - various thread-checker fixes
-
Edward Moyse authored
CaloCluster_OnTrackBuilder : fix units for phi resol parametrization See merge request atlas/athena!56721
-
CaloCluster_OnTrackBuilder : fix units for phi resol parametrization
-
Edward Moyse authored
add cell container to EGAM8 derivations See merge request atlas/athena!56658
-
add cell container to EGAM8 derivations
-
Edward Moyse authored
MuonCondAlg: Fix cppcheck warnings. See merge request atlas/athena!56750
-
MuonCondAlg: Fix cppcheck warnings. Fix cppcheck warnings.
-
Edward Moyse authored
add infrastructure and demonstrator-code for AODFix in CA-based jobs See merge request atlas/athena!56735
-
add infrastructure and demonstrator-code for AODFix in CA-based jobs
-
Edward Moyse authored
AthenaRootComps: thread-checker fixes See merge request atlas/athena!56701
-
Edward Moyse authored
xAODRootAccess: thread-checker fixes See merge request atlas/athena!56690
-
Edward Moyse authored
MVAUtils: Fix test failure in gcc12 build. See merge request atlas/athena!56714
-
MVAUtils: Fix test failure in gcc12 build. libHist needs to be loaded before MVAUtils gets loaded; otherwise, we can run into dictionary problems with std::vector.
-
Edward Moyse authored
RootStorageSvc: thread-checker fixes See merge request atlas/athena!56709
-
Edward Moyse authored
McParticleTools: Speed up for HepMC3. See merge request atlas/athena!56751
-
McParticleTools: Speed up for HepMC3. Try to speed up the sort operation in TruthParticleCnvTool::convert by reducing the number of times we retrieve particle barcodes. See ATLASRECTS-7054.
-
Edward Moyse authored
L1CaloFEXByteStream: Fix cppcheck warnings. See merge request atlas/athena!56748
-
L1CaloFEXByteStream: Fix cppcheck warnings. Undefined shifts of signed quantity.
-
Edward Moyse authored
Patch to get_files to use mktemp See merge request atlas/athena!56752
-
Patch to get_files to use mktemp As suggested in ATEAM-858, patching get_files to use mktemp. Seems to be working in a few local tests, and seems to be a well-supported command. This avoids making use of /tmp in systems that might not have /tmp and might not have set $TMPDIR (e.g. might have set $TEMPDIR, or might use some other path for temporary files).
-
Edward Moyse authored
ReweightUtils: minor const fixes See merge request atlas/athena!56725
-
Edward Moyse authored
fix valgrind arg docstring for transformation See merge request atlas/athena!56722
-
fix valgrind arg docstring for transformation
-
Edward Moyse authored
ISF_Algorithms: Fix const-correctness violations. See merge request atlas/athena!56717
-
ISF_Algorithms: Fix const-correctness violations. Should only get const pointers from a const AthenaHitsVector.
-
Edward Moyse authored
Remove plaintext password from code See merge request atlas/athena!56710
-