Skip to content

Commit

Permalink
copy the value()
Browse files Browse the repository at this point in the history
Co-Authored-By: slava77 <slava77@gmail.com>
  • Loading branch information
makortel and slava77 committed Dec 14, 2018
1 parent d6e194a commit fc1dc4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def applyDeepBtagging( process, postfix="" ) :
elSource = cms.InputTag('slimmedElectrons'),
rParam = 0.8,
jetCorrections = ('AK8PFPuppi', cms.vstring(['L2Relative', 'L3Absolute']), 'None'),
btagDiscriminators = _btagDiscriminators.names,
btagDiscriminators = _btagDiscriminators.names.value(),
postfix = 'SlimmedAK8DeepTags'+postfix,
printWarning = False
)
Expand Down

0 comments on commit fc1dc4e

Please sign in to comment.