- May 27, 2024
-
-
Revert "Added GRL Sequence to Full CP Alg Test" This reverts commit 092ce4b1
-
- May 24, 2024
-
-
FTagAnalysisAlgorithms: Fix discovery of unit tests. Need to specify a pattern for unit test discovery --- the default won't match anything. Fixes a failure seen with python 3.12, where unittest will fail if it doesn't find any tests.
-
- May 23, 2024
-
-
allow splitting calibration and smearing for e-gamma objects This is purely experimental and I haven't validated it beyond making sure it doesn't crash. The main purpose of putting it in is to make it easier for others to test and validate this. Note that for the moment this has to recalibrate the objects from PHYSLITE. This can only be avoided by adding an unsmeared energy to PHYSLITE (to avoid double-smearing). Still, one step at a time.
-
- May 22, 2024
-
-
adapt TauSmearing and TauEfficiencyCorrectionTool to recognise AF3 samples
-
introduce special RETURN_DEFAULT_SCALE_FACTOR for ListOfLegsPerTool property; add 2023 electron triggers
-
- May 17, 2024
-
-
adding option to select different input tau container in TauAnalysisAlgorithms
-
CPAlgorithms: more protections in the event selection
-
CPAlgorithms: Use SIMPLIFIED systematic model for Run 2 electron isolation
-
- May 16, 2024
-
-
CPAlgorithms: two fixes for the global trigger SFs
-
- May 15, 2024
-
-
Jet pile-up tagging R22 "Phase-2" pre-recommendations
-
Update AsgxAODNTupleMakerAlg.cxx to avoid use of reinterpet_cast in getElement
-
CPAlgorithms: small improvements to Event Selection
-
Update auto PRW configs to support AF3
-
- May 14, 2024
-
-
Bugfix for JetAnalysisConfig
-
Add support for multiTriggerChainsPerYear in TriggerAnalysisBlock
-
- May 12, 2024
-
-
Update info message in MuonCalibrationConfig
-
CPAlgorithms: allow to configure muon minimum pT
-
- May 08, 2024
-
-
CPAlgorithms: Fix trigger matching selection name
-
Add PMGTruthWeightsAlgCfg, add unit tests for CA code
-
- May 07, 2024
-
-
add an option to add the NOSYS suffix to branches without systematics This makes the n-tuple branches more consistent, and makes it very easy to determine the list of branches for nominal. It also means that if we add (or drop) systematics from a branch, the names of the branches in nominal will not change. That doesn't happen all that often, but could still be helpful. Leaving this disabled by default because it (obviously) changes the n-tuple content. Also we haven't yet decided whether this is even a good idea, but it ought to be a good enough idea to allow users to at least play with it.
-
expose skipSystematicJetSelection option in MetAnalysisConfig, rename associated property in MetMaker tool expose doSimpleOR option in MetAnalysisConfig This should make it easier for more users to run their own tests with this simplified OR scheme. It is not meant for actual physics analysis, but strictly to simplify such performance studies.
-
Move TTVA lepton selection from calibration to WorkingPoint block config
-
- May 03, 2024
-
-
update FullCPAlgorithmsTest so that the order matches the text config and is identical to the yaml config
-
- May 02, 2024
-
-
Fix issues when running multiple overlap removal configurations in CP algorithms
-
Decoupling of Trigger analysis and SF application in configuration
-
Sort branches in OutputAnalysisConfig
-
Build yaml file from python
-
- Apr 30, 2024
-
-
Fix a few bugs in SecVertexTruthMatchAlg
-
Refactor InDetSecVtxValidation package
-
- Apr 29, 2024
-
-
disable block-sequence comparison tests (ATLASG-2692) These tests were creating problems in CI of a regular basis, and had become problematic. Since we already excluded some variables from comparisons, and the plan is to remove the sequences completely I just disabled the comparisons. For now I just commented out the tests, and we can then remove them completely when we remove the sequences.
-
CPAlgorithms: user-friendly systematics regexp
-
- Apr 25, 2024
-
-
Update MuonAnalysisSequence with new calibMode=0 default
-
- Apr 24, 2024
-
-
MuonCalibTool: making calibMode configurable and change default value
-
- Apr 21, 2024
-
-
Clean up unused minPt in FTagAnalysisConfig.py
-
- Apr 17, 2024
-
-
Thomas Strebler authored
-
TriggerPrescalesAlg: Add possibility to prescale MC
-
- Apr 16, 2024
-
-
CPAlgs: everything is an option, improve prinouts, add info string Added logging to config seq, block, factory, text. Added info string for the majority of the block options. Made all __init__ args options for the block. The init args are still there but they are no longer required when initializing the block so that the changes are backwards compatible. Improved print outs in config seq, block, factory, text. ConfigFactory(Text).printAlgs will now print all information about the block that is avaiable (info string, default, type, required, and noneAction). This can be used as documentation for the different blocks.
-
- Apr 12, 2024
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- Apr 11, 2024
-
-
Explicitly configure MuonCalibTool in MetAnalysisConfig with calibMode
-