Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add non triggering electron Loose WP #13265

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@
cutCategory5 = 0.726311 # EE
)

### WP tuned for HZZ analysis with very high efficiency (about 98%)
idNameLoose = "mvaEleID-Spring15-25ns-nonTrig-V1-wpLoose"
MVA_WPLoose = EleMVA_6Categories_WP(
idName = idNameLoose,
mvaValueMapName = mvaValueMapName, # map with MVA values for all particles
mvaCategoriesMapName = mvaCategoriesMapName, # map with category index for all particles
cutCategory0 = -0.265, # EB1 low pt
cutCategory1 = -0.556, # EB2 low pt
cutCategory2 = -0.551, # EE low pt
cutCategory3 = -0.072, # EB1
cutCategory4 = -0.286, # EB2
cutCategory5 = -0.267 # EE
)


#
# Finally, set up VID configuration for all cuts
#
Expand All @@ -93,8 +108,10 @@
weightFileNames = mvaSpring15NonTrigWeightFiles_V1
)
# Create the VPset's for VID cuts
mvaEleID_Spring15_25ns_nonTrig_V1_wp90 = configureVIDMVAEleID_V1( MVA_WP90 )
mvaEleID_Spring15_25ns_nonTrig_V1_wp80 = configureVIDMVAEleID_V1( MVA_WP80 )
mvaEleID_Spring15_25ns_nonTrig_V1_wpLoose = configureVIDMVAEleID_V1( MVA_WPLoose )
mvaEleID_Spring15_25ns_nonTrig_V1_wp90 = configureVIDMVAEleID_V1( MVA_WP90 )
mvaEleID_Spring15_25ns_nonTrig_V1_wp80 = configureVIDMVAEleID_V1( MVA_WP80 )


# The MD5 sum numbers below reflect the exact set of cut variables
# and values above. If anything changes, one has to
Expand All @@ -103,10 +120,13 @@
# 3) update the MD5 sum strings below and uncomment the lines again.
#

central_id_registry.register(mvaEleID_Spring15_25ns_nonTrig_V1_wpLoose.idName,
'99ff36834c4342110d84ea2350a1229c')
central_id_registry.register(mvaEleID_Spring15_25ns_nonTrig_V1_wp90.idName,
'ac4fdc160eefe9eae7338601c02ed4bb')
central_id_registry.register(mvaEleID_Spring15_25ns_nonTrig_V1_wp80.idName,
'113c47ceaea0fa687b8bd6d880eb4957')

mvaEleID_Spring15_25ns_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(True)
mvaEleID_Spring15_25ns_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)
mvaEleID_Spring15_25ns_nonTrig_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)
mvaEleID_Spring15_25ns_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(True)
mvaEleID_Spring15_25ns_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)