Skip to content

Commit

Permalink
Merge pull request cms-sw#25 from tstreble/NanoAOD_BPH_ElefBrem
Browse files Browse the repository at this point in the history
Electron fBrem
  • Loading branch information
tstreble authored Sep 13, 2018
2 parents c46e48c + f5d6200 commit c23f8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhysicsTools/NanoAOD/python/electrons_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
convVeto = Var("passConversionVeto()",bool,doc="pass conversion veto"),
lostHits = Var("gsfTrack.hitPattern.numberOfLostHits('MISSING_INNER_HITS')","uint8",doc="number of missing inner hits"),
isPFcand = Var("pfCandidateRef().isNonnull()",bool,doc="electron is PF candidate"),
fBrem = Var("fbrem()",float,doc="brem fraction from the gsf fit",precision=8),
),
externalVariables = cms.PSet(
mvaTTH = ExtVar(cms.InputTag("electronMVATTH"),float, doc="TTH MVA lepton ID score",precision=14),
Expand Down

0 comments on commit c23f8a1

Please sign in to comment.