- Feb 08, 2024
-
-
CPAlgorithms: refactor the object cutflow
-
- Feb 07, 2024
-
-
Tadej Novak authored
Pythia8B_i, Pythia8_i further corrections in the UserHooks setup See merge request atlas/athena!68637
-
Pythia8B_i, Pythia8_i further corrections in the UserHooks setup
-
Tadej Novak authored
update Triggers for ATR-28443 See merge request atlas/athena!68611
-
update Triggers for ATR-28443
-
Tadej Novak authored
xAODMuonPrepData - Split up the sTgcPrepData See merge request atlas/athena!68609
-
xAODMuonPrepData - Split up the sTgcPrepData
-
Tadej Novak authored
Add some improved debugging output for surface See merge request atlas/athena!68646
-
Add some improved debugging output for surface Fix minor typo in documentation
-
Tadej Novak authored
Drop legacy configuration jobs from SimCoreTests ART scripts See merge request atlas/athena!68415
-
Drop legacy configuration jobs from SimCoreTests ART scripts
-
Tadej Novak authored
Drop legacy configuration from SimCoreTestsMT ART scripts See merge request atlas/athena!68376
-
Drop legacy configuration from SimCoreTestsMT ART scripts
-
Tadej Novak authored
Remove Legacy configuration Athena jobs from SimExoticsTests ART scripts See merge request atlas/athena!68369
-
Remove Legacy configuration Athena jobs from SimExoticsTests ART scripts
-
Tadej Novak authored
Remove Legacy configuration jobs from ISF_ValidationMT ART tests See merge request atlas/athena!68367
-
Remove Legacy configuration jobs from ISF_ValidationMT ART tests
-
Tadej Novak authored
Adding MC23a and MC23d Presampling test jobs See merge request atlas/athena!68647
-
Adding MC23a and MC23d Presampling test jobs
-
Tadej Novak authored
Multi-bc L1Topo HLT items. ATR-28563 See merge request atlas/athena!68623
-
Multi-bc L1Topo HLT items. ATR-28563
-
Tadej Novak authored
JetCalibTools: fix overflow/underflow in JMSCorrection See merge request atlas/athena!68635
-
JetCalibTools: fix overflow/underflow in JMSCorrection Hello, This MR is fixing the treatment of underflows and overflows in JMSCorrection. The problem was reported in ATEAM-955. Somehow in the trigger, it happens that we pass `pT_uncorr=3000` to `getMassCorr`, which corresponds precisely to `pTMax`. In that case, ` if ( pT_uncorr > pTMax ) pT_uncorr = pTMax-1e-6 ;` does nothing, and `m_respFactorsMass[etabin]->Interpolate( pT_uncorr, mass_uncorr );` complains that we're out of the validity range. So I changed `>` to `>=` and `<` to `<=`. Cheers, Bertrand
-
Tadej Novak authored
Bugfix for CA TrigInDetValidation tests using specific preexec_trig settings See merge request atlas/athena!68649
-
Fixing bug to allow for test specific flag settings to be included in the RDOtoRDOTrigger step for TrigInDetValidation tests
-
Tadej Novak authored
Acts CMake Fix(es), main branch (2024.02.07.) See merge request atlas/athena!68644
-
Fixes for the CMake configuration of the Acts packages. Making sure that libraries would be set up with the correct types and contents, and that libraries would declare their dependencies correctly.
-
Tadej Novak authored
Remove legacy configuration ISF_Validation ART jobs See merge request atlas/athena!68362
-
Remove legacy configuration ISF_Validation ART jobs
-
Tadej Novak authored
MuonPRDTest: Fix typo in NSWPRDValAlgDigi.py See merge request atlas/athena!68645
-
MuonPRDTest: Fix typo in NSWPRDValAlgDigi.py
-
Tadej Novak authored
[!68591][ATR-28760] Use getFlagsForActiveConfig for ID Trigger See merge request atlas/athena!68643
-
[!68591][ATR-28760] Use getFlagsForActiveConfig for ID Trigger
-
Tadej Novak authored
Add Trigger retrievers to TriggerRetrieversCfg (CA config) and merge CA in AlgoJiveXMLCfg See merge request atlas/athena!68580
-
Add Trigger retrievers to TriggerRetrieversCfg (CA config) and merge CA in AlgoJiveXMLCfg
-
Tadej Novak authored
sTGC offline raw data monitoring: pad trigger efficiency and code maintenance See merge request atlas/athena!68427
-
sTGC offline raw data monitoring: MR comments - New arrays for position of Band IDs for large/small sectors (this allows to remove the bandID protection cut introduced before). - SECTORANGLE vector is removed and MuonSectorMapping::sectorPhi method from MuonSectorMapping class is used instead. - deltaR is now computed by using deltaR method from the xAOD::P4Helpers namespace. - Max value of NSW global z coordinate is retrieved from sTGC readout geometry. - Methods for calculate pad trigger eta coordinate from trigger bandID are now declared as std::optional for ID's protection when retrieving max NSW global z coordinate. - deltaEta and deltaPhi histograms are removed. Now only deltaR plot is keep. - Copyright year is now updated to 2024 in the files affected by this MR.
-
Tadej Novak authored
Add Fast Tracking Config for ACTS Seeding See merge request atlas/athena!67296
-
Add Fast Tracking Config for ACTS Seeding
-
Tadej Novak authored
Debug Recovery, fix to read-out of rejected/accepted event count See merge request atlas/athena!68634
-