- Nov 05, 2019
-
-
Liangliang Han authored
-
- Oct 18, 2019
-
-
Liangliang Han authored
silence all the 'unused parameter' warnings arisen from the file athena/Simulation/G4Atlas/G4AtlasTools/G4AtlasTools/DerivedG4Process.h
-
- Oct 17, 2019
-
-
Liangliang Han authored
-
- Oct 09, 2019
-
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
-
- Oct 07, 2019
-
-
Liangliang Han authored
-
- Sep 16, 2019
-
-
Liangliang Han authored
-
- Sep 15, 2019
-
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
-
- Sep 11, 2019
-
-
Liangliang Han authored
change that line into Athena_test::initGaudi(optionForTest.txt, g_svcLoc);, but test will fail, I change it back
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
-
Liangliang Han authored
put G4MyPhysicalVolume.h in a common directory, which is is Simulation/G4Atlas/G4AtlasTools/G4AtlasTools
-
- Sep 10, 2019
-
-
Liangliang Han authored
-
Liangliang Han authored
-
- Sep 09, 2019
-
-
Adam Edward Barton authored
MinBias track count monitoring for AthenaMT. See merge request atlas/athena!26237
-
-
Adam Edward Barton authored
Fix incorrect boundary check (off by one) See merge request atlas/athena!26404
-
Adam Edward Barton authored
Sweeping !24343 from 21.0 to master. Add functionality to store auxiliary information in TFCSSimulationState See merge request atlas/athena!26413
-
Adam Edward Barton authored
Dropped the dependency on TagInfo from TrackingVolumesSvc See merge request atlas/athena!26412
-
Adam Edward Barton authored
xAODCore: Updates for MT thinning. See merge request atlas/athena!26418
-
Adam Edward Barton authored
CaloTools: Update test reference file. See merge request atlas/athena!26407
-
Adam Edward Barton authored
EventInfo: Suppress cppcheck warning. See merge request atlas/athena!26419
-
Adam Edward Barton authored
TestLArHardwareID+LArGeoH6Cryostats+LArEventTest: CxxUtils::make_unique -> std::make_unique See merge request atlas/athena!26411
-
Adam Edward Barton authored
TrkVertexFitterInterfaces, etc: Make IVertexFitter const. See merge request atlas/athena!26408
-
Make the fit() methods of IVertexFitter const. Needed to fix ToolHandle constness issues.
-
Liangliang Han authored
-
Adam Edward Barton authored
Protect against negative elements on the diagonal of covariance matrices See merge request atlas/athena!26401
-
In rare occasions, the track fit may result in parameters with unphysical covariance matrices. This can occur if the inputs to the fit are themselves unphysical: e.g., ID tracks with pT of hundreds of TeV. This fix adds a protection against such tracks, to avoid crashes down the line.
-
Adam Edward Barton authored
Merge branch 'master_use_correct_pixel_lorentz_angle_in_digital_cluster_on_track_tool' into 'master' Create digital pixel cluster on track tool configurable explicitly rather than cloning. See merge request atlas/athena!26402
-
Adam Edward Barton authored
InDetPerformanceRTT: fix switch configuration for ART tests See merge request atlas/athena!26403
-
Adam Edward Barton authored
xAODJetAthenaPool: Work around converter race for xAOD::JetContainer. See merge request atlas/athena!26410
-
Adam Edward Barton authored
AthenaPoolCnvSvc: Pass SG key to createPersistent/createTransient. See merge request atlas/athena!26415
-
Adam Edward Barton authored
Run3 trig feature access test2 See merge request atlas/athena!26333
-
Liangliang Han authored
firstly, in order to access private items of tested class from my test code, I add my test class as a function of the tested class instead of using macron name definition. Secondly, because CollectionMerge is not necessary, I just delete things related to it from CMakeLists.txt, _gtest.cxx
-