- Dec 19, 2019
-
-
scott snyder authored
Update the handling of CORAL attributes to work with both py3 and py2. Can simplify it now using a pyroot template proxy.
-
scott snyder authored
Update the handling of CORAL attributes to work with both py3 and py2. Can simplify it now using a pyroot template proxy. Also remove reference to izip, which doesn't exist in py3.
-
- Dec 17, 2019
-
-
Edward Moyse authored
fix uninitialized property in FTKBankGenAlgo See merge request atlas/athena!28978
-
Edward Moyse authored
TriggerMenu: Further python3 fixes See merge request atlas/athena!28972
-
Edward Moyse authored
Externals Update, master branch (2019.12.16.) See merge request atlas/athena!28943
-
Edward Moyse authored
Merge branch 'egammaCheckEnergyDepositTool_allow_1st_layer_to_be_as_large_as_presampler' into 'master' egammaCheckEnergyDepositTool change default cut values See merge request atlas/athena!28962
-
Edward Moyse authored
ElectronSuperClusterBuilder : Remove (at least for now) pseudo-tangent search not really used in Rel 21 See merge request atlas/athena!28960
-
Edward Moyse authored
Merge branch 'InDetPhysValMonitoring_master_allow_validation_of_extra_trackcollections' into 'master' Allow to monitor additional track collections. See merge request atlas/athena!28885
-
Edward Moyse authored
Fix FlaggedCondData name (ATR-20676) See merge request atlas/athena!28719
-
Edward Moyse authored
NewConfig: Move to ComponentFactory See merge request atlas/athena!28944
-
-
Edward Moyse authored
Update default VMM peak time in master See merge request atlas/athena!28936
-
Edward Moyse authored
DataModelRunTests: python 3 fixes See merge request atlas/athena!28954
-
Edward Moyse authored
AthenaServices: python 3 fix See merge request atlas/athena!28966
-
Edward Moyse authored
Updating the NSW smearing tool See merge request atlas/athena!28952
-
Edward Moyse authored
IOVDbSvc: Remove deprecated retrieve of DataHandle. See merge request atlas/athena!28955
-
Edward Moyse authored
Python3 fix in AthenaCommon See merge request atlas/athena!28941
-
Edward Moyse authored
22.0-FPE_INVALID-RegionSelector See merge request atlas/athena!28942
-
-
Edward Moyse authored
StoreGateTests+AthExJobOptions: Get tests with working with python 3. See merge request atlas/athena!28958
-
Edward Moyse authored
egammaCheckEnergyDepositTool: Use EMFraction*clusterE for the EM energy See merge request atlas/athena!28963
-
Edward Moyse authored
EventCommonD3PDMaker+InDetEventAthenaPool: Remove deprecated retrieve of DataHandle. See merge request atlas/athena!28965
-
Edward Moyse authored
TrigT1NSWSimTools+MMClusterization+MuonMM_CnvTools: Fix clang warnings. See merge request atlas/athena!28968
-
Edward Moyse authored
ISF_Algorithms: Fix clang warnings. See merge request atlas/athena!28967
-
Edward Moyse authored
Write and read aligned TRT detector elements to and from the conditions store See merge request atlas/athena!28327
-
TRT alignment code: move to conditions handle, migrate client TRT_DetElementsRoadMaker, remove callback and create new conditions alg.
-
Edward Moyse authored
Valkyrie+LArMonitoring: Fix flake8 py3 warnings See merge request atlas/athena!28970
-
Edward Moyse authored
IOVDbSvc: python 3 fix See merge request atlas/athena!28956
-
Edward Moyse authored
MuonTruthAlgs: Fix compilation with c++20. See merge request atlas/athena!28969
-
Edward Moyse authored
AthExHive: Get tests working with python 3. See merge request atlas/athena!28957
-
Edward Moyse authored
AthExThinning: Get tests working with python 3 See merge request atlas/athena!28959
-
Edward Moyse authored
New test comparing HLT config with different N forks, threads, slots See merge request atlas/athena!28920
-
Edward Moyse authored
Get chains names for BCID histogram from HLTMenu Closes ATR-20688 See merge request atlas/athena!28887
-
Add nested RateHistogram class for managing published histograms
-
Edward Moyse authored
Updates towards G4AtlasAlg running in new config See merge request atlas/athena!28764
-
Walter Lampl authored
-
scott snyder authored
- Fix relative imports. - iteritems - can't use -1 for level in __import__ - use zip instead of map with a null function - print function. - generators -> list - __builtin__ -> builtins - comparison/sort incompatibilities - integer/float division - metaclass fix - exec statement (Still have to fix uses of exec to set local variables. Will be addressed in a subsequent merge, to keep this one from getting too big.)
-
scott snyder authored
xrange -> range
-
scott snyder authored
- except clause syntax
-
scott snyder authored
A comparison involving HepMcParticleLink becomes ambiguous under c++20's comparison rules. Fixed.
-