- Nov 10, 2017
-
-
Add new DRAW_RPVLL filter for special tracking development See merge request !6238 Former-commit-id: 8f2f5188
-
- Nov 09, 2017
-
-
Adam Edward Barton authored
Remove IssueSeverity usage See merge request !6341 Former-commit-id: b4e231af
-
Adam Edward Barton authored
Sweep from '21.0' into 'master': Updates for GDML-based geometries See merge request !6224 Former-commit-id: 6ab59492
-
Adam Edward Barton authored
Update test_egamma_run_data.sh to use data from CVMFS See merge request !6340 Former-commit-id: 670c6d26
-
Adam Edward Barton authored
TileTBRec: Const fixes. See merge request !6338 Former-commit-id: a736aa36
-
Adam Edward Barton authored
Fixed: uninitialized scalar fields (Coverity issue# 14658) See merge request !6339 Former-commit-id: 09920393
-
Adam Edward Barton authored
GeneratorFilters: const fixes. See merge request !6337 Former-commit-id: 98bf4d37
-
Adam Edward Barton authored
FTK_RecTools: Do not put using declarations in the global namespace in headers. See merge request !6336 Former-commit-id: 2fb2996a
-
Adam Edward Barton authored
Sweeping !6257 from 21.0-mc16d to master. Sweeping !6237 from 21.0 to 21.0-mc16d.Fixing checkCorrelInHIST, readTier0LARNOISE and readTier0TAGs See merge request !6329 Former-commit-id: 71887b10
-
Adam Edward Barton authored
Add missing RunTermination call from G4ThreadInitTool See merge request !6322 Former-commit-id: 25d150c5
-
Adam Edward Barton authored
Bugfix for ADC values from BMGs. See merge request !6306 Former-commit-id: edfcc1f1
-
Adam Edward Barton authored
Update central reconstruction configuraiton to resolve ATR-17235 Closes ATR-17235 See merge request !6304 Former-commit-id: b8a18a54
-
Adam Edward Barton authored
Always notify the original author while sweeping an MR (ATLINFR-2054) See merge request !6300 Former-commit-id: 7447ff8d
-
Adam Edward Barton authored
make ISelectionTool interface to replace IAsgSelectionTool See merge request !6103 Former-commit-id: b4f9c8ed
-
Adam Edward Barton authored
Now big files move to calibration area in "master". (ATLASSIM-3202) See merge request !6299 Former-commit-id: 5509c15a
-
Adam Edward Barton authored
Sweep from '21.3' to 'master': adjust MuonTrackingGeometry for NSW (ATLASSIM-3458) See merge request !6293 Former-commit-id: 06acd61d
-
Adam Edward Barton authored
Migrate EventShapeTools to DataHandles (ATLJETMET-766) See merge request !6227 Former-commit-id: e16bb9e2
-
Emil Obreshkov authored
Sweeping !6314 from 21.0 to master. ART v0.5.4 See merge request !6327 Former-commit-id: 0dc44392
-
Frank Winklmeier authored
This is related to the removal of the IssueSeverity support in StatusCode as part of Gaudi!477. The only remaining use was in the PixelRodDecoder and even that is obsolete code (as you can see from the equivalent code that was already commented in the TRT decoder). Former-commit-id: 85caec8a0666d3cda055fcb31b9bf3604e44d1ea
-
Tim Martin authored
Former-commit-id: b24801d9
-
Tim Martin authored
Former-commit-id: 69dd6409
-
Adam Edward Barton authored
InDetReadoutGeometry: Comply with ATLAS naming conventions. See merge request !6332 Former-commit-id: e1dac306
-
Adam Edward Barton authored
TRT_ConditionsServices: Comply with ATLAS naming conventions. See merge request !6334 Former-commit-id: 6b58d7f4
-
Adam Edward Barton authored
PixelGeoModel: Fix clang warnings. See merge request !6333 Former-commit-id: 4ee771e6
-
Adam Edward Barton authored
Removed several obsolete files from GeoModelKernel See merge request !6292 Former-commit-id: efac9f8c
-
Adam Edward Barton authored
MuonGeoModel: Fix clang warnings. See merge request !6331 Former-commit-id: 3a0fc9fe
-
Adam Edward Barton authored
TrigCaloRec: CLIDSvc -> AthenaKernel See merge request !6335 Former-commit-id: fcf3b6fd
-
Adam Edward Barton authored
LArRawConditions: Add a non-const iterator to LArConditionsContainer. See merge request !6330 Former-commit-id: 60445891
-
Adam Edward Barton authored
Sweep from '21.0' to 'master': Add support for reading in TrigInDetTrackTruthMap_tlp3 See merge request !6226 Former-commit-id: ddeef003
-
Adam Edward Barton authored
MuonReadoutGeometry: Comply with ATLAS naming conventions. See merge request !6252 Former-commit-id: 798d2690
-
Adam Edward Barton authored
Migrate JetCalibTools to DataHandles (ATLJETMET-766) See merge request !6225 Former-commit-id: 6e8e6ca7
-
Adam Edward Barton authored
Another permission bug fix ATLINFR-2011 Control/SGTools/SGTools/ATLAS_CHECK_THREAD_SAFETY Closes ATLINFR-2011 See merge request !6295 Former-commit-id: e7e000df
-
Former-commit-id: b467407b
-
John Chapman authored
These tools hang off the `DetectorGeometrySvc` and will allow geometry building from GDML to work properly. The first use-case uses them to define non-standard materials (replacing the code that was previously in `DetectorGeometrySvc::BuildExtraMaterials()`) and is in this merge request. They could also be used to set smartlessness or other tracking parameters in a neat way (possibly could be an alternate approach for ATLASSIM-1727). See ATLASSIM-3047. Former-commit-id: f1f0b249
-
John Chapman authored
Based on changes by @dellacqu in `G4AtlasTools-00-02-11-04` and `G4AtlasTools-00-02-11-05`. Added a `GDMLDetectorTool` to read in GDML geometries. See ATLASSIM-3478. Former-commit-id: e511cb77
-
John Chapman authored
Based on changes by @dellacqu in `G4AtlasTools-00-02-11-04` and `G4AtlasTools-00-02-11-05`. Update `GeoDetectorTool` to optionally dump a detector's geometry. See ATLASSIM-3478. Former-commit-id: 51e44e1a
-
Scott Snyder authored
DataVector has had a long-standing bug in which it was possible to retrieve a non-const pointer from a const_iterator. This package was relying on this bug to compile. Fix using ConstDataVector. Former-commit-id: fdef84a8
-
Scott Snyder authored
DataVector has had a long-standing bug in which it has been possible to get a non-const pointer from a const_iterator. Fix instances where this package was relying on that to compile. The class LeadingDiBjetFilter is further problematic as it was taking advantage of this to modify the weights in an existing GenEvent object in StoreGate. However, there's nothing currently using this class, so just remove it. Former-commit-id: a74747a7
-
Scott Snyder authored
Do not put using declarations in the global namespace in headers. Also avoid copying a vector in argument passing. Former-commit-id: 4118f09e
-
scott snyder authored
CLASS_DEF.h has moved from CLIDSvc to AthenaKernel. Former-commit-id: ee90541a
-