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

new MVA MET implementation on CMSSW80X #12

Closed
wants to merge 7 commits into from

Conversation

rfriese
Copy link

@rfriese rfriese commented Mar 18, 2016

MVA MET re-implementation and removal of old code. For propper running, the weightfile in RecoMET/METPUSubtraction/data is needed (separate commit to cms-data).

Performance and changes in detail will be shown in MET meeting end of march

combineNLeptons = cms.int32(2),
MVAMETLabel = cms.string("MVAMET"),
srcMETs = cms.VInputTag(
cms.InputTag("slimmedMETs"),
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here it's specified, which collections should be available in the MVA MET. Which ones are actually used has to be specified during the training. This information is saved in the "weight file" and then automatically picked up correctly by the MVAMET plugin

Currently I'm using e.g. the patPFMETT1 collection that is produced a few lines above, but this for sure can be adjusted if necessary

@rfriese
Copy link
Author

rfriese commented Sep 27, 2016

out of date, see new PR for CMSSW_8_0_20

@rfriese rfriese closed this Sep 27, 2016
mmarionncern pushed a commit that referenced this pull request Feb 6, 2017
zdemirag pushed a commit that referenced this pull request Sep 26, 2017
adding modifications from Alessio
eioannou pushed a commit that referenced this pull request Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants