This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Oct 05, 2017
-
-
James Beacham authored
Revert "Merge branch 'ATLASRECTS-4165_fix' into '21.0'" See merge request !5190 Former-commit-id: f71c4f2bbe26f6aa1bc2167eb3b428344650c43b
-
James Beacham authored
This reverts merge request !5096 Former-commit-id: 947c19d2d60c7e5d9f0378e3d569c37ca0c5eb2d
-
Tamara Vazquez Schroeder authored
test doWriteTAG and remove HIJet AODFix in AOD2TAG step See merge request !5031 Former-commit-id: 6f7532f8
-
- Oct 04, 2017
-
-
James Beacham authored
This reverts merge request !5138 Former-commit-id: ea113fbe065b29d5d7a13af81cb3d0e85c6ed7c3
-
James Beacham authored
Improvements for Long-Lived Particle Vertexing and DAOD_RPVLL Production See merge request !5138 Former-commit-id: 22bc6c1b
-
James Beacham authored
Fix for ATLASRECTS-4165 See merge request !5096 Former-commit-id: 6b5a7794
-
James Beacham authored
Fix for ATLASRECTS-4181, needed to run AOD to NTUP_PHYSVAL jobs See merge request !5085 Former-commit-id: d988ce5b
-
James Beacham authored
Resolve External Issue See merge request !5068 Former-commit-id: 335edb40c729bd6bde86bae54d871fb8cc05861f
-
James Beacham authored
Fix AFPSOFT-22 according to Scott Snyder suggestion. See merge request !5066 Former-commit-id: 5130749e4728eb1bfc88184769d3aa2b5cb5a2f1
-
James Beacham authored
Fixes in TrigEgammaAnalysisTool to recover JPsi monitoring See merge request !5063 Former-commit-id: a0a10818e2fb621431bd1a6f3da506159ebfc828
-
James Beacham authored
Fix missing LB 1 in output See merge request !5058 Former-commit-id: 7398bdbe7789a8629e3473c2255fc84bd8cd4816
-
James Beacham authored
Resolve memory leaks in TauWPDecorator See merge request !5047 Former-commit-id: 1bdae382
-
James Beacham authored
Cherry-pick of fixes for unit tests of some AthenaPool from master to 21.0 See merge request !5013 Former-commit-id: 2d0671e0
-
James Beacham authored
Move Compressor class from EventCommonTPCnv to AthenaPoolCnvSvc ATLASSIM-3441 See merge request !4876 Former-commit-id: f28dcef6
-
James Beacham authored
Adding data17_hi project tag for Xe-Xe run See merge request !5097 Former-commit-id: aa616a68
-
James Frost authored
Former-commit-id: 11158609
-
- Oct 03, 2017
-
-
James Beacham authored
Revert "Merge branch '21.0-SCT-hole' into '21.0'" See merge request !5086 Former-commit-id: 4b757280
-
James Beacham authored
Fixes for memory leaks in FastCaloSim parametrization code ATLASSIM-3436 See merge request !5053 Former-commit-id: ade77dc1f5484af4afc98ea199f88988b7ebb681
-
James Beacham authored
21.0 draw rpvll adding 3 jet filter for dvmj filter See merge request !4953 Former-commit-id: 4883543e
-
Former-commit-id: 8712d3ed
-
James Frost authored
Former-commit-id: 732bb08c
-
Will Leight authored
This commit fixes a rare crash reported in ATLASRECTS-4165 by protecting against overly-large Eloss in the MS track extrapolation. The standard method of associating Calo material to tracks includes a protection against large Eloss. This fix extends the protection to the fall-back method used in the (extremely) rare case that the first method fails. More details can be found in a presentation given at the October 3 Reconstruction meeting: https://indico.cern.ch/event/668953/contributions/2736421/attachments/1534241/2402813/reco_meeting_10-3-17.pdf, slide 3. Tier0 tests showed no FT0 violation: results are available at /afs/cern.ch/work/w/wleight/public/MuonSW/ATLASRECTS-4165_fix/. Former-commit-id: 4f82f597
-
James Beacham authored
Added Debug message to TrigEgammaMontirongTools See merge request !5026 Former-commit-id: 0ae301b1
-
James Beacham authored
Sweep "FastCaloSim: Fix unsafe cast" from master to 21.0. See merge request !4964 Former-commit-id: 3c61c966
-
James Beacham authored
21.0 desdm mcp addcontent See merge request !4752 Former-commit-id: 4f99e450
-
James Beacham authored
This reverts merge request !4475 Former-commit-id: e029d281
-
Mark Hodgkinson authored
Remove usage of NoVtx because it is not needed in this context. This also happens to fix ATLASRECTS-4181 Former-commit-id: c98a9ecc8aa68b0b0fce43b63db96542bb227cdf
-
- Oct 02, 2017
-
-
Ewelina Maria Lobodzinska authored
move the lines adding TXT files to the list of saved items - in case of the cleaning option switched on Former-commit-id: 0a2addceee9f8131d44ac9014f7c4acdd562bf1c
-
Ewelina Maria Lobodzinska authored
Former-commit-id: 961ed070
-
James Beacham authored
Loosen the criteria of the alert for the plots, Shift/ES_muChainEFiso1, in the HLT muon offline DQ See merge request !5014 Former-commit-id: 26fa69b2
-
James Beacham authored
Fix segmentation fault reporeted in ATR-17064 See merge request !4991 Former-commit-id: e1371a6f
-
James Beacham authored
Adding art-output: directives to all TriggerTest grid packages to save outputs on the grid See merge request !4956 Former-commit-id: a6196f1a
-
James Beacham authored
Updates to use SCT_ConditionsSummarySvc::isGood in InDet::InDetTrackHoleSearchTool::isBadSCTChip (ATLASRECTS-4013) See merge request !4475 Former-commit-id: e3d8a96d
-
Updates to use SCT_ConditionsSummarySvc::isGood in InDet::InDetTrackHoleSearchTool::isBadSCTChip (ATLASRECTS-4013) Former-commit-id: 06963ec6
-
Grzegorz Gach authored
Moved initialisation and definition of static const class members to source files, becuase anyway the variables would have to be defined in source files if they are ever bound to a reference. Lack of definition can cause link failures, but often only in debug builds. See <https://stackoverflow.com/questions/5391973/undefined-reference-to-static-const-int> Former-commit-id: fd9a7636
-
Peter Onyisi authored
Former-commit-id: 60a7c4c1
-
Peter Onyisi authored
Former-commit-id: f14c203c
-
Fernando Monticelli authored
Former-commit-id: 7e3083be
-
Peter Onyisi authored
Former-commit-id: b2b56000
-
John Chapman authored
This is part of the fix for ATLASSIM-3436. Former-commit-id: bfcaa753
-