- Dec 17, 2019
-
-
Oana Vickey Boeriu authored
PHYSLITE: Adding test for triggers in metadata See merge request atlas/athena!28981
-
Oana Vickey Boeriu authored
Add pflow-tagged-OR-topo-tagged filter to TOPQ4 See merge request atlas/athena!28935
-
Oana Vickey Boeriu authored
PHYSLITE: Disabling fJVT tool and selection See merge request atlas/athena!28977
-
Zach Marshall authored
Adding a test that the triggers we are interested in are included in the AOD metadata. If they are, then they should be safe to use for matching. If they are not, then it could be the case (for example) that we are running on a file that is MC16a and our trigger is a 2018 trigger.
-
Oana Vickey Boeriu authored
Blocking duplicate add of cut flow helpers See merge request atlas/athena!28946
-
Oana Vickey Boeriu authored
EXOT27: thinning of TrackParticles based on AntiKt4EMTopo jets instead of AntiKt2LCTopo jets See merge request atlas/athena!28836
-
-
Nils Erik Krumnack authored
Protecting HepMCTruthReader against null signal vertex See merge request atlas/athena!28948
-
Nils Erik Krumnack authored
JetForwardJvtToolBDT: fixing returns from getPV function See merge request atlas/athena!28931
-
Zach Marshall authored
We now have a tool running in the derivation to calculate the PFlow jet FJVT and decorate it according to Jet/MET group recommendations. Therefore, this MR disables the fJVT algorithm from the analysis algorithm package and the subsequent selection using it. It's perhaps worth pointing out that the decoration in the derivation framework seems to use the JetForwardPFlowJvtTool tool: https://gitlab.cern.ch/atlas/athena/blob/21.2/PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/python/ExtendedJetCommon.py#L431 while the analysis recommendations: https://twiki.cern.ch/twiki/bin/view/AtlasProtected/PileupJetRecommendations#fJVT seem to suggest that the JetForwardJvtTool tool can be used for either EMTopo or PFlow jets. The analysis algorithms currently follow the latter setup (just the JetForwardJvtTool for all); it's not clear to me if this is really the recommendation or is just an inconsistency that needs to be fixed. Mercifully, since we are using the derivation decoration, it doesn't matter for PHYSLITE.
-
Nils Erik Krumnack authored
make sure an empty string translates to an empty SystematicSet See merge request atlas/athena!28934
-
- Dec 16, 2019
-
-
Oana Vickey Boeriu authored
Fixing derivation TCC and UFO input crashes See merge request atlas/athena!28939
-
-
Oana Vickey Boeriu authored
Fixing type name in PHYSLITE See merge request atlas/athena!28938
-
Zach Marshall authored
In some EVNT samples, the signal vertex is null. The code was segfaulting in those cases. This tweak protects against such a crash. This is a manual sweep of !27673
-
Zach Marshall authored
This stops cut flow helper tools from being added for a second time. Not fatal, but does produce a warning in derivation jobs. The change should be harmless for any job that did not previously give a warning.
-
Eirik Gramstad authored
-
Zach Marshall authored
Need the :: or this isn't going to work
-
Oana Vickey Boeriu authored
Patch for PRW auto-configuration running on data See merge request atlas/athena!28933
-
Oana Vickey Boeriu authored
Updating tau rec tools to do less in beginEvent See merge request atlas/athena!28846
-
BuildTruthTaus was previously using beginEvent as an opportunity to look at metadata -- to do a sort of late configuration on the fly. That isn't an idea way to do things here, so changing to use a simple function and a member variable cache, which is called in any of the applicable functions when the value is actually needed. This solves a number of errors when running derivations in athenaMP.
-
Nils Erik Krumnack authored
Externals Updates, 21.2 branch (2019.12.11.) See merge request atlas/athena!28784
-
yili authored
-
Nils Krumnack authored
This would instead create a SystematicSet with an empty systematic variation...
-
Nils Erik Krumnack authored
TauAnalysisTools: AFII eVeto recommendations See merge request atlas/athena!28930
-
-
Louis Portales authored
-
Zach Marshall authored
The first pass worked only on MC. This tests for data projects as well, and handles the data PRW configuration.
-
Louis Portales authored
-
Louis Portales authored
-
Louis Portales authored
-
Louis Portales authored
-
- Dec 15, 2019
-
-
Oana Vickey Boeriu authored
Adding GSC variables for large-R jets to JETM1 See merge request atlas/athena!28830
-
-
Oana Vickey Boeriu authored
VR jet track association overhaul, UFO jet changes, several JETMX fixes and updates See merge request atlas/athena!28753
-
-
Oana Vickey Boeriu authored
PHYSLITE and PRW auto-configuration See merge request atlas/athena!28906
-
This adds auto-config functionality to the pileup reweighting analysis algorithm. The metadata is checked to see about run numbers, and the appropriate pileup reweighting file is located on cvmfs.
-
- Dec 14, 2019
-
-
Nils Erik Krumnack authored
Fix logical error that btag container is retrieved although it does not have to See merge request atlas/athena!28762
-
Nils Erik Krumnack authored
Updating Jet/MET tools to use derivation decoration See merge request atlas/athena!28817
-