We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce583 commit 3888fe7Copy full SHA for 3888fe7
PhysicsTools/NanoAOD/python/vertices_cff.py
@@ -31,7 +31,7 @@
31
z = Var("position().z()", float, doc = "secondary vertex Z position, in cm",precision=14),
32
ndof = Var("vertexNdof()", float, doc = "number of degrees of freedom",precision=8),
33
chi2 = Var("vertexNormalizedChi2()", float, doc = "reduced chi2, i.e. chi/ndof",precision=8),
34
- ntracks = Var("numberOfDaughters()", int, doc = "number of tracks"),
+ ntracks = Var("numberOfDaughters()", "uint8", doc = "number of tracks"),
35
),
36
)
37
svCandidateTable.variables.pt.precision=10
0 commit comments