- Nov 09, 2022
-
-
Peter Sherwood authored
This branch will be terminated as the C++ changes will go into the base class AthMonitorAlgorithm. JetMonitoringAlg.cxx add logic to check if the Algorithm is begin run as an express stream job. THIS CODE HAS A BUG - logical and, instead of bit test in fillHistograms() TrigJetMonitorAlgorithm.py configuration changes for express stream job test TrigL1FexJetMonitorAlgorithm start addition of express stream job tests in this class which derives from AthMonitorAlgorithm.
-
- Oct 26, 2022
-
-
Peter Sherwood authored
JetMonitoringAlg.h add a flag to mark whether the code is being run as an express stream job JetMonitoringConfig.py set the expressStream job flag in JetMonitoringAlg JetMonitoringAlg.cxx declare the epressStream job flag property in initialize(), test whether the trigger chain name is set if the express stream job is set. in fillHistograms, return if the expressStream flag is set, but the trigger chain doe not pass python/TrigJetMonitorAlgorithm.py in l1JetMonitoringConfig(), test whether the jetcoll is a list of length one. If so set jetcoll to be the sole list entry. This was added after seeing that the jetcoll was being passed a list, rarther than a string in jetChainMonitoringConfig() add the transfer inputFlags.Common.doExpressProcessing to the JetMonAlgSpec dictionary
-
Tadej Novak authored
Fix out-of-bounds (debug) error in HGTD GeoModel See merge request atlas/athena!57834
-
Fix out-of-bounds (debug) error in HGTD GeoModel
-
Tadej Novak authored
TRT_ConditionsData: Fix cppcheck warnings. See merge request atlas/athena!57845
-
TRT_ConditionsData: Fix cppcheck warnings. Pass strings by const reference, not by value.
-
Tadej Novak authored
BarcodeServices: Enable thread-safety checking. See merge request atlas/athena!57848
-
BarcodeServices: Enable thread-safety checking. Enable thread-safety checking.
-
Tadej Novak authored
TrigT1NSWSimTools: Remove dependency on EventInfo. See merge request atlas/athena!57850
-
TrigT1NSWSimTools: Remove dependency on EventInfo. Remove dependency on old EventInfo class.
-
Tadej Novak authored
BeamEffects: Fix thread-safety checker warnings. See merge request atlas/athena!57849
-
BeamEffects: Fix thread-safety checker warnings. Disable thread-safety checking for unit test using gtest. Fixes (disabled-by-default) warnings about calls to unchecked code.
-
Tadej Novak authored
2022-10-25: Daily sweep of 22.0 into master See merge request atlas/athena!57836
-
- Oct 25, 2022
-
-
Tadej Novak authored
Fixing missing variables in CA version of PHYS See merge request atlas/athena!57838
-
Fixing an issue where some variables needed for data and MC were put in the MC-only cateogory in PHYS In the migration of DAOD_PHYS to CA we did a clean up of variables that are only found in MC, to reduce the number of warnings. Unfortunately some variables that are also needed in data were accidentally put behind the isMC if statement, leading to missing variables from data. The variable comparison tests were done with MC so this was missed. This is fixed in this MR.
-
Tadej Novak authored
-
Julien Maurer authored
22.0 yet more ca sync fixes 14 See merge request atlas/athena!57767
-
Improved debugging output for MuonPatternCalibration and MdtMathSegmentFinder MdtMathSegmentFinder: do not print from a loop over pointers, since this is not reproducible.
-
Julien Maurer authored
Update ISFTruthIncident_test unit test to be compatible with HepMC3 See merge request atlas/athena!57794
-
Update ISFTruthIncident_test unit test to be compatible with HepMC3
-
Julien Maurer authored
Cleanup sTgc digitization of unused and deprecated code See merge request atlas/athena!57809
-
Cleanup sTgc digitization of unused and deprecated code
-
Julien Maurer authored
Sweeping !57812 from master to 22.0. Digitization: Fix persistency of PU truth jets. See merge request atlas/athena!57825
-
Julien Maurer authored
AFP Webdisplay - update track synchronization parameters See merge request atlas/athena!57828
-
AFP Webdisplay - update track synchronization parameters
-
Tamara Vazquez Schroeder authored
Removing warnings related to FTAG histograms in jet trigger monitoring See merge request atlas/athena!57824
-
Removing warnings related to FTAG histograms in jet trigger monitoring
-
Tamara Vazquez Schroeder authored
Sweeping !57746 from master to 22.0. add HLT jet/btagging info to FTAG2 See merge request atlas/athena!57817
-
Tamara Vazquez Schroeder authored
ATR-26500: Update TriggerEDMRun3.py, add DIPS See merge request atlas/athena!57816
-
ATR-26500: Update TriggerEDMRun3.py, add DIPS
-
Tamara Vazquez Schroeder authored
Skip AOD file in ART job output See merge request atlas/athena!57799
-
Skip AOD file in ART job output The AOD.pool.root file is typically ~ 2 G in size, so excluding this should half the output size of the jobs
-
Tamara Vazquez Schroeder authored
Adding HH4b-seeded beamspot chain to Physics menu See merge request atlas/athena!57791
-
Adding HH4b-seeded beamspot chain to Physics menu
-
Tamara Vazquez Schroeder authored
Type mismatch and ReadHandle names See merge request atlas/athena!57790
-
Type mismatch and ReadHandle names
-
Tamara Vazquez Schroeder authored
Bug fix for idtp configuration on mucomb hypo (ATR-25754) See merge request atlas/athena!57784
-
Bug fix for idtp configuration on mucomb hypo (ATR-25754)
-
Julien Maurer authored
InDetPerformanceMonitoring minor change See merge request atlas/athena!57753
-
InDetPerformanceMonitoring minor change
-