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
proc.jetTable.variables.puId=Var("userInt('puId80XfullId')", int, doc="Pilup ID flags with 80X (2016) training")
687
686
run2_jme_2016.toModify(proc.jetTable.variables, puIdDisc=Var("userFloat('puId80XDisc')",float,doc="Pilup ID discriminant with 80X (2016) training",precision=10))
687
+
run2_jme_2016.toModify(proc.jetTable.variables, puId=Var("userInt('puId80XfullId')",int,doc="Pileup ID flags with 80X (2016) training"))
proc.jetTable.variables.chFPV1EF=Var("userFloat('chFPV1EF')", float, doc="charged fromPV==1 Energy Fraction (component of the total charged Energy Fraction).", precision=6)
699
+
proc.jetTable.variables.chFPV2EF=Var("userFloat('chFPV2EF')", float, doc="charged fromPV==2 Energy Fraction (component of the total charged Energy Fraction).", precision=6)
700
+
proc.jetTable.variables.chFPV3EF=Var("userFloat('chFPV3EF')", float, doc="charged fromPV==3 Energy Fraction (component of the total charged Energy Fraction).", precision=6)
neEmEF=Var("neutralEmEnergyFraction()", float, doc="neutral Electromagnetic Energy Fraction", precision=6),
249
246
muEF=Var("muonEnergyFraction()", float, doc="muon Energy Fraction", precision=6),
250
247
chFPV0EF=Var("userFloat('chFPV0EF')", float, doc="charged fromPV==0 Energy Fraction (energy excluded from CHS jets). Previously called betastar.", precision=6),
251
-
chFPV1EF=Var("userFloat('chFPV1EF')", float, doc="charged fromPV==1 Energy Fraction (component of the total charged Energy Fraction).", precision=6),
252
-
chFPV2EF=Var("userFloat('chFPV2EF')", float, doc="charged fromPV==2 Energy Fraction (component of the total charged Energy Fraction).", precision=6),
253
-
chFPV3EF=Var("userFloat('chFPV3EF')", float, doc="charged fromPV==3 Energy Fraction (component of the total charged Energy Fraction).", precision=6),
0 commit comments