- 04 Oct, 2017 1 commit
-
-
Arantxa Ruiz Martinez authored
Former-commit-id: fe391611
-
- 03 Oct, 2017 5 commits
-
-
Olga Igonkina authored
Remove unprotected DEBUG message, suppressed many times per event See merge request !5038 Former-commit-id: cc50e8cc3617125d45a63b836cfe2e7544685f07
-
Olga Igonkina authored
Prevent looping in MdtDataPreparator::getMdtCsm() when BME data are missing ( ATR-16919 ) See merge request !5072 Former-commit-id: d97235abbf71ba38b832670107088a438a5cd64c
-
Olga Igonkina authored
Finalize trigger rate monitoring first See merge request !5018 Former-commit-id: bd7319a4d6b04ed868f7648561f946236221bf2a
-
Olga Igonkina authored
Update version.txt to 21.1.16 See merge request !5049 Former-commit-id: b4281c6018cf5f644a5d91f8e0e7e43a04678ec5
-
Olga Igonkina authored
Externals Updates, 21.1 branch (2017.10.02.) See merge request !5060 Former-commit-id: 5e5f0838dbc27b673fc6fc86d87c53b9b384dfa6
-
- 02 Oct, 2017 6 commits
-
-
Attila Krasznahorkay authored
project to build against LCG_87. Former-commit-id: 7dd0f3f3944355dbfc817ef3e73251981316f8ed
-
Attila Krasznahorkay authored
authentication anymore. Since the repository is now world readable. Former-commit-id: 1e20a3b7f7a178137f621201e3d5fa48800f1845
-
Attila Krasznahorkay authored
Gaudi v27r1.013 as externals. Former-commit-id: 65d027b27e19204a3af56dc49c9938e51ddf4168
-
Nicolas Berger authored
Add AFP ToF and refactor bytestream converter (fix ATR-17064) See merge request !4988 Former-commit-id: 7f433b5d338112a8d3e7c709694efb20faefe988
-
Nicolas Berger authored
Update of HLTResult histogram definitions for DQM (ATR-15173) See merge request !4970 Former-commit-id: 0c40356faebbc5bd0a81ef686a11144a602e061a
-
Nicolas Berger authored
use messaging macros instead of unprotected messages See merge request !5036 Former-commit-id: cc4674feee06447691d66d41633bdc1b763737d0
-
- 01 Oct, 2017 1 commit
-
-
Yohei Noguchi authored
Former-commit-id: 5c0e063bbf96bd20d079f268ef38cc905fbdc07c
-
- 30 Sep, 2017 1 commit
-
-
Tim Martin authored
Former-commit-id: 122349853dc2f711d8271c598b15ae115e87c3b8
-
- 29 Sep, 2017 2 commits
-
-
Jiří Mašík authored
Former-commit-id: d78d4ea0ba4fff310bcc7a817eaf526a2f550ff4
-
Stewart Martin-Haugh authored
Former-commit-id: 7a7aa87afb2bdd94686792fc0f32c6378a7941bb
-
- 28 Sep, 2017 12 commits
-
-
Nicolas Berger authored
use the messaging macros instead of MsgStream directly. it brings a See merge request !4979 Former-commit-id: 1145bf1de9e647a03c1fdfb5c382c79816194b62
-
Nicolas Berger authored
ATR-16725, update to allow Monitoring as stream config See merge request !5008 Former-commit-id: 214d475dcf2286d7515c5d2fdc700916d4ad88b1
-
Nicolas Berger authored
Merge branch 'dqconfig-updates' into 'master' -- push to 21.1 See merge request !5020 Former-commit-id: c7f27e0499b95632c1be63c726e54da109770c68
-
Nicolas Berger authored
Use detStore directly from AthAlgTool See merge request !5016 Former-commit-id: cf3d522755b1e39dc15f9dd64255c760794b6bec
-
Nicolas Berger authored
ATR-17077, Make a unknown DetID for partial event building be an error See merge request !5017 Former-commit-id: 58aafad03fa06208c513c74edeebe4c8c029f15b
-
Nicolas Berger authored
Remove setting OverlapStrategy of Muctpi in TriggerRelease See merge request !5019 Former-commit-id: c3bb0c63ec5fe45f52008dad367854c42b37165b
-
Sync DataQualityConfigurations files in 21.0 with master See merge request !4968 Former-commit-id: 50e56a816a1cece9e73820771377ebee751427e9
-
Aaron Armbruster authored
Former-commit-id: 0a7507b75bb2dba19dabf205aca6cfde78f3a51b
-
Frank Winklmeier authored
Reorder the trigger steering monitoring tools such that TrigRateMoni gets finalized first. This may help avoiding hangs during crashes in finalize (see e.g. ATDSUPPORT-223). Former-commit-id: d383a060555d3d3fdc63ffda3d3ff6cb06187a22
-
Stewart Martin-Haugh authored
Former-commit-id: 6593b87d1d947bd8e9ce36965fc2cabf021a3cf7
-
Antonia Strubig authored
Former-commit-id: a6792ec01ad48b420cb78b290a26efec71f03e8f
-
Add two new options, TDAQ_HLT and TDAQ_L1CALO (which is the same as TDAQ_CALO) Changes to be committed: modified: Trigger/TrigAlgorithms/TrigDetCalib/src/TrigSubDetListWriter.cxx Former-commit-id: 300fbe89ceda02a061350c3fa45c12b3c515bb15
-
- 27 Sep, 2017 3 commits
-
-
Grzegorz Gach authored
The segmentation fault was caused at the end of program execution by double delete of static const member. Additionally optimisation suggested by Scott Snyder is implemented. Former-commit-id: 8bd0bbf2
-
Grzegorz Gach authored
AFP_Bytestream converter was refactored to deal with two kinds of data silicon and time-of-flight. Additionally, the code was cleaned and unused classes and variables deleted. ATLAS naming convetion was implemented. The following classes were replaced: - AFP_RawDataContainer -> AFP_RawContainer - AFP_RawDataCollection -> AFP_SiRawCollection, AFP_ToFRawCollection - AFP_RawData -> AFP_SiRawData, AFP_ToFRawData xAOD classes representing AFP time-of-flight (AFPToFHit) were added to xAODForward. Former-commit-id: b1dfe348cd8a06a5f00d2a0cc68009187c0047fc
-
Jiří Mašík authored
speedup to the conversion of the raw FTK tracks - the single unprotected message in the code was responsible for 8% of the total conversion time Former-commit-id: 56b8a07622dd9291660c5c56a3c76a5f258e5498
-
- 26 Sep, 2017 5 commits
-
-
Werner Wiedenmann authored
Former-commit-id: 77f7f867
-
Nicolas Berger authored
Sweeping !4837 from 21.0 to 21.1. PixelMonitoring: code formatting and ATLAS naming conventions See merge request !4944 Former-commit-id: a38f7d57d9cccb2028bd891fcfd769d77fb0f7e9
-
Nicolas Berger authored
Change duplicated class name (TRT_DriftCircleLink_xk->TRT_DriftCircleLinkN_xk) -… See merge request !4951 Former-commit-id: 6376395bfc6e677df58d549357cd57092e0b9d2d
-
Stewart Martin-Haugh authored
Change duplicated class name (TRT_DriftCircleLink_xk->TRT_DriftCircleLinkN_xk) - see ATLASRECTS-3585 Former-commit-id: 33434f56a1b8ea686f4ac5ef09201a63930fd160
-
PixelMonitoring: code formatting and ATLAS naming conventions See merge request !4837 Former-commit-id: 4b30fa73beeb5631192f5c16f17f191fad9a04d3
-
- 25 Sep, 2017 4 commits
-
-
Sara Alderweireldt authored
Update version.txt in 21.1 to 21.1.15 See merge request !4925 Former-commit-id: ecdeee23655fb05087a3f68438d178338af60f78
-
Sara Alderweireldt authored
Revert "Refactor AFP_Bytestream converter and add xAOD for AFP time-of-flight." in 21.1 See merge request !4933 Former-commit-id: 1fa9cd2ed4764e380c0c2af6d1c23c9d24249b5a
-
Tim Martin authored
This reverts merge request !4727 Former-commit-id: 03061a14ebb87bf8a90170bedfa466da96b8df8b
-
Tim Martin authored
Former-commit-id: 1f1ffd4f1a3e057b82560bac1b02aac46c485777
-