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

TOP DQM: muon selections for topSingleMediumDQM_MINIAOD are updated #19560

Merged
merged 1 commit into from Feb 19, 2018

Conversation

kuyoun
Copy link
Contributor

@kuyoun kuyoun commented Jul 5, 2017

Muon id selections are updated.
Lepton phi plot is added.
Muon relIso and its plot are updated.
Muon multiplicity plots are updated as function of tight id,iso selection.

Talk at TOP PAG:
https://indico.cern.ch/event/649877/contributions/2643741/attachments/1487397/2310529/topdqm_jul4.pdf

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 5, 2017

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

It involves the following packages:

DQM/Physics

@vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@rappoccio this is something you requested to watch as well.
@davidlange6 you are the release manager for this.

cms-bot commands are listed here

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 18, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21582/console Started: 2017/07/18 18:06
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21585/console Started: 2017/07/18 19:18

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar

@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-19560/21585/summary.html

Comparison Summary:

  • You potentially added 5 lines to the logs
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 2286004
  • DQMHistoTests: Total failures: 189
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2285649
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 93 log files, 14 edm output root files, 23 DQM output files

@@ -373,6 +379,8 @@ void MonitorEnsemble::fill(const edm::Event& event,
// fill monitoring plots for primary verices
edm::Handle<edm::View<reco::Vertex> > pvs;
if (!event.getByToken(pvs_, pvs)) return;
const reco::Vertex& PV= pvs->front();
Copy link
Contributor

Choose a reason for hiding this comment

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

please start variables with lower case (and in any case avoid variables that differ only by their case)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will fix it. BTW, there are more modifications in same code. Is it okay sending new PR? or fix this one first?

//if (!muonIso_ || (*muonIso_)(*muon)) ++mMultIso;
if(pfRelIso<0.15)++mMultIso;

if(!(pfRelIso<0.15 && muon->isGlobalMuon() && muon->isPFMuon() && muon->globalTrack()->normalizedChi2() < 10. && muon->globalTrack()->hitPattern().numberOfValidMuonHits() > 0 && muon->numberOfMatchedStations() > 1 && fabs(muon->muonBestTrack()->dxy(PV.position())) < 0.2 && fabs(muon->muonBestTrack()->dz(PV.position())) < 0.5 && muon->innerTrack()->hitPattern().numberOfValidPixelHits() > 0 && muon->innerTrack()->hitPattern().trackerLayersWithMeasurement() > 5 ) )continue;
Copy link
Contributor

Choose a reason for hiding this comment

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

most of this if statement is repeated just above - which means most criteria are satisfied by definition - those should all be dropped.

second - move the if ( mTight==0) above to avoid unneeded calculations.

Copy link
Contributor

Choose a reason for hiding this comment

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

ah - ignore the second comment - I missed that you've filled a histogram of mTight below

@davidlange6
Copy link
Contributor

-1
pending answers to small comments

@dmitrijus
Copy link
Contributor

+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)

@fabiocos
Copy link
Contributor

@kuyoun as far as I can see, differences are all concentrated in the Top sector, as one would expect. Are they compatible with the changes? I see that selections are changed, so I do expect different behaviour...

@kuyoun
Copy link
Contributor Author

kuyoun commented Feb 14, 2018

Would you point out what difference you saw? Could you show plots? Basically, selections have been updated, but I would like to check again.

@fabiocos
Copy link
Contributor

@kuyoun I was referring to the differences in the test output, now deleted

@fabiocos
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 19, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26166/console Started: 2018/02/19 13:44

@kuyoun
Copy link
Contributor Author

kuyoun commented Feb 19, 2018

@fabiocos, we had updated selections based on user's requests and had checked that updated selections were filled plots properly. If you saw any empty plots rather than changes compared to the previous version. They were meant to be. You don't worry about. If not, please point out what it is.

@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-19560/26166/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 27
  • DQMHistoTests: Total histograms compared: 2442522
  • DQMHistoTests: Total failures: 3867
  • DQMHistoTests: Total nulls: 380
  • DQMHistoTests: Total successes: 2438106
  • DQMHistoTests: Total skipped: 169
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0299999999988 KiB( 1 files compared)
  • Checked 111 log files, 9 edm output root files, 27 DQM output files

@fabiocos
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 25156e1 into cms-sw:master Feb 19, 2018
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

8 participants