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

Tau HLT: revised L2.5 isolation #13176

Merged

Conversation

rmanzoni
Copy link
Contributor

@rmanzoni rmanzoni commented Feb 3, 2016

Move from counting-based to ΣpT based isolation.
JIRA ticket with updated configuration will follow and be referenced here.

presentation to TSG
https://indico.cern.ch/event/492285/contribution/1/6/attachments/1222254/1787558/tsg_l2p5iso_3_2_2016.pdf

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2016

A new Pull Request was created by @rmanzoni (Riccardo Manzoni) for CMSSW_8_0_X.

It involves the following packages:

RecoTauTag/HLTProducers

@Martin-Grunewald, @perrotta, @cmsbuild, @davidlange6, @fwyzard can you please review it and eventually sign? Thanks.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@Martin-Grunewald
Copy link
Contributor

-1
This would change the physics outcome. You'd need to have a (new) flag to decide which algorithm to use, with the default setting of the flag to use the old calculation.
Add the new flag to fillDescriptions with the default setting!

@rmanzoni
Copy link
Contributor Author

rmanzoni commented Feb 3, 2016

ok @Martin-Grunewald will do, sorry for forgetting this

@Martin-Grunewald
Copy link
Contributor

Together with your requested HLT py config update (JIRA ticket), also request to flip the flag
value in the JIRA ticket.

@fwyzard
Copy link
Contributor

fwyzard commented Feb 3, 2016 via email

@Martin-Grunewald
Copy link
Contributor

But we DQM and validate pre6 which may use new code with old config....

@fwyzard
Copy link
Contributor

fwyzard commented Feb 3, 2016 via email

@Martin-Grunewald
Copy link
Contributor

pre6 is fuzzy (not there yet, some outstanding prs, but should arrive before the weekend)

@rmanzoni
Copy link
Contributor Author

rmanzoni commented Feb 3, 2016

that's not completely clear to me: shall I update the PR or not?

@Martin-Grunewald
Copy link
Contributor

close the 76 PR. update the 80 PR.

@perrotta
Copy link
Contributor

perrotta commented Feb 3, 2016

In this particular case, the algo currently in CMSSW is

  •    if (dr2 >= m_isoCone2Min && dr2 <= m_isoCone2Max) iso += 1.;
    
    and the filter rejects the event whenever iso > MaxTag = cms.double( 0. )

With the algo proposed in this PR

  •    if (dr2 >= m_isoCone2Min && dr2 <= m_isoCone2Max) iso += (*tr)->pt();
    

Provided the old MaxTag remains "0." in the python config, then the result of the filter is exactly the same with either the new or the old code.

Therefore, even if the modified code is merged in CMSSW_8_0_0_pre6, the result of the filter will not change if MaxTag=0. The only difference will be for the modified config, which we will eventually merge in ConfDB following the expected jira ticket.

If @Martin-Grunewald agrees, I would keep this pull request untouched and I would try to merge it as quickly as possible.

@perrotta
Copy link
Contributor

perrotta commented Feb 3, 2016

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 3, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2016

@Martin-Grunewald
Copy link
Contributor

OK, it is for a pre.

@Martin-Grunewald
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 4, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@Martin-Grunewald
Copy link
Contributor

@davidlange6
please also consider this for pre6.

davidlange6 added a commit that referenced this pull request Feb 4, 2016
@davidlange6 davidlange6 merged commit 49024f5 into cms-sw:CMSSW_8_0_X Feb 4, 2016
@rmanzoni rmanzoni deleted the CMSSW_8_0_X_L2p5_tau_isolation branch February 4, 2016 10:21
@rmanzoni
Copy link
Contributor Author

rmanzoni commented Feb 4, 2016

JIRA ticket
https://its.cern.ch/jira/browse/CMSHLT-695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants