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

modifying filters to use with higgs samples #27791

Merged
merged 3 commits into from Aug 23, 2019

Conversation

danielwinterbottom
Copy link

PR description:

  • Setting the boson PDGID under option so that the filter can be used for Higgs events
  • Adding booleans to make sure the correct tau decay types are identified in cases where there are additional FSR photons

PR validation:

Checked that the code compiles and that the modifications work correctly by generating MC events privately using the filter

if this PR is a backport please specify the original PR:

Before submitting your pull requests, make sure you followed this checklist:

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27791/11486

  • This PR adds an extra 16KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27791/11487

  • This PR adds an extra 16KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @danielwinterbottom (Daniel Winterbottom) for master.

It involves the following packages:

GeneratorInterface/Core
TauAnalysis/MCEmbeddingTools

@efeyazgan, @civanch, @mdhildreth, @cmsbuild, @agrohsje, @alberto-sanchez, @qliphy, @santocch can you please review it and eventually sign? Thanks.
@alberto-sanchez, @agrohsje, @mkirsano this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

if (std::abs((*daughter)->pdg_id()) == muonPDGID_) {
DecayChannel_.fill(TauDecayMode::Muon);
decaymode_known = true;
} else if (std::abs((*daughter)->pdg_id()) == electronPDGID_) {
DecayChannel_.fill(TauDecayMode::Electron);
decaymode_known = true;
} else if (!neutrino) {
} else if (!neutrino && !isGamma && !isTau) {
DecayChannel_.fill(TauDecayMode::Hadronic);
Copy link
Contributor

Choose a reason for hiding this comment

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

@danielwinterbottom , if it is not tau, why it has tau hadronic decay mode?

Copy link
Author

Choose a reason for hiding this comment

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

These bools are related to the tau daughters not the particle itself. L 121 already requires the particle to be a tau. This condition is used to ensure that we ignore taus that aren't the last copy in the chain which is the case when there is FSR and the tau "decays" to a tau and a gamma

Copy link
Author

Choose a reason for hiding this comment

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

is this ok should I hit "resolve conversation" ?

@danielwinterbottom
Copy link
Author

Sorry to be impatient but I was wondering if we can proceed with this pull request as we need these changes to be merged before we can submit a MC request for our analysis (and we also have to request backporting after which could cause further delays)?

@alberto-sanchez
Copy link
Member

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 21, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/2104/console Started: 2019/08/21 21:53

@cmsbuild
Copy link
Contributor

-1

Tested at: 8e280ec

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4343a1/2104/summary.html

I found follow errors while testing this PR

Failed tests: UnitTests

  • Unit Tests:

I found errors in the following unit tests:

---> test testTauEmbeddingProducers had ERRORS

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 4 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2939508
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2939165
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 142 log files, 14 edm output root files, 34 DQM output files

@santocch
Copy link

+1

@alberto-sanchez
Copy link
Member

+1

@civanch
Copy link
Contributor

civanch commented Aug 23, 2019

+1

@cmsbuild
Copy link
Contributor

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)

@kpedro88
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

6 participants