- Mar 25, 2019
-
-
Edward Moyse authored
Add l1 thresholds to chains config See merge request atlas/athena!22079
-
Edward Moyse authored
Random ROB requests in MTCalibPeb See merge request atlas/athena!22094
-
-
Edward Moyse authored
Remove AdjustableT0Tool (Fix for ATLASRECTS-4825) Closes ATLASRECTS-4825 See merge request atlas/athena!22093
-
Edward Moyse authored
AtlasPyFwdBwdPorts: fix build warnings (ATLINFR-2605) See merge request atlas/athena!22104
-
Edward Moyse authored
PrivateTools style for ComponentAccumulators in InDetDigitization See merge request atlas/athena!22086
-
Edward Moyse authored
Replace Svc's with Private Tools. Move caches to CondAlg. 3rd attempt. See merge request atlas/athena!21815
-
Edward Moyse authored
AthConfigFlags.py: Add method to set flags from command line See merge request atlas/athena!22025
-
- Mar 22, 2019
-
-
Frank Winklmeier authored
Patch two MANIFEST files to not exclude files that have never been included in the first place. This avoids warnings like ``` warning: no previously-included files matching '*.pyc' found anywhere in distribution ```
-
Vakhtang Tsulaia authored
Create pile-up events hash and store it in xAOD::EventInfo, master edition (ATLASSIM-3795) See merge request atlas/athena!21398
-
Vakhtang Tsulaia authored
SECOND TRY: Add support for complex jet chains. Temporarily limit menu items for simple chains. See merge request atlas/athena!21759
-
Vakhtang Tsulaia authored
AtlasPyFwdBwdPorts: remove enum34 module See merge request atlas/athena!22075
-
Vakhtang Tsulaia authored
Drop keyless retrieve of xAOD::EventInfo in CscDigitizationTool See merge request atlas/athena!22091
-
Vakhtang Tsulaia authored
Dealing with Multiple McEventCollections See merge request atlas/athena!21993
-
Vakhtang Tsulaia authored
Manual sweep of athenaprivate1!16317 from 21.0 to master: workaround for the issues seen when passing zero lifetime particles to Geant4 (ATLASSIM-3313) See merge request atlas/athena!22026
-
Vakhtang Tsulaia authored
Fixed an issue that L2MuonSA can't work in the newJO test due to wrong values of MDT circles, ATR-16944 See merge request atlas/athena!22042
-
Vakhtang Tsulaia authored
TileMonitoring: Migrate monitoring Tile time with jets for Run 3 See merge request atlas/athena!22057
-
Vakhtang Tsulaia authored
GeoPrimitives: Drop backwards compatibility with Eigen <= 3.3.0 See merge request atlas/athena!22073
-
Vakhtang Tsulaia authored
G4DebuggingTools: declare public headers See merge request atlas/athena!22076
-
Vakhtang Tsulaia authored
TrigEgammaEmulationTool: Fix variable naming See merge request atlas/athena!22080
-
Stewart Martin-Haugh authored
Moving code for electron chain setup from TUT to TMMT See merge request atlas/athena!21596
-
-
Tomasz Bold authored
-
- Mar 21, 2019
-
-
Vakhtang Tsulaia authored
R-hadron cleanup for master See merge request atlas/athena!22034
-
Vakhtang Tsulaia authored
Add HLT timeout handling and improve handling of other errors See merge request atlas/athena!21931
-
Vakhtang Tsulaia authored
disable access to the offline conditions in the online mode - it fixes ATLASRECTS-4865 Closes ATLASRECTS-4865 See merge request atlas/athena!21874
-
Vakhtang Tsulaia authored
Consider bad SCT strips in InDetTrackHoleSearchTool (ATLASRECTS-4902) See merge request atlas/athena!22070
-
-
Vakhtang Tsulaia authored
LongLivedParticleDPDMaker: Remove reference to xAOD::EventInfo. See merge request atlas/athena!22062
-
Vakhtang Tsulaia authored
CaloCondPhysAlgs: Use conditions handle to read hvcorr information. See merge request atlas/athena!22069
-
Vakhtang Tsulaia authored
TrigT1CaloToolInterfaces+TrigT1CaloTools: Make most methods of IL1CPMTools const. See merge request atlas/athena!22061
-
Will Leight authored
The AdjustableT0Tool is used by two tools to cache segment t0 values in order to pass them to the MdtDriftCircleOnTrackCreator: this is obviously not MT-friendly. The first tool that does this is the DCMathSegmentMaker: since in this case there is only one such t0, it is trivial to pass it to the MdtDriftCircleOnTrackCreator. The other tool, the MooTrackBuilder, potentially caches more values: however, the method that does this is not used anywhere, so I removed it. The AdjustableT0Tool can then be removed from the configuration of the MdtDriftCircleOnTrackCreator, which simply uses the t0 passed from the DCMathSegmentMaker. (Or, in the case of stau reconstruction, the t0 it retrieves from the separate stau t0 tool.) For now, I'm not deleting the AdjustableT0Tool entirely, as it might come in handy if rewritten to be MT-friendly, but at the moment there is no need for it.
-
John Chapman authored
CscDigitizationTool was retrieving an `xAOD::EventInfo` object from the `evtStore` and storing the event and run numbers in member variables. These values were only used in two DEBUG messages.
-
Siarhei Harkusha authored
-
Tomasz Bold authored
-
Peter Hansen authored
-
Rupert Tombs authored
-
Frank Winklmeier authored
Change variable names to comply with ATLAS naming convention and to avoid compilation warnings.
-
Tomasz Bold authored
-
Tomasz Bold authored
-