Merge tag 21.0.91-21.0.92 into 21.9
- Feb 07, 2019
-
-
John Chapman authored
The update in Gaudi version was just done to get the projects in sync. As some of them were already using 019, while others were still on 018.
-
- Feb 05, 2019
-
-
John Chapman authored
Setting `InDetSiTrackMaker.ITKGeometry = True` is no longer necessary as we have already configured an ITK-specific tool prior to this.
-
- Jan 18, 2019
-
-
John Chapman authored
This merge request merges the changes from the ~"21.0" branch between [release/21.0.90](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.90) and [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.92) into the ~"21.9" branch. This is done via a merge of [release/21.3.9](https://gitlab.cern.ch/atlas/athena/tags/release/21.3.9). [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) is a Tier0 release. It's FT0-violating. It includes the FT0V MRs: athenaprivate1!16171, athenaprivate1!15893, athenaprivate1!15117, athenaprivate1!16009, athenaprivate1!16049 [release/21.0.92](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.92) is a Tier0 release. It's FT0-violating. It includes the FT0V MRs: athenaprivate1!15481, athenaprivate1!16537 The latter of which is the merge of ~"21.1" into ~"21.0"
-
- Jan 15, 2019
-
-
John Derek Chapman authored
Large merge to import TrigInDetAnalysis changes from final 21.1-dev to 21.3 See merge request !20320
-
- Jan 14, 2019
-
-
John Derek Chapman authored
FastTRT_Digitization : configuration cleanup See merge request !20280
-
John Derek Chapman authored
Merge release/21.0.92 into 21.3 branch See merge request !20287
-
John Derek Chapman authored
TriggerTest: add a few tests running on data See merge request !20324
-
John Derek Chapman authored
MM clusterization tool See merge request !20256
-
John Derek Chapman authored
test new BCID procedure See merge request !20301
-
John Derek Chapman authored
Update art-include in TriggerTest See merge request !20318
-
- Jan 12, 2019
-
-
Rafal Bielski authored
-
- Jan 11, 2019
-
-
sutt authored
This TrigJpsiMonitoring is legacy code that is no longer used and should probably be removed from the release. It uses the base classes from TrigInDetAnalysis and so this change is to take account of the fix in the TrigInDetAnalysis headers made for compilance with the coding rules. There are still remaining many warnings about deprecated variables such as the endOfRun, but since all this code will be changed in the future and I don't see much point in fixing this at this stage, and instead we should just archive this code, but accept this fix just for the time being so that the release will at least build.
-
sutt authored
Some of the head comments were skipped when making fixing the doxygen compliance, this change fixes those. In addition, it also fixes the protection of the base class of the particleType class. This class inherits from ad std::map<int,string> and ordinarily one should *never* inherit from and std class in this way. However, this change makes the base class private so that the map can never be exposed either from this class or any subsequently derived class, and so avoids all the very sound reasons why inheritance like this would otherwise be a very bad idea.
-
sutt authored
Includes the merge of code from last version of 21.1-dev to 21.3, so all functional changes were already reviewed and fully validated when in the initial MR for 21.1-dev so we don;t need these reviewed again, and just need to see the output from the validation to determine whether this sync has worked. These functional changes inclue addition of a new header file required for matching the full trigger objects with the tracks needed for the full object selection Additional changes not from 21.1-dev includes some tidy up of the comments. Since it was merging 21.1-dev without the copyright, decided to use the oportunity to modify all the file head comments to be more properly doxygen complient as suggested in the coding guidelines. Also updated the year from 2018 to 2019 since I was here. There are also many other code complience cosmetic changes, eg replacing all the __FILENAME_H with PACKAGE_FILENAME_H in the include guards and so on/ As this is such a large set of changes there will inevitably be some code guidelines complience issues that have been missed. I would prefer to merge the ones that we have now, and then fix the rest in additional merge requests over the coming days. These changes are to some extent further discussed in ATR-19009 which these changes partly address.
-
Rafal Bielski authored
Remove 21.1-dev/AthenaP1 (deleted branch) and master/AthenaP1 (non-existent project). Add 21.3 where missing. Remove duplicated entries.
-
Denis Oliveira Damazio authored
-
Denis Oliveira Damazio authored
-
Denis Oliveira Damazio authored
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx
-
- Jan 10, 2019
-
-
John Chapman authored
This merge request merges the changes that went into the ~"21.0" branch between the [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) and [release/21.0.92](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.92) tags into the ~"21.3" branch. [release/21.0.92](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.92) contains the following ~"frozen\-tier0\-violating" merge requests: - https://gitlab.cern.ch/atlas/athenaprivate1/merge_requests/15481 - https://gitlab.cern.ch/atlas/athenaprivate1/merge_requests/16537 MRs in nightly/21.0/2019-01-06T2159, accepted since nightly/21.0/2018-12-13T2202: !16769: FW-like Code Compatibility !15481: Sweeping !15419 from 21.2 to 21.0. Fix MET_Truth muon selections for IntOut and IntMuons terms !16537: Merge 21.1 into 21.0 The full diff between [release/21.0.92](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.92) and [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) is available at https://gitlab.cern.ch/atlas/athena/compare/release/21.0.91...release/21.0.92
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecExampleConfigDb.py
-
- Jan 09, 2019
-
-
John Derek Chapman authored
Merge 21.0.91 into 21.3 See merge request !20228
-
John Derek Chapman authored
Add jFex jets from jTower map See merge request !20236
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/src/MmRdoToPrepDataTool.cxx
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/src/MmRdoToPrepDataTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/STgcClusterization/ISTgcClusterBuilderTool.h modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/src/SimpleSTgcClusterBuilderTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/src/SimpleSTgcClusterBuilderTool.h
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/src/MmRdoToPrepDataTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/MMClusterization/IMMClusterBuilderTool.h modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.h modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MMTools.py modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonPrdProviderToolsConfig.py modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecExampleConfigDb.py
-
Tommaso Lari authored
no longer exist (ATLASSIM-2698)
-
- Jan 08, 2019
-
-
Will Kalderon authored
-
Will Kalderon authored
-
Will Kalderon authored
-
Will Kalderon authored
-
Will Kalderon authored
-
Will Kalderon authored
-
Stefano Rosati authored
new file: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MMTools.py modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/python/MuonRecExampleConfigDb.py modified: MuonSpectrometer/MuonReconstruction/MuonRecExample/share/MuonRDO_to_PRD_jobOptions.py
-
Will Kalderon authored
-
John Chapman authored
This merge request merges the changes that went into the 21.0 branch between the [release/21.0.90](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.90) and [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) tags into the 21.3 branch. Details of the individual merge requests that went into [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) were lost in the repository clean-up, but the full diff between [release/21.0.91](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.91) and [release/21.0.90](https://gitlab.cern.ch/atlas/athena/tags/release/21.0.90) is available at https://gitlab.cern.ch/atlas/athena/compare/release/21.0.90...release/21.0.91
-
Will Kalderon authored
-
John Derek Chapman authored
Update trig-art-result-parser.sh See merge request !20188
-
John Derek Chapman authored
FTK changes to Trigger ART tests See merge request !20187
-
Stefano Rosati authored
modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/CMakeLists.txt modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/src/MmRdoToPrepDataTool.cxx modified: MuonSpectrometer/MuonCnv/MuonMM_CnvTools/src/MmRdoToPrepDataTool.h modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx modified: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.h
-
- Jan 07, 2019
-
-
Will Kalderon authored
-
Will Kalderon authored
- include new JetTowerLists directory - will make jets if m_makeJetsFromMap set to True - don't use this yet, coming in future commit - the noise map resizing seems broken in this latest 21.3: looks to be in gTowers?
-
John Derek Chapman authored
Add Muon ART Tests for Standalone Setup and NSW See merge request !20075
-
John Derek Chapman authored
Add v8 menus and update v7 to v8 (ATR-19230) See merge request !20042
-
John Derek Chapman authored
code cleaning and mapping tool update See merge request !20038
-
John Derek Chapman authored
Adding MM and STGC clusterization packages for the NSW, with interfaces and example tools See merge request !20024
-
Rafal Bielski authored
Unify with the upstream/master version. The changes include adding the second command line argument for list of steps to check and adding some comments in the script
-
Julie Kirk authored
Change FTK data file for ART tests Add FTK tests to TrigAnalysisTest
-
- Dec 25, 2018
-
-
Ligang Xia authored
-
- Dec 24, 2018
-
-
John Derek Chapman authored
Fix issues in TrigP1Test/Testing/TrigP1Test_ART.conf See merge request !20032
-
John Derek Chapman authored
Move trig-art-result-parser.sh to TrigValTools/bin See merge request !20035
-
- Dec 22, 2018
-
-
Ligang Xia authored
-
Ligang Xia authored
-
- Dec 21, 2018
-
-
Ligang Xia authored
-
- Dec 20, 2018
-
-
Zhidong Zhang authored
Three ART tests are added into MuonRecRTT: test_muonrec_sa_setup_normal.sh: normal test for standalone muon setup; test_muonrec_sa_setup_simple.sh: simplest test for standalone muon setup; test_nsw_singlemuon_recon.sh: muon reconstruction test for New Small Wheel.
-
Ligang Xia authored
-
- Dec 19, 2018
-
-
Ligang Xia authored
-
Ligang Xia authored
-
Ligang Xia authored
-
Ligang Xia authored
-
Ligang Xia authored
-
Ligang Xia authored
-
Chiao-Ying Lin authored
-
Rafal Bielski authored
-
Rafal Bielski authored
Tests 109 and 110 were duplicated because of incorrect merges between branches. Also changed the job property name GeometryFlags (as it was in 21.1) to InDetGeometryFlags (as it is in 21.3).
-
Stefano Rosati authored
new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/CMakeLists.txt new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/MMClusterization/IMMClusterBuilderTool.h new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.cxx new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/SimpleMMClusterBuilderTool.h new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/components/MMClusterization_entries.cxx new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/MMClusterization/src/components/MMClusterization_load.cxx new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/CMakeLists.txt new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/STgcClusterization/ISTgcClusterBuilderTool.h new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/src/SimpleSTgcClusterBuilderTool.cxx new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/src/SimpleSTgcClusterBuilderTool.h new file: MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization/src/components/STgcClusterization_entries.cxx
-
- Dec 18, 2018
-
-
James Beacham authored
-
James Beacham authored
-
James Beacham authored
-
- Dec 17, 2018
-
-
Edward Moyse authored
-
Edward Moyse authored
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 67 files were set to 644 (ATLINFR-2011).
-
Walter Lampl authored
Files with identical content (same SHA1) but different file permissions cause confusing differences shown in GitLab. The file permissions of 68 files were set to 644 (ATLINFR-2011).
-
- Dec 16, 2018
-
-
Edward Moyse authored
FW-like Code Compatibility See merge request atlas/athena!16769 Former-commit-id: d4267cc746f41923459e4b3a71d85dbc04467bc8
-
Edward Moyse authored
Merge branch '22.0-sanitise-TrigT1NSWSimTools' into 21.3, resolve conflicts See merge request atlas/athena!16754 Former-commit-id: ca3b52ab4aeab813e433eaef570e47d22e74e549
-
- Dec 15, 2018
-
-
Edward Moyse authored
Sweeping !15419 from 21.2 to 21.0. Fix MET_Truth muon selections for IntOut and IntMuons terms See merge request atlas/athena!15481 Former-commit-id: 581598068e8731c7d5677f749b32b1b8cf8756bd
-
Edward Moyse authored
Change the default value of m_condensed of SCT_RodEncoder to false (ATR-18426) See merge request atlas/athena!16780 Former-commit-id: aba69c9ca77c990c4792a5ef3dd4874020e7554e
-
Will Leight authored
Former-commit-id: 5898b3d7d7c28226c9688c0ba6a9504e08e140ec
-
Edward Moyse authored
Merge 21.1 into 21.0 See merge request atlas/athena!16537 Former-commit-id: 38d19ff217b60dfc9546b1dd2f2e26abc50f095e
-
Edward Moyse authored
Add functionality for r-t relation smearing (ATLASRECTS-3882) See merge request atlas/athena!12101 Former-commit-id: a8f19a5b2c5e5989673f8f7b2603c48ef1f1b1d3
-
Edward Moyse authored
Increase tolerance on NSW pad geometry to reduce floating point differences See merge request atlas/athena!16706 Former-commit-id: e482f8cf7acb5f4ef90e43b0dd105074b628f35b
-
Edward Moyse authored
Cleanup TrigT1NSWSimTools See merge request atlas/athena!16714 Former-commit-id: 69917e95257c46a99fe69a6b3f8c35349754ef1c
-
Edward Moyse authored
Urgent: FastChainPileup: update ref file paths in dcube tests for ART, and fix dcube output in one of the noSplit reco jobs See merge request atlas/athena!16738 Former-commit-id: b4bde903468c187c33812a93c9dcefd4e504cfe2
-
- Dec 14, 2018
-
-
Frank Winklmeier authored
Sweeping !16595 from master to 21.3. Cleanup Simulation/ISF/{ISF_FatrasTools,ISF_FatrasToolsID,ISF_FatrasToolsMS} See merge request atlas/athena!16717 Former-commit-id: 0591fdc0c59467d2e5ada65f82ada37cf5cce571
-
Andreas Hoenle authored
Former-commit-id: b38f8b1ec015e3bb980710f0f68bbf5c055f4ede
-
Andreas Hoenle authored
Former-commit-id: ab4d260e44ab7e1d4403292264c535290700d14d
-
Will Leight authored
Former-commit-id: 06bb103b79424f0a25de1929a323ea52bd041cc0
-
Susumu Oda authored
Former-commit-id: eb63d26ca4c059a35dd1cee09c0f5088387746f2
-
- Dec 13, 2018
-
-
Yumeng Cao authored
Fixed the bug addressed in Jira ticket FTKSIM-94 (https://its.cern.ch/jira/browse/FTKSIM-94). Fixed other firmware-like code compatibility issues in FTKSIM. Added comments on some lines. Also changed some print statements to FTKSetup::PrintMessage. Former-commit-id: 2b6f6f1edca4303c792a5cef241b7faddaf620fd
-
John Kenneth Anders authored
Construct TFCSTruthState with negative mass for anti protons and anti neutrons See merge request atlas/athena!16708 Former-commit-id: c34d8543700bf326c7dd04c38864a4c91546da93
-
John Kenneth Anders authored
Revert "Merge branch '21.0-TileJetMonTool-update' into '21.0'" See merge request atlas/athena!16762 Former-commit-id: d23afb8be327fc82132ab5f0dc90e0c9d267bc35
-
John Kenneth Anders authored
This reverts merge request !16558 Former-commit-id: e76446a5c918be182b0cacb20d858408cd749d8e
-
John Kenneth Anders authored
Sweeping !16136 from 21.1 to 21.0. ATR-19034: remove j35_boffperf_split from perf list See merge request atlas/athena!16171 Former-commit-id: 403566e39730f6d1e6bb0c2618ad7394989d4b40
-
John Kenneth Anders authored
Update the HI CMR to run 365678 See merge request atlas/athena!16710 Former-commit-id: e1fd28ae49cb9abba4d0918cfc5536f4dc40c40f
-
John Kenneth Anders authored
Update TRT overlay tuning and treat Argon tubes differently See merge request atlas/athena!16624 Former-commit-id: 8d1169e63f31709158d34c5b681867831b7c07ae
-
John Kenneth Anders authored
Small updates to various packages related to Alignment. See merge request atlas/athena!16524 Former-commit-id: 40ffc2e96c9a42a9d10f73e47ccf69eee006a320
-
Vakhtang Tsulaia authored
22.0-sanitise-TrigT1NSWSimTools See merge request atlas/athena!16560 Former-commit-id: f235c773879c902e3299edd56aafc42b5cae1a55
-
Matthew Thomas Anthony authored
Former-commit-id: 0b4a544b801eb120c866b0f541244d8742d8f785
-
John Derek Chapman authored
Implemented gFEX MET algorithms: Rho subtraction, Softkiller, Jets without Jets,… See merge request atlas/athena!15835 Former-commit-id: ba887415edc08b9fab2f598bc50c1e2fef129a7e
-
John Derek Chapman authored
Update TriggerAPI to recognize tighter items from additional tags See merge request atlas/athena!16648 Former-commit-id: 58845bca33a9f5f84df53094dc0b9ee311d025f2
-