Skip to content

Commit

Permalink
use dict()
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbols committed May 30, 2018
1 parent 5157ff1 commit 2d46d43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
pfInclusiveSecondaryVertexFinderNegativeTagInfos = pfInclusiveSecondaryVertexFinderTagInfos.clone(
extSVDeltaRToJet = -0.3,
extSVCollection = 'inclusiveCandidateNegativeSecondaryVertices',
vertexCuts = pfInclusiveSecondaryVertexFinderTagInfos.vertexCuts.clone(
vertexCuts = dict(
distVal2dMin = -2.5,
distVal2dMax = -0.01,
distSig2dMin = -99999.9,
Expand Down

0 comments on commit 2d46d43

Please sign in to comment.