- Mar 14, 2024
-
-
Simplification of logic in MCRecoTruth
-
Updated all ONNXRuntime include statements. With onnxruntime-1.17.1 we are adopting "the standard" header placement that ONNXRuntime has been using since the beginnig. This updates all client code to use the ONNX headers from their new location.
-
Move some declareProperty calls in the MCTruthClassifier
-
Drop unused tauFinalStatePart member in MCTruthClassifier
-
- Mar 13, 2024
-
-
Modernize loops in MCTruthClassifier
-
BPHY13,BPHY23 updates and adding BPHY25
-
MuonSelectorTools: Fix FPEs in clang build. Enable trapping FPEs in MuonSelectionTool::qOverPsignificance to avoid spurious FPEs in the clang build. Fixes test failures in AnalysisAlgorithmsConfig in the clang build.
-
Use set MotherProperties to avoid code duplication in MCTruthClassifier
-
Move more functions from MCTruthClassifier to TruthUtils
-
TauAnalysisTools: change default truth jet container in tau truth matching Hello, This MR is changing the default truth jet container used for tau truth matching from `AntiKt4TruthJets` to `AntiKt4TruthDressedWZJets`, as the latter is much more widely used. It's a follow-up of !68328 . This will hopefully fix the AnalysisAlgorithmsConfig ctest failure. Not sure what the test was doing so far... it was also using the wrong container, but maybe the use of data handles creates a louder error. Cheers, Bertrand
-
- Mar 12, 2024
-
-
Move some functions from MCTruthClassifier to TruthUtils
-
modifying triggers to be OR of lowest unprescaled from twiki https://twiki.cern.ch/twiki/bin/view/Atlas/LowestUnprescaled
-
TauAnalysisTools and DFTau: introduce read/write decor handles for derivations in MT Hello, This MR is replacing accessors/decorators with Read/WriteDecorHandles in TauAnalysisTools and DerivationFrameworkTau, which will be necessary to run derivations in MT. This addresses an issue seen when running DAODs in MT (ATLASG-2470): ``` 08:03:01 ToolSvc.TauSelectorLoose 15 0 WARNING SG::ExcBadAuxVar: Attempt to retrieve nonexistent aux data item `::EleRNNLoose_v1' (946). ``` where a TauSelectionTool was trying to read a decoration before it was created by TauIDDecoratorWrapper. The downside is that now, a tau container name must be declared in TauSelectionTool, while before, any TauJet object could be passed regardless of the tau container it came from (but now we can't avoid that). Cheers, Bertrand
-
Rationalise TTVA CA configs
-
TauAnalysisTools: Use data handles in BuildTruthTaus Still WIP
-
- Mar 09, 2024
-
-
Vakhtang Tsulaia authored
CalibrationDataEigenVariations has recently became less verbose (see !69613)
-
simplify thanks to !69080
-
- Mar 08, 2024
-
-
Update HepMcParticleLink interface and clients without changing behaviour
-
Antonio De Maria authored
-
Antonio De Maria authored
-
Antonio De Maria authored
-
- Mar 07, 2024
-
-
[ATLASDPD-2027] fix memleak in VertexIterativeFitMergingTool
-
Dan Guest authored
-
Baptiste Ravina authored
-
References.py: updated tags for derivation tests * data_PHYS_Run2: v16 -> v17 * data_PHYS_Run3: v15 -> v16 * mc_PHYS_Run2: v20 -> v21 * mc_PHYS_Run3: v20 -> v21
-
Ryan Quinn authored
-
- Mar 06, 2024
-
-
Stylianos Angelidakis authored
-
Antonio De Maria authored
-
Thomas Strebler authored
-
Frank Winklmeier authored
Delete unused `DPDUtils` modules that makes use of deprecated `RecoFunctions`.
-
Tadej Novak authored
-
Add GhostPartons in PHYS
-
- Mar 05, 2024
-
-
Adding TEST7.py with skimming code for DAODs to D2AODs
-
Add AntiKt4UFOCSSKJets and TauJets to FTAG1 smart slimming
-
CP algorithms: rename the jvt selection name to something more explanatory
-
Drop CA RDOtoRDOTrigger:False
-
InDetSecVtxFinder + DerivationFrameworkHiggs + TrigT1CaloByteStream: Fix xAOD namespace typos
-
Tadej Novak authored
-
BinBin Dong authored
- /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data18FTAG1.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data18FTAG2.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data18FTAG3.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data22FTAG1.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data22FTAG2.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_data22FTAG3.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc20FTAG1.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc20FTAG2.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc20FTAG3.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc21FTAG1.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc21FTAG2.sh - /PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/DerivationFrameworkFlavourTagART/test/test_mc21FTAG3.sh
-
- Mar 04, 2024
-
-
Remove Unused tools in FourMuonTool
-