- 10 Feb, 2020 24 commits
-
-
Vakhtang Tsulaia authored
DerivationFramework: Update more thinning tools to use MT thinning. See merge request !30094
-
Vakhtang Tsulaia authored
AthenaCommon: Some fixes for athena.py -s See merge request !30132
-
Vakhtang Tsulaia authored
LArMonTools: python 3 and private tool fixes See merge request !30133
-
Vakhtang Tsulaia authored
RecExOnline: python 3 fixes See merge request !30134
-
Vakhtang Tsulaia authored
LArCalibProcessing: python 3 fixes See merge request !30138
-
Vakhtang Tsulaia authored
LArConditionsCommon: python 3 fixes See merge request !30139
-
Vakhtang Tsulaia authored
tauRecTools: Missing #include. See merge request !30140
-
Vakhtang Tsulaia authored
CaloUtils: Threading cleanup for CaloTowerBuilderToolBase. See merge request !30145
-
Vakhtang Tsulaia authored
IOVDbTestAlg: cmake fix See merge request !30146
-
Vakhtang Tsulaia authored
SGTools: Lock t2p map See merge request !30171
-
Vakhtang Tsulaia authored
AthenaServices: Add locks in ItemListSvc. See merge request !30172
-
Vakhtang Tsulaia authored
TileRec: python 3 fixes See merge request !30173
-
Vakhtang Tsulaia authored
TileRecEx: python 3 fixes See merge request !30175
-
Vakhtang Tsulaia authored
TileSimEx: python 3 fixes See merge request !30176
-
Vakhtang Tsulaia authored
CaloClusterCorrection+CaloInterface+egammaD3PDAnalysis+egammaD3PDMaker: Remove CaloClusterTimeTool. See merge request !30180
-
Vakhtang Tsulaia authored
AthenaPoolTest: Fix for spaces in selection pattern. See merge request !30206
-
Vakhtang Tsulaia authored
TrigMinBiasMonitoring: cmake fixes See merge request !30207
-
Vakhtang Tsulaia authored
AsgMessaging: cmake fix See merge request !30208
-
Vakhtang Tsulaia authored
AthenaKernel: Add MetaCont::get(), for easier use from python. See merge request !30220
-
Vakhtang Tsulaia authored
AthenaMonitoring: cmake fix See merge request !30221
-
Vakhtang Tsulaia authored
LArRawConditions+LArCondTPCnv: Fix checking for empty subset vector. See merge request !30222
-
Vakhtang Tsulaia authored
MuonMomentumCorrections: cmake fixes See merge request !30224
-
Vakhtang Tsulaia authored
Digitization: cmake fix See merge request !30225
-
Vakhtang Tsulaia authored
AthenaCommon: Update reference file. See merge request !30227
-
- 09 Feb, 2020 7 commits
-
-
scott snyder authored
Fix test failure in master.
-
scott snyder authored
Remove reference to deleted file.
-
scott snyder authored
- Missing dependency on MuonSelectorTools. - Remove undefined/unneeded Boost macro references.
-
scott snyder authored
Needed to fix assertion failures.
-
scott snyder authored
When checking in LArCompactSubsetVector::setTimings to see if this is the first setting, check m_data rather than m_timeBinWidth (which could have been set to something non-zero in initialization). Needed to fix assertion failures.
-
scott snyder authored
Add missing find_package for ROOT.
-
scott snyder authored
Add a get() method to MetaCont that returns the payload directly as a pointer. This is easier to call from python than find(), which passes back a pointer via a reference argument.
-
- 07 Feb, 2020 9 commits
-
-
scott snyder authored
Remove reference to nonexistent file. Also add missing test reference file.
-
scott snyder authored
Fix typos/duplications in dependency list.
-
scott snyder authored
A quoting fix in the comparison script in order to handle properly spaces in a selection pattern. Update reference file. Also fix sensitivity to paths used to find data files.
-
Edward Moyse authored
HLT migration for python 3 See merge request atlas/athena!30129
-
Edward Moyse authored
Fix bugs of SCT_MonitorConditionsTool (ATLASRECTS-5285) See merge request atlas/athena!30063
-
Fix a bug of SCT_MonitorConditionsTool::nBlock. Get the number of strips with defects in only interested range.
-
Edward Moyse authored
Add athena versions of three options so that command line can be shared more easily See merge request atlas/athena!30081
-
Edward Moyse authored
fix egammaOQFlagsBuilder::findCentralCell (parameter should be passed by reference) See merge request atlas/athena!30183
-
Edward Moyse authored
TrkDetDescrUtils: thread-safety check fix See merge request atlas/athena!30143
-