- 31 Aug, 2022 1 commit
-
-
Added codes to allow modifying Xi2max value in preinclude
-
- 29 Aug, 2022 39 commits
-
-
Frank Winklmeier authored
TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders See merge request atlas/athena!56328
-
TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders
-
Frank Winklmeier authored
EGammaCalibration - Revive the EgammaCalibProvider & setup small CA snippets See merge request atlas/athena!56251
-
EGammaCalibration - Revive the EgammaCalibProvider & setup small CA snippets
-
Frank Winklmeier authored
BPHY12: Bring in code from 21.2 See merge request atlas/athena!56323
-
BPHY12: Bring in code from 21.2
-
Frank Winklmeier authored
GenericTruthThinning: Fix duplicate property Warning See merge request atlas/athena!56321
-
Frank Winklmeier authored
23.0-cppcheck-TRT_CalibAlgs See merge request atlas/athena!56317
-
23.0-cppcheck-TRT_CalibAlgs
-
Frank Winklmeier authored
STEP propagator move some internal/private methods to the anonymous namespace See merge request atlas/athena!56294
-
STEP propagator move some internal/private methods to the anonymous namespace
-
Frank Winklmeier authored
TrfTestART: Add dcube histograms for q442 PHYSLITE test See merge request atlas/athena!56291
-
Add xAODHist.py script based on xAODDigest to save histograms in an extra ROOT file from DAOD_PHYSLITE or DAOD/AODs inputs mainly for subsequent dcube plotting in ART jobs
-
Frank Winklmeier authored
Update packages:DerivationFrameworkTileCal from upstream/21.2 to upstream/master via pseudo-merge See merge request atlas/athena!56183
-
Update PhysicsAnalysis/DerivationFramework/DerivationFrameworkTileCal/python/TCAL1.py, PhysicsAnalysis/DerivationFramework/DerivationFrameworkTileCal/share/TCAL1.py
-
Frank Winklmeier authored
LArCoudeAbsorbers+Electrodes: remove lazy initialization of members See merge request atlas/athena!56268
-
Frank Winklmeier authored
MuonMomentumCorrections - Remove depricated tool MuonCalibrationPeriodTool See merge request atlas/athena!56084
-
MuonMomentumCorrections - Remove depricated tool MuonCalibrationPeriodTool
-
Frank Winklmeier authored
TrkV0Fitter: Remove old dependencies and add CA config See merge request atlas/athena!56292
-
TrkV0Fitter: Remove old dependencies and add CA config
-
Frank Winklmeier authored
Cleanup CutFlowSvc configuration a bit See merge request atlas/athena!56255
-
Frank Winklmeier authored
GaussianTrackDensity rm seeming unused (other than getting filled) std::map m_upperMap See merge request atlas/athena!56295
-
GaussianTrackDensity rm seeming unused (other than getting filled) std::map m_upperMap
-
Frank Winklmeier authored
23.0-cppcheck-AtlasDetDescr See merge request atlas/athena!56297
-
23.0-cppcheck-AtlasDetDescr
-
Frank Winklmeier authored
Sweeping !56230 from 21.0 to master. FCS Fix double counting of total energy in simulstate See merge request atlas/athena!56271
-
Frank Winklmeier authored
xAOD::TEvent Speedup, master branch (2022.08.26.) See merge request atlas/athena!56272
-
Made it faster for analysis code to repeatedly check for missing objects. When analysis code uses xAOD::TEvent::contains<...>(...) to check if it should do something, the old code ended up calling TTree::GetBranch(...) for missing containers/branches, every time that xAOD::TEvent::contains was called. First off the TTree::GetBranch(...) call was replaced by a faster search among the top-level branches of the tree. But even more importantly, xAOD::TEvent was taught to remember what branches/objects it already looked for, but didn't find. So that on subsequent calls it would be able to determine more quickly that the object/branch is (still) missing.
-
Frank Winklmeier authored
BPhy4: Bring in recent changes from 21.2 See merge request atlas/athena!56304
-
BPhy4: Bring in recent changes from 21.2
-
Frank Winklmeier authored
JetCalibTools: Fix infinite loop in smearing correction See merge request atlas/athena!56301
-
JetCalibTools: Fix infinite loop in smearing correction
-
Frank Winklmeier authored
23.0-cppcheck-CaloRecGPU See merge request atlas/athena!56276
-
23.0-cppcheck-CaloRecGPU
-
Adam Edward Barton authored
-
Frank Winklmeier authored
Analogues as in previous commit for LArCoudeAbsorbers.
-
Frank Winklmeier authored
Clean up TrackingVolumes un-needlessy declared as const See merge request atlas/athena!56242
-
In various places we were declaring TrackingVolumes as const, and then we were manipulating them later on in the call chain. We do no need to create new Tracking Volumes as const as a starting point. Especially if the next step is manipulate/fill them by passing them to relevant tools .... So the proper idea seems to be (done in other MT related migrations) : * Let's create them as non-const * manipulate/ add to them/ glue them together, * when we are done access them later on `as const` via proper `const correct` interfaces. This MR is step 0, the basic prequisite for cleaning up of all the helpers/processors etc etc. It avoids a few `const_cast` and marks back some methods as `THREAD_SAFE` already.
-
Frank Winklmeier authored
CxxUtils: thread-safety checker config update See merge request atlas/athena!56282
-