You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# taken from https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/NanoAOD/python/taus_cff.py#L61
14
+
leadTkPtOverTauPt=Var("?leadChargedHadrCand.isNonnull()?leadChargedHadrCand.pt/pt:1",float, doc="pt of the leading track divided by tau pt",precision=10),
15
+
leadTkDeltaEta=Var("?leadChargedHadrCand.isNonnull()?(leadChargedHadrCand.eta - eta):0",float, doc="eta of the leading track, minus tau eta",precision=8),
16
+
leadTkDeltaPhi=Var("?leadChargedHadrCand.isNonnull()?deltaPhi(leadChargedHadrCand.phi, phi):0",float, doc="phi of the leading track, minus tau phi",precision=8),
17
+
# taken from https://github.com/cms-tau-pog/TauMLTools/blob/00bd9416f3198d7aa19ff9799037c14f2fa14514/Production/python/customiseHLT.py#L88
18
+
charge=Var("charge", int, doc="electric charge"),
19
+
vx=Var("vx", float, doc='x coordinate of vertex position'),
20
+
vy=Var("vy", float, doc='y coordinate of vertex position'),
21
+
vz=Var("vz", float, doc='z coordinate of vertex position'),
0 commit comments