Skip to content

Commit 9c99ea1

Browse files
committed
Revert some undesired changes
#47343 (comment)
1 parent ff127e7 commit 9c99ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PhysicsTools/NanoAOD/python/custom_btv_cff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ def addPFCands(process, allPF = False, addAK4=False, addAK8=False):
694694
btvNano_switch = cms.PSet(
695695
btvNano_addAK4_switch = cms.untracked.bool(True),
696696
btvNano_addAK8_switch = cms.untracked.bool(False),
697-
btvNano_addallPF_switch = cms.untracked.bool(True),
698-
TaggerInput = cms.string("RobustParTAK4")
697+
btvNano_addallPF_switch = cms.untracked.bool(False),
698+
TaggerInput = cms.string("btvSF")
699699
)
700700

701701
def BTVCustomNanoAOD(process):

0 commit comments

Comments
 (0)