- May 16, 2024
-
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
ISFTruthIncident: Improvements to properly update ISFParticles after the Truth Incident has been registered
-
John Chapman authored
-
Tadej Novak authored
main-coverity-LArCalibUtils See merge request !71408
-
main-coverity-LArCalibUtils
-
Tadej Novak authored
TrkEventCnvTools: Fix naming for MuonEventCnvToolCfg See merge request !71405
-
TrkEventCnvTools: Fix naming for MuonEventCnvToolCfg
-
Tadej Novak authored
CaloUtils: Add ToolWithConstants::toolType(). See merge request !71413
-
CaloUtils: Add ToolWithConstants::toolType(). A saved set of constants includes both the C++ class name and a version number. Normally, the class name is taken from the Gaudi type() method, but that may be changed by overriding the toolType() method. This can be used, for example, when there are tools with distinct C++ classes but which are yet similar enough to combine together.
-
Tadej Novak authored
DataModelTestDataCommon: Use AUXVAR_DECL. See merge request !71420
-
DataModelTestDataCommon: Use AUXVAR_DECL. Use AUXVAR_DECL macro to register aux variables.
-
Tadej Novak authored
CaloRec: Fix for writing correction constanta to pool. See merge request !71414
-
CaloRec: Fix for writing correction constanta to pool. In CaloClusterCorrDBWriter::execute, make sure that the detector store has been created. We'll need it during finalize().
-
Tadej Novak authored
CaloD3PDMaker: Fix configuration of CaloNoiseCondAlg. See merge request !71417
-
CaloD3PDMaker: Fix configuration of CaloNoiseCondAlg. The configuration of CaloNoiseCondAlg wasn't fully migrated to CA.
-
Tadej Novak authored
ZdcRec: Fix cppcheck warnings. See merge request !71421
-
ZdcRec: Fix cppcheck warnings. Prefer passing strings by const reference.
-
Tadej Novak authored
ParticleJetTools: Fix cppcheck 2.14 warnings. See merge request !71422
-
ParticleJetTools: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
Tadej Novak authored
EFTrackingEmulation: Fix cppcheck warnings. See merge request !71423
-
EFTrackingEmulation: Fix cppcheck warnings. Prefer to initialize class members in an initialization list. Redundant string conversion.
-
Tadej Novak authored
AthLinks: Implement thin() for GenericElementLinkBase. See merge request !71415
-
AthLinks: Implement thin() for GenericElementLinkBase. This way, all ELs will have a thin() method. If thinning can't actually be supported (the index is not integral for example) then we give a runtime error. thin() should not actually be called in those cases, but it's needed for the compilation of some virtual functions. Also update ElementLink documentation to say that thin() is required of the base class, and add a proper test for ElementLinkBase::thin().
-
Tadej Novak authored
AthContainersInterfaces+AthContainers: Fix a typo in comments. See merge request !71416
-
scott snyder authored
Fix a typo in comments.
-
scott snyder authored
Fix a typo in comments.
-
- May 15, 2024
-
-
Tadej Novak authored
ElectronPhotonSelectorTools: Add new photon ID menus See merge request !71281
-
ElectronPhotonSelectorTools: Add new photon ID menus Adds new photon ID menus (medium/tight), see ATLASG-2708 for more details
-
Tadej Novak authored
SUSYTools - FallBack for trigger SF See merge request !71401
-
SUSYTools - FallBack for trigger SF
-
Tadej Novak authored
Adjust AFPTrack to set nHoles to be unsigned int to avoid conflict See merge request !71402
-
Adjust AFPTrack to set nHoles to be unsigned int to avoid conflict
-
Tadej Novak authored
DerivationFrameworkTileCal: Add jet b-tagging information to TCAL1 DAOD See merge request !71395
-
DerivationFrameworkTileCal: Add jet b-tagging information to TCAL1 DAOD TCAL1 DAOD configuration has been updated to add jet b-tagging information.
-
Tadej Novak authored
Correct data deps for ACTS secondary passes See merge request !71396
-
Correct data deps for ACTS secondary passes
-
Tadej Novak authored
SUSYTools - implement recommendations for NNJvt and fJvt See merge request !71370
-