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

PR for HLT matching PFtau to L1T jets #22488

Merged
merged 6 commits into from Mar 10, 2018

Conversation

albertdow
Copy link
Contributor

@albertdow albertdow commented Mar 6, 2018

This PR concerns RecoTauTag/HLTProducers and is required for a special case of the VBF + Taus HLT trigger:
HLT_(VBF_DoubleJet40)_DiTau_115_20,
triggered by the VBF L1 seeds (eg. L1_DoubleJet_115_40_DoubleJet40_Mass_Min620)

The idea is that the PFTau 115 is matched to the (leading) L1T jet.
This trigger comes with two other triggers:
HLT_(VBF_DoubleJet115_40)_DiTau_20
HLT_(VBF_DoubleJet40)_SingleJet115_DiTau_20.

The PR is required asap to finalise the HLT config.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

A new Pull Request was created by @albertdow for master.

It involves the following packages:

RecoTauTag/HLTProducers

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

cms-bot commands are listed here

@Martin-Grunewald
Copy link
Contributor

Given the resolution of L1T objects, using only the leading L1T is not robust!


for(unsigned int iTau = 0; iTau < taus->size(); iTau++){
if ((*taus)[iTau].pt() > minTauPt_){
if(reco::deltaR2((*taus)[iTau].p4(), jetCandRefVec[0]->p4()) < matchingR2_)
Copy link
Contributor

Choose a reason for hiding this comment

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

jetCandRefVec might be size 0 so that element [0] does not exist.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 7, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 7, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 7, 2018

Pull request #22488 was updated. @Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard can you please check and sign again.

@albertdow albertdow changed the title PR for HLT matching PFtau to lead L1 jet PR for HLT matching PFtau to L1T jets Mar 7, 2018
}
}
}
if(isMatched == true) L1TmatchedPFTau->push_back((*taus)[iTau]);
Copy link
Contributor

Choose a reason for hiding this comment

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

if (isMatched) L1T...

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

Pull request #22488 was updated. @Martin-Grunewald, @silviodonato, @cmsbuild, @fwyzard can you please check and sign again.

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26700/console Started: 2018/03/08 18:45

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 8, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-22488/26700/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2484711
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2484534
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.13000000008 KiB( 23 files compared)
  • Checked 118 log files, 9 edm output root files, 29 DQM output files

@Martin-Grunewald
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 9, 2018

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

+1

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

4 participants