Skip to content
Snippets Groups Projects
Commit 5549bcec authored by Zach Marshall's avatar Zach Marshall Committed by Edward Moyse
Browse files

Adding additional filter outputs to PHYS/LITE

Adding additional filter outputs to PHYS/LITE

In !61340 we added an additional filter that analyses like to have to
DerivationFrameworkMCTruth and to the output of the TRUTH derivations.
This merge request adds the filter output to the PHYS and PHYSLITE
derivations as well. It's 3 extra floats per event decorated onto the
EventInfo (I took all the filter outputs, while we're here).
parent 45b91f94
No related merge requests found
......@@ -107,7 +107,7 @@ def PHYSCfg(ConfigFlags):
"AntiKt4EMPFlowJets.DFCommonJets_QGTagger_truthjet_nCharged.DFCommonJets_QGTagger_truthjet_pt.DFCommonJets_QGTagger_truthjet_eta.DFCommonJets_QGTagger_NTracks.DFCommonJets_QGTagger_TracksWidth.DFCommonJets_QGTagger_TracksC1.ConeExclBHadronsFinal.ConeExclCHadronsFinal.GhostBHadronsFinal.GhostCHadronsFinal.GhostBHadronsFinalCount.GhostBHadronsFinalPt.GhostCHadronsFinalCount.GhostCHadronsFinalPt",
"TruthPrimaryVertices.t.x.y.z",
"InDetTrackParticles.TTVA_AMVFVertices.TTVA_AMVFWeights.eProbabilityHT.numberOfTRTHits.numberOfTRTOutliers",
"EventInfo.GenFiltHT.GenFiltMET",
"EventInfo.GenFiltHT.GenFiltMET.GenFiltHTinclNu.GenFiltPTZ.GenFiltFatJ",
"TauJets.dRmax.etOverPtLeadTrk",
"TauJets_MuonRM.dRmax.etOverPtLeadTrk",
"HLT_xAOD__TrigMissingETContainer_TrigEFMissingET.ex.ey",
......
......@@ -285,7 +285,7 @@ def PHYSLITECfg(ConfigFlags):
'MET_Core_AnalysisMET.name.mpx.mpy.sumet.source',
'METAssoc_AnalysisMET.',
'InDetTrackParticles.TTVA_AMVFVertices.TTVA_AMVFWeights.numberOfTRTHits.numberOfTRTOutliers',
'EventInfo.RandomRunNumber.PileupWeight_NOSYS.GenFiltHT.GenFiltMET',
'EventInfo.RandomRunNumber.PileupWeight_NOSYS.GenFiltHT.GenFiltMET.GenFiltHTinclNu.GenFiltPTZ.GenFiltFatJ',
'Kt4EMPFlowEventShape.Density',
'TauTracks.pt.eta.phi.flagSet.trackLinks',
'AnalysisLargeRJets.pt.eta.phi.m.JetConstitScaleMomentum_pt.JetConstitScaleMomentum_eta.JetConstitScaleMomentum_phi.JetConstitScaleMomentum_m.DetectorEta.TrackSumMass.TrackSumPt.constituentLinks.ECF1.ECF2.ECF3.Tau1_wta.Tau2_wta.Tau3_wta.Split12.Split23.Qw.D2.C2',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment