From 521d5a9a9c0d57d8d26be542e61e6094cac26187 Mon Sep 17 00:00:00 2001 From: Goetz Gaycken <goetz.gaycken@cern.ch> Date: Tue, 24 Jul 2018 10:26:15 +0200 Subject: [PATCH] Tried to fix content for AntiKtVR30Rmax4Rmin02Track. Former-commit-id: 4376d08531b27e46aec8e52985ff372ff2c308e3 --- .../DerivationFrameworkHiggs/python/HIGG5Common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py index 018886947ce..ed742783f20 100644 --- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py +++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/python/HIGG5Common.py @@ -27,7 +27,8 @@ def getHIGG5Common() : ".GhostAntiKt2TrackJet.GhostTrack"), ("AntiKt10TrackCaloClusterJets" ".NumTrkPt1000.NumTrkPt500.SumPtTrkPt1000.SumPtTrkPt500.TrackWidthPt1000.TrackWidthPt500"), - "BTagging_AntiKtVR30Rmax4Rmin02Track.MV2c10_discriminant", + # "BTagging_AntiKtVR30Rmax4Rmin02Track.MV2c10_discriminant.MV2cl100_discriminant", + # "BTagging_AntiKtVR30Rmax4Rmin02Track.DL1_pu.DL1_pc.DL1_pb.DL1mu_pu.DL1mu_pc.DL1mu_pb.DL1rnn_pu.DL1rnn_pc.DL1rnn_pb", "BTagging_AntiKt4EMTopo.MV2cl100_discriminant", "BTagging_AntiKt4EMPFlow.MV2cl100_discriminant", "BTagging_AntiKt4PV0Track.MV2cl100_discriminant", @@ -102,12 +103,11 @@ def getHIGG5CommonSmartCollections(add_truth_if_mc=True) : "AntiKt4EMPFlowJets", "AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets", # "AntiKtVR30Rmax4Rmin02Track", - "BTagging_AntiKt4EMTopo", "BTagging_AntiKt4EMPFlow", "BTagging_AntiKt2Track", # "BTagging_AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets", - # "BTagging_AntiKtVR30Rmax4Rmin02Track", + "BTagging_AntiKtVR30Rmax4Rmin02Track", "InDetTrackParticles", "PrimaryVertices"] from DerivationFrameworkCore.DerivationFrameworkMaster import DerivationFrameworkIsMonteCarlo -- GitLab