-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 trainings for mvaTauID + one backport from CMSSW_10_0_X #21977
New trainings for mvaTauID + one backport from CMSSW_10_0_X #21977
Conversation
(cherry picked from commit 75e3b6a)
(cherry picked from commit 48c0759)
(cherry picked from commit b2d6c67)
(cherry picked from commit 4feb9c9)
…the event (cherry picked from commit 31cdc5e)
(cherry picked from commit cc795b6)
…but only at first occurence per instance (cherry picked from commit 01b008a)
… for reMiniAOD with 94X (X>3)
Modified MVAIso tau-id 2017v1 for miniAODv2 with 94X (X>3)
A new Pull Request was created by @roger-wolf (Roger Wolf) for CMSSW_9_4_X. It involves the following packages: PhysicsTools/PatAlgos @perrotta, @cmsbuild, @monttj, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
@roger-wolf |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@@ -0,0 +1,53 @@ | |||
import FWCore.ParameterSet.Config as cms |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the name of this file requires some disambiguation.
There is also updateHPSPFTaus_cff with completely different content.
perhaps customiseHPSPFTausForPAT ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've followed your proposals.
Cheers,
Roger
process.hpsPFTauDiscriminationByVVTightIsolationMVArun2v1DBoldDMwLTMVAIsoFor94XMiniv2.mapping[0].cut = cms.string("RecoTauTag_tauIdMVAIsoDBoldDMwLT2017v1_WPEff40") | ||
#create a new task and put the moduled therin | ||
process.hpsPFTauMVAIsoFor94XMiniv2Task = cms.Task() | ||
process.hpsPFTauMVAIsoFor94XMiniv2Task.add(process.hpsPFTauDiscriminationByIsolationMVArun2v1DBoldDMwLTrawMVAIsoFor94XMiniv2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be less verbose to simply pass all taggers in the Task constructor arguments.
Hi Slava, yes, everything that is commited here is also part of the master branch, with the exception of the 94X legacy processing specific parts of course. For more info I refer to @mbluj . I'll up date according to your comments tomorrow, as soon as I get to it. Cheers, |
After some thought I think that we should make a commitment to support miniAOD processing using inputs from 94X Fall17 RECO/AOD production campaign.
let me know if this is clear enough or if we should discuss more. |
@cmsbuild please test |
The tests are being triggered in jenkins. |
+1 The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
Dear colleagues, let me know whethere there is anything else pending to get this PR signed. Cheers, |
+1
|
@fabiocos |
+operations |
+1 |
merge |
Do I understand correctly that this PR changes the MVArun2v1DBoldDMwLT set of discriminators, rather than adding a new set? |
One VVL discriminator is added; the rest are indeed modified. |
On Mon, Mar 19, 2018 at 2:23 PM, Slava Krutelyov ***@***.***> wrote:
Do I understand correctly that this PR changes the MVArun2v1DBoldDMwLT set
of discriminators, rather than adding a new set?
One VVL discriminator is added; the rest are indeed modified.
Yes, I confirm. It is what Tau POG wanted.
Michał
… —
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21977 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AE-odTQs-snZMxJ2RFyPw18tqamiS8hVks5tf7E6gaJpZM4RulK1>
.
--
Michał Bluj
National Centre for Nuclear Research / Narodowe Centrum Badań Jądrowych
Hoża 69
00-681 Warszawa, Poland
tel. (+48) 22 55 31 833
e-mail: [email protected]
|
Dear Slava, Andrea,
this PR consists of a modification of the miniAOD sequences, adding new mvaTauID discriminants that have been trained with 2017 MCv1 (tauIdMVAIsoDBoldDMwLT2017). Modified files are:
This modification impacts both the standard and legacy80X workflows via an updated makePatTausTask.
In addition the protection to prevent the PATTauProducer from asserting when encountering requests for tauID WP that are not available on existing AOD, has been backported from 100X (*). Changed files are:
The development has been made by @mbluj.
The changes wrt to status quo are in the mvaTauID output only. Performance comparisons and more detailed comments can be checked from here (**)
Please consider this PR for reminiAODv2.
Cheers,
Roger
(*)
#21186
(**)
cms-tau-pog#71