This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- May 31, 2017
-
-
Hass AbouZeid authored
DESDM_MCP modified to have flag that swtiches between toroid off/on runs See merge request !2262 Former-commit-id: 6cb4dff9
-
Hass AbouZeid authored
Fix mc16c distribution and add mc16a distribution that can be used for mc16c comparisons See merge request !2385 Former-commit-id: 0254d9e1
-
James Frost authored
Former-commit-id: a46b48a7
-
Hass AbouZeid authored
Merge branch '21.1-l1topo-overflow' into '21.1' See merge request !2306 Former-commit-id: 31f37e0f
-
Hass AbouZeid authored
Merge branch 'TIDV-rev6' into '21.1-dev' See merge request !2302 Former-commit-id: 3cf598c4
-
Hass AbouZeid authored
Store HLT online conditions and global tag in TriggerFlags (ATR-16292) See merge request !2309 Former-commit-id: ad3d5e44
-
Hass AbouZeid authored
Really store SCT DCS conditions data updates. See merge request !2271 Former-commit-id: 8246206a
-
James Frost authored
Add mc16a-like distribution with mc16c timestamps, for physics validation use only (as indicated by NOTPRODUCTION) Former-commit-id: 7f3951ff
-
Hass AbouZeid authored
check compare function in test_digitizationtest.sh See merge request !2188 Former-commit-id: f145ef1f
-
Hass AbouZeid authored
Adding updates from RunDependentSimComps-00-00-24 tag See merge request !2276 Former-commit-id: 5a8caa97
-
Hass AbouZeid authored
Merge branch 'ST-ATR16424' into '21.1' See merge request !2315 Former-commit-id: fb8ce671
-
Hass AbouZeid authored
change default bunch spacing to 25ns See merge request !2312 Former-commit-id: 8788869e
-
Hass AbouZeid authored
Backport undefined behavior fixes from master See merge request !2250 Former-commit-id: 51992d7b
-
Hass AbouZeid authored
han config test on reprocessed file from ATR-16377 See merge request !2230 Former-commit-id: 291e93bb
-
Hass AbouZeid authored
Race condition in AthenaMP See merge request !2215 Former-commit-id: 5ae1a24e
-
Hass AbouZeid authored
Fix for ATLASRECTS-4060 See merge request !2283 Former-commit-id: f2560876
-
- May 30, 2017
-
-
Davide Gerbaudo authored
Fix crashes reported in ATR-16424 See merge request !2305 Former-commit-id: 05f0c12a
-
Hass AbouZeid authored
Former-commit-id: c21f3739
-
Walter Lampl authored
Former-commit-id: fe129f90
-
Frank Winklmeier authored
Move the hard-coded default conditions/geometry tag from runHLT_standalone to TriggerFlags from where it can be used also in other job options. Also did some general cleanup. Former-commit-id: 863e54d7
-
Davide Gerbaudo authored
L1topo overflow See merge request !1359 Former-commit-id: d7ad73a2
-
Tidy up TIDV RTT tests See merge request !2179 Former-commit-id: 1c7175c1
-
- May 29, 2017
-
-
Hass AbouZeid authored
Rename checkTriggerConfig script to avoid clash with duplicate (ATLASRECTS-3993) See merge request !2099 Former-commit-id: 7419e6a1
-
Hass AbouZeid authored
Bugfix in CaloCellVecMon: The last events in each job were not monitored. See merge request !1404 Former-commit-id: e0fe40ec
-
Hass AbouZeid authored
Fix GetRelease in JobRunner See merge request !2233 Former-commit-id: aff1cfbb
-
Hass AbouZeid authored
Fix of ATLASRECTS-4063 by adding protection against invalid hashId See merge request !2225 Former-commit-id: 47ea4cb2
-
Hass AbouZeid authored
21.0 25may See merge request !2184 Former-commit-id: ac1737db
-
Hass AbouZeid authored
ATR-16281 See merge request !2177 Former-commit-id: c2bacba1
-
Hass AbouZeid authored
Removing histograms causing errors in HLT/HLTOfflineShift/cosmics_run.config. See merge request !2066 Former-commit-id: a04b2434
-
Hass AbouZeid authored
Offline beamspot sweep part 3 See merge request !2036 Former-commit-id: a5a29926
-
Will Leight authored
This fixes an occasional crash when reconstructing toroid-off data. The problem turned out to be that the standaloneRefit method is not protected against the 0 magnetic field case. Since the refit is not really necessary for processing toroid-off data, the simplest solution is to turn it off. Since this fix only affects toroid-off data, no FT0 violation is expected or observed. Results of running the Tier0 tests can be found at /afs/cern.ch/work/w/wleight/public/MuonSW/ATLASRECTS-4060/. (Note that although the log indicates there were changes in MuonCombinedBaseTools, there were none, I simply checked out the package by mistake and forgot to remove it.) Former-commit-id: c22871d9
-
John Chapman authored
Adding new run numbers for MC15c ITk InclBrl4_OptRing (Step 1.8) + FCal (ATLASSIM-3246). Adding new run numbers for MC15c ITk LoI-VF+FCal, ITk ExtBrl32+FCal, Inclined_Quads+FCal, Inclined_Alternative+FCal and Inclined_LightBarrel+FCal (ATLASSIM-3266). Former-commit-id: a4d53427
-
- May 28, 2017
-
-
Hass AbouZeid authored
Change L1Calo2 outputs, and default setup project See merge request !2260 Former-commit-id: 1b06868f
-
Hass AbouZeid authored
Former-commit-id: e916dcd8
- May 27, 2017
-
-
scott snyder authored
Don't cross-cast unless it is known that the dynamic type is correct. Former-commit-id: 7a2b1ebd
-
scott snyder authored
Suppress some ubsan warnings that are either deliberate, or which occur in external code that we can't directly fix (boost). Former-commit-id: ea4f5ee6
-
scott snyder authored
We get ubsan warnings from TDVCollectionProxy::PushProxy, which contains a deliberate cross-type cast. Suppress ubsan warnings for this function. Former-commit-id: 6fa90cfd36af379b599657a1ea81c3b988deecce
-
scott snyder authored
Suppress ubsan warnings for an intentional cross-cast. Fix ubsan warning for calling a member function from a ctor initializer list. Former-commit-id: 421c3095
-