- Jan 08, 2024
-
-
scott snyder authored
Work around false positive null pointer dereference warning.
-
scott snyder authored
Avoid false positive warning about null pointer dereference.
-
- Jan 07, 2024
-
-
Vakhtang Tsulaia authored
ZDC config should not configure GeoModelSvc directly See merge request !68026
-
Vakhtang Tsulaia authored
BeamEffects: explicitly set geometry to be used in tests See merge request !68027
-
Vakhtang Tsulaia authored
InDetGlobalMonitoringRun3Test: Avoid warnings in cosmic runs. See merge request !68012
-
Vakhtang Tsulaia authored
PileupReweighting: add common PRW file for MC23d See merge request !68001
-
PileupReweighting: add common PRW file for MC23d Hello, This MR is introducing a common PRW file for the MC23d campaign (`mc23d.450000.physlite.prw.v1.root`), which will be necessary for MC23d DAOD_PHYSLITE production. I updated the ilumicalc files for data22 and data23, they correspond to the tightest GRLs, assuming these will be used by most analyses. We were also missing actual mu files for data22 and data23. Details about the PRW file can be found in ATLASG-2658. Cheers, Bertrand
-
Vakhtang Tsulaia authored
SUSYTools: add support for MC23d See merge request !68006
-
Vakhtang Tsulaia authored
tauRec: minor ConfigFlags cleanup See merge request !68005
-
Vakhtang Tsulaia authored
Merge FastClusterMakerTool with main config See merge request !68000
-
Merge FastClusterMakerTool with main config
-
Vakhtang Tsulaia authored
MuonReadoutGeometry: Fix bogus warnings. See merge request !68013
-
Vakhtang Tsulaia authored
LArRawConditions: Be more restrictive in selecting classes for dictionaries. See merge request !68019
-
Vakhtang Tsulaia authored
BPHY12 fix See merge request !68034
-
Vakhtang Tsulaia authored
added new methods to store payloads as files See merge request !67992
-
added new methods to store payloads as files
-
Vakhtang Tsulaia authored
LWHists: Fix gcc14 warnings. See merge request !68047
-
Vakhtang Tsulaia authored
TileMonitoring: Fix cppcheck warnings. See merge request !68048
-
- Jan 06, 2024
-
-
Vakhtang Tsulaia authored
CaloRingerTools: Fix duplicate gaudi property. See merge request !68037
-
Vakhtang Tsulaia authored
MuonD3PDMaker: Remove some old/unused code. See merge request !68040
-
Vakhtang Tsulaia authored
EventCommonD3PDMaker: Delete some old code. See merge request !68039
-
Vakhtang Tsulaia authored
TrackD3PDMaker: Delete old/unused code. See merge request !68041
-
Vakhtang Tsulaia authored
LArCalibUtils: CA dependency fix. See merge request !68038
-
Vakhtang Tsulaia authored
TruthD3PDMaker: Remove old/unused code. See merge request !68042
-
Vakhtang Tsulaia authored
TruthD3PDAnalysis: Remove old/unused code. See merge request !68043
-
Vakhtang Tsulaia authored
egammaD3PDAnalysis: Delete old/unused code. See merge request !68044
-
Vakhtang Tsulaia authored
TrkDetDescrUtils: Fix compilation with gcc14. See merge request !68045
-
Vakhtang Tsulaia authored
AthContainers: Add a test for copying from/to a span. See merge request !68009
-
Vakhtang Tsulaia authored
AthContainers: Fix BaseInfo initialization. See merge request !68008
-
AthContainers: Fix BaseInfo initialization. When we load a library containing a DataVector that does not have a DATAVECTOR_BASE declaration, the BaseInfo for the DataVector class may not get created until the class is actually used. Add a reference to the BaseInfo instance to the DVLInfo ctor to force it to be created earlier. See ATEAM-674.
-
Vakhtang Tsulaia authored
AthenaConfiguration: Clean up some bogus warnings from CA->legacy conversion. See merge request !68035
-
scott snyder authored
Potential out-of-bounds array writes.
-
- Jan 05, 2024
-
-
scott snyder authored
Don't call methods on an object after its destructor has been called.
-
scott snyder authored
CompactBinnedArray1D::m_array can't be declared const, since it gets written by operator=.
-
scott snyder authored
Delete old/unused code.
-
scott snyder authored
Remove old/unused code.
-
scott snyder authored
Remove old/unused code.
-
scott snyder authored
Delete old/unused code.
-
scott snyder authored
Remove somem old/unused code.
-
Vakhtang Tsulaia authored
MuonCnvExample: Fix usage of CondDB.addFolder(). See merge request !68010
-