From 455ba64044247a5cfdf20007529c333bd9ce5400 Mon Sep 17 00:00:00 2001 From: Goetz Gaycken <goetz.gaycken@cern.ch> Date: Mon, 30 Jul 2018 10:41:15 +0200 Subject: [PATCH] Use smartslimming for btagging in vr30 jets. Former-commit-id: 08b2ea8a1b50fa0ee170b753f348d93b6ea5b59e --- .../DerivationFrameworkHiggs/python/HIGG5Common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py index ed742783f20..1bc58f3ad05 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py @@ -12,8 +12,8 @@ def getHIGG5Common() : ("AntiKt4EMTopoJets.TrackWidthPt500.GhostTrackCount.Jvt.JvtJvfcorr.JvtRpt" ".JetEMScaleMomentum_pt.JetEMScaleMomentum_eta.JetEMScaleMomentum_phi.JetEMScaleMomentum_m.DetectorEta" ".DFCommonJets_Calib_pt.DFCommonJets_Calib_eta.DFCommonJets_Calib_phi.DFCommonJets_Calib_m"), - ("AntiKtVR30Rmax4Rmin02TrackJets.-JetConstitScaleMomentum_pt.-JetConstitScaleMomentum_eta.-JetConstitScaleMomentum_phi.-JetConstitScaleMomentum_m" - ".-constituentLinks.-constituentWeight.-ConstituentScale"), + # ("AntiKtVR30Rmax4Rmin02TrackJets.-JetConstitScaleMomentum_pt.-JetConstitScaleMomentum_eta.-JetConstitScaleMomentum_phi.-JetConstitScaleMomentum_m" + # ".-constituentLinks.-constituentWeight.-ConstituentScale"), ("AntiKt10LCTopoJets.GhostVR30Rmax4Rmin02TrackJet" ".NumTrkPt1000.NumTrkPt500.TrackWidthPt1000.TrackWidthPt500.SumPtTrkPt1000.SumPtTrkPt500"), ("AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets" @@ -24,7 +24,7 @@ def getHIGG5Common() : ".Angularity.Aplanarity.DetectorEta.ECF1.ECF2.ECF3.FoxWolfram0.FoxWolfram2.GhostMuonSegmentCount.GhostTrackCount.KtDR.Parent" ".PlanarFlow.Qw.Split12.Split23.Tau1_wta.Tau2_wta.Tau3_wta.ZCut12" ".NumTrkPt1000.NumTrkPt500.TrackWidthPt1000.TrackWidthPt500.SumPtTrkPt1000.SumPtTrkPt500" - ".GhostAntiKt2TrackJet.GhostTrack"), + ".GhostAntiKt2TrackJet.GhostTrack.GhostVR30Rmax4Rmin02TrackJet"), ("AntiKt10TrackCaloClusterJets" ".NumTrkPt1000.NumTrkPt500.SumPtTrkPt1000.SumPtTrkPt500.TrackWidthPt1000.TrackWidthPt500"), # "BTagging_AntiKtVR30Rmax4Rmin02Track.MV2c10_discriminant.MV2cl100_discriminant", @@ -102,7 +102,7 @@ def getHIGG5CommonSmartCollections(add_truth_if_mc=True) : "AntiKt4EMTopoJets", "AntiKt4EMPFlowJets", "AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets", - # "AntiKtVR30Rmax4Rmin02Track", + # "AntiKtVR30Rmax4Rmin02Track", "BTagging_AntiKt4EMTopo", "BTagging_AntiKt4EMPFlow", "BTagging_AntiKt2Track", -- GitLab