- May 04, 2020
-
-
scott snyder authored
This package has a component library, but it also exports headers. Define an interface library for the headers. Library dependency fixes.
-
- May 03, 2020
-
-
Vakhtang Tsulaia authored
RootUtils: Fix cppcheck warning. See merge request atlas/athena!32580
-
Vakhtang Tsulaia authored
CxxUtils: Add a helper to start playing with C++20 concepts. See merge request atlas/athena!32579
-
Vakhtang Tsulaia authored
CaloIdentifier: Add command-line utility to translate cell hashes. See merge request atlas/athena!32578
-
Vakhtang Tsulaia authored
CaloConditions: Additions to ToolConstants. See merge request atlas/athena!32576
-
Vakhtang Tsulaia authored
McEventSelector: Allow passing extra arguments to McEventSelectorCfg. See merge request atlas/athena!32575
-
Vakhtang Tsulaia authored
Fix truth handling in InDetPhysValMonitoring tool with hard scatter flag set See merge request atlas/athena!32544
-
scott snyder authored
Misplaced #endif.
-
scott snyder authored
Add header concepts.h with an ATH_REQUIRES macro, to hide a requires clause from compilers that don't support concepts.
-
scott snyder authored
Add a simple command-line utility to translate cell ID hashes into something readable.
-
scott snyder authored
Add ToolConstants::toString(). Allow ToolConstants::setrep to take the payload via move.
-
scott snyder authored
Allow passing extra keyword arguments to McEventSelectorCfg, to allow configuring things like how often the geneated LBN changes.
-
- May 02, 2020
-
-
Edward Moyse authored
ATLASRECTS-5428 : Removed leftover flag in RungeKuttaProp - useCondObj. This messed up InDetPatterRec See merge request atlas/athena!32569
-
R D Schaffer authored
-
Vakhtang Tsulaia authored
AthViews+TrigT1NSWSimTools: cmake fixes See merge request atlas/athena!32561
-
Vakhtang Tsulaia authored
AthenaPoolExampleConverter+AFP_ByteStream2RawCnv: cmake fixes See merge request atlas/athena!32525
-
Vakhtang Tsulaia authored
MuonDigToolInterfaces+MuonRegionSelector+TrackRecord: cmake fixes See merge request atlas/athena!32526
-
Vakhtang Tsulaia authored
FastCaloSimAthenaPool: cmake fixes See merge request atlas/athena!32558
-
Vakhtang Tsulaia authored
TrigEDMConfig: python 3 fix See merge request atlas/athena!32550
-
Vakhtang Tsulaia authored
MuonCondCabling: Make sure RDOindex is initialized. See merge request atlas/athena!32551
-
Vakhtang Tsulaia authored
TrackD3PDMaker: Remove references to undefined variables. See merge request atlas/athena!32552
-
Vakhtang Tsulaia authored
DerivationFrameworkMuons: Python 3 / flake8 fixes. See merge request atlas/athena!32554
-
Vakhtang Tsulaia authored
TrigPSC: Fix compilation warning with py3.7. See merge request atlas/athena!32555
-
Vakhtang Tsulaia authored
InDetPhysValMonitoring: Fix clang warnings. See merge request atlas/athena!32556
-
Vakhtang Tsulaia authored
TrigEgammaMatchingTool: Fix clang warnings. See merge request atlas/athena!32557
-
Vakhtang Tsulaia authored
LUCID_G4_SD: cmake fixes Closes LUCID_G4_SD-20200501 See merge request atlas/athena!32559
-
Vakhtang Tsulaia authored
TrkEventTPCnv: cmake fixes See merge request atlas/athena!32560
-
Vakhtang Tsulaia authored
add CalibHitToCaloCellTool See merge request atlas/athena!32304
-
- May 01, 2020
-
-
Lukas Alexander Heinrich authored
-
Vakhtang Tsulaia authored
Temporarily comment jet chain to address ATR-21327 See merge request atlas/athena!32527
-
-
scott snyder authored
Library dependency fixes. Don't build the same objects into multiple libraries.
-
scott snyder authored
Library dependency fixes.
-
scott snyder authored
Don't build objects into more than one library. Instead, the component library should depend on the non-component library.
-
scott snyder authored
Don't build the same sources into more than one library.
-
scott snyder authored
Missing override keywords.
-
scott snyder authored
Unused private data members. (A couple left commented-out for documentation purposes.)
-
scott snyder authored
As of python 3.7, PyOS_AfterFork is replaced by PyOS_AfterFork_Child.
-
scott snyder authored
Re-apply python 3 fixes clobbered by previous change. Enable flake8 checking for the python directory and fix warnings.
-
scott snyder authored
NextToInnermost / DBMHits variables are no longer always available. Remove references to them.
-