- Nov 30, 2022
-
-
Use prefix increment operator as suggested by cppcheck
-
Selaiman Ridouani authored
-
- Nov 24, 2022
-
-
HGTD_DigitizationTool should use the m_vetoThisBarcode property rather than crazyParticleBarcode directly
-
- Nov 21, 2022
-
-
Rename indexes of ID in the HGTD_GmxInterface
-
- Nov 16, 2022
-
-
New HGTD detector tool to building the passive material
-
- Nov 15, 2022
-
-
Revert "added a tool for the holes on track search in ITk" This reverts commit c64ac4b492d5de0d0662a246e0856cad937bc1e7.
-
- Nov 11, 2022
-
-
Upgrade support for geometry building from .sqlite files
-
- Nov 09, 2022
-
-
Tadej Novak authored
-
- Nov 07, 2022
-
-
TSOS: keep FitQualityOnsurface as value. Re-organise constructors
-
- Oct 26, 2022
-
-
Fix out-of-bounds (debug) error in HGTD GeoModel
-
- Oct 20, 2022
-
-
scott snyder authored
Need to include header for TrackingGeometry rather than forward declaring it if we're using it with conditions handles. Otherwise, CondCont<Trk::TrackingGeometry> is defined inconsistently, leading to a ODR violation
-
- Sep 06, 2022
-
-
ATLASRECTS-7249, ATLASRECTS-7251 , make clear where the remaining issues are for ATLASRECTS-7246
-
- Sep 03, 2022
-
-
ATLASRECTS-7253 : MuonTrackingGeometry seemingly can become safe
-
- Sep 01, 2022
-
-
ATLASRECTS-7248 : Detached tracking volume const fixes
-
- Aug 29, 2022
-
-
TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders TrackingVolumeManipulator,TrackingVolumeHelper, TrackingVolumeCreator make safe. start on Geometry builders
-
Tadej Novak authored
-
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.
-
- Aug 24, 2022
-
-
TrackingVolumeCreator::CreateTrackingVolume rm un-needed const leading eventually to const_cast
-
- Aug 22, 2022
-
-
ILayerBuilder,ILayerProvide uneeded const . Similar changes to MR 47538 47499 (for the Cond) but for the service ones since they are still around
-
- Aug 15, 2022
-
-
Rename CA-based configuration modules for Simulation/Digitization package + minor syntax for for LArDigitizationConfig
-
Added the handles to the HGTD reco decorations
-
- Jul 26, 2022
-
-
Fix for storing HGTD RDO collection(ATLSWUPGR-155)
-
Improve robustness of HGTD_IterativeExtensionTool
-
- Jul 22, 2022
-
-
fix for HGTD surfaces not being found (ATLSWUPGR-158)
-
- Jul 21, 2022
-
-
TrkDetDescrInterfaces, etc: Propagate TrackingGeometry conditions dependencies. See merge request atlas/athena!55294 (cherry picked from commit af3912e6) 47c9bc07 TrkDetDescrInterfaces: Propagate TrackingGeometry conditions dependencies. df11e625 CaloTrackingGeometry: Propagate TrackingGeometry conditions dependencies. ca1fc204 HGTD_TrackingGeometry: Propagate TrackingGeometry conditions dependencies. fccdb7e3 InDetTrackingGeometry: Propagate TrackingGeometry conditions dependencies. 05be8815 MuonTrackingGeometry: Propagate TrackingGeometry conditions dependencies. 39ca9e8e TrkDetDescrTools: Propagate TrackingGeometry conditions dependencies. 3a5353e2 TrackingGeometryCondAlg: Propagate TrackingGeometry conditions dependencies.
-
TrkDetDescrInterfaces: Propagate TrackingGeometry conditions dependencies. Update TrackingGeometry conditions builder interfaces to pass around a WriteCondHandle rather than ranges, and call addDependency on the handle rather than explicitly intersecting ranges. This allows the conditions container to collect dependency information as well as computing the IOV ranges. Also change to returning unique_ptr where it makes sense. See ATLASRECTS-7087.
-
- Jul 18, 2022
-
-
Removing unnecessary warnings in HGTD::ClusterTruthTool
-
- Jun 22, 2022
-
-
Change indexes name in HGTD GeoModelXML
-
- Jun 17, 2022
-
-
RecExCommon: remove workaround in B-tagging configuration Remove `configurableRun3Behavior` workaround in RecExCommon. Relates to ATLASRECTS-6635.
-
- Jun 15, 2022
-
-
Cond Algorithms non-reentrant VI
-
- May 23, 2022
-
-
Frank Winklmeier authored
Enable the thread-checker. Explicitly pass the pulse waveform instead of storing it in a mutable member.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- May 19, 2022
-
-
Tadej Novak authored
-
Frank Winklmeier authored
Passing the `MessageSvc` pointer is no longer necessary for `AthMessaging`.
-
- May 18, 2022
-
-
Tadej Novak authored
-
- May 06, 2022
-
-
- May 05, 2022
-
-
- May 03, 2022
-
-