Skip to content

Commit 3888fe7

Browse files
committed
change int to uint8
1 parent f4ce583 commit 3888fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/NanoAOD/python/vertices_cff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
z = Var("position().z()", float, doc = "secondary vertex Z position, in cm",precision=14),
3232
ndof = Var("vertexNdof()", float, doc = "number of degrees of freedom",precision=8),
3333
chi2 = Var("vertexNormalizedChi2()", float, doc = "reduced chi2, i.e. chi/ndof",precision=8),
34-
ntracks = Var("numberOfDaughters()", int, doc = "number of tracks"),
34+
ntracks = Var("numberOfDaughters()", "uint8", doc = "number of tracks"),
3535
),
3636
)
3737
svCandidateTable.variables.pt.precision=10

0 commit comments

Comments
 (0)