- 16 Dec, 2019 24 commits
-
-
Edward Moyse authored
update test_digimreco_tf_fct_mc16a.sh to test_digimreco_tf_fct_mc16.sh using r10724 See merge request !28869
-
-
Edward Moyse authored
Met MT monitoring update See merge request !28871
-
Edward Moyse authored
MuonReadoutGeometry: Speed up using getGeoIds See merge request !28916
-
Edward Moyse authored
TrigUpgradeTest: Change default data input file and unify set of events between tests Closes ATR-20678 See merge request !28827
-
-
Edward Moyse authored
TrigOutputHandling+TrigConfStorage: Basic python3 fixes See merge request !28919
-
Edward Moyse authored
PyDumper+EventAthenaPool+AthenaPoolUtilities: Get working with python 3. See merge request !28918
-
Edward Moyse authored
xAODCoreAthenaPool: Fixes for MT thinning of xAODShallowAuxContainer. See merge request !28917
-
Edward Moyse authored
PyJobTransformsCore: Basic python3 fixes See merge request !28922
-
Edward Moyse authored
TrigTransform: Basic python3 fixes See merge request !28923
-
Edward Moyse authored
TrigTileMuId+TrigGenericAlgs+InDetJiveXML: See merge request !28924
-
Edward Moyse authored
L1TopoSimulation: Remove deprecated retrieve of DataHandle. See merge request !28926
-
Edward Moyse authored
CscSegmentMakers+TileGeoG4SD: Remove deprecated retrieve of DataHandle. See merge request !28925
-
Edward Moyse authored
MuonAmbiTrackSelectionTool+BTagging+JetTagTools: Fix clang warnings. See merge request !28928
-
Edward Moyse authored
ControlTest: python 3 fixes See merge request !28913
-
Edward Moyse authored
eflowRec: Basic python3 fixes See merge request !28914
-
Edward Moyse authored
StoreGateBindings: Fix refcounting bug. See merge request !28915
-
scott snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
clang warning: unused typedef.
-
scott snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
scott snyder authored
Retrieving a DataHandle is deprecated. Change it to an ordinary retrieve.
-
- 15 Dec, 2019 16 commits
-
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
scott snyder authored
Retrieving a DataHandle is deprecated. This will give a thread-safety warning soon, so change it to an ordinary retrieve.
-
scott snyder authored
- print function - except statement syntax - import issues Also fix a space/tab flake8 warning.
-
scott snyder authored
- print function - except statement syntax - import issues - commands -> subprocess
-
scott snyder authored
- print function
-
scott snyder authored
- Relative import fixes
-
scott snyder authored
Updates needed to get the tests working with python 3 (mostly print statement -> function).
-
scott snyder authored
- Print function.
-
scott snyder authored
Mostly print statement fixes.
-
scott snyder authored
Fix a couple bugs in the MT thinning code of the pool converter for xAODShallowAuxContainer.
-
Walter Lampl authored
Sweeping !28882 from 21.3 to master. Add ART tests running sim/digi/reco on Run3 geometries See merge request !28911
-
scott snyder authored
In MdtReadoutElement, we had in a few places an operation like: ``` for(unsigned int kk=0; kk < cv->getNChildVols(); kk++) { tubenbr = cv->getIdOfChildVol(kk) % 100; layernbr = ( cv->getIdOfChildVol(kk) - tubenbr ) / 100; ``` However, getIdOfChildVol() is an O(N) operations, requiring a walk of the geo graph. Further, geomodel will maintain the transform while it does so, resulting in many calls to Eigen. And Eigen is much, much, much slower in debug builds than in optimized builds. The upshot is that in debug builds, this code was taking many minutes. Rewrite using geoGetIds so that we only need to traverse the geo graph once.
-
scott snyder authored
pyNameFromType() returns ownership to the caller, so the caller needs to do a decref on the result.
-
scott snyder authored
- print function
-
scott snyder authored
Get the tests working with python 3.
-