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

added hep17 folder, 2d eff plots for egammaHLT DQM and Validation #19699

Merged

Conversation

Monophoton
Copy link

  • Added HEP17 folder with plots in /HLT/EgOffline/ folder similar to HLT/EgOffline/Source_Histos/ but for HEP17, HEM17 region and ratio plots.
  • Also added 2D efficiency plot (EtaVsPhi) per filter efficiency in HLT/HLTEgammaValidation/ directories.
  • a minor bug fix (not used in code)

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DQMOffline/Trigger
HLTriggerOffline/Egamma

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

cms-bot commands are listed here

HLTINVEINVP =0x00080000,
HLTDETAIN =0x02000000,
HLTDPHIIN =0x04000000,
HLTINVEINVP =0x08000000,
//flag that if its set, shows the code is invalid
Copy link
Contributor

Choose a reason for hiding this comment

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

are you sure ?

Copy link
Author

Choose a reason for hiding this comment

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

otherwise they were similar to:
HLTISOLTRKSPHO=0x00020000,
HLTISOLHAD =0x00040000,
HLTISOLEM =0x00080000
I ask Gabi and she also thinks its a bug.

@mtosi
Copy link
Contributor

mtosi commented Jul 12, 2017

@cmsbuild, please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 12, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21395/console Started: 2017/07/12 14:58

@mtosi
Copy link
Contributor

mtosi commented Jul 12, 2017 via email

@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-19699/21395/summary.html

Comparison Summary:

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


MonitorElement* meOut = ibooker.book2D(outName,titel,num->GetXaxis()->GetNbins(),num->GetXaxis()->GetXmin(),num->GetXaxis()->GetXmax(),num->GetYaxis()->GetNbins(),num->GetYaxis()->GetXmin(),num->GetYaxis()->GetXmax());
TH2F* out= meOut->getTH2F();
std::cout<<num->GetXaxis()->GetNbins()<<" ,"<<num->GetXaxis()->GetXmin()<<" ,"<<num->GetXaxis()->GetXmax()<<" , "<<num->GetYaxis()->GetNbins()<<" , "<<num->GetYaxis()->GetXmin()<<" , "<<num->GetYaxis()->GetXmax()<<std::endl;
Copy link
Contributor

Choose a reason for hiding this comment

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

Using std::cout is forbidden! Use LogInfo/LogWarning!

@cmsbuild
Copy link
Contributor

Pull request #19699 was updated. @vazzolini, @kmaeshima, @dmitrijus, @cmsbuild, @vanbesien, @davidlange6 can you please check and sign again.

@Monophoton
Copy link
Author

that std::cout was by mistake and left over from a test. Update the commit to remove it.

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 4, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 4, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 4, 2017

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2761357
  • DQMHistoTests: Total failures: 267
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2760903
  • DQMHistoTests: Total skipped: 187
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 10 edm output root files, 26 DQM output files

@sushilchauhan
Copy link
Contributor

something more need to be done from my side?

@davidlange6
Copy link
Contributor

please test
(I think we mainly need to confirm the old tests are stillok)

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 16, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23786/console Started: 2017/10/16 14:23

@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-19699/23786/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 26
  • DQMHistoTests: Total histograms compared: 2767139
  • DQMHistoTests: Total failures: 99
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2766869
  • DQMHistoTests: Total skipped: 171
  • DQMHistoTests: Total Missing objects: 0
  • Checked 107 log files, 10 edm output root files, 26 DQM output files

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit f3ffe7a into cms-sw:master Oct 17, 2017
@mtosi
Copy link
Contributor

mtosi commented Oct 17, 2017

@sushilchauhan, you need the backport in 92x, don't you ?

@sushilchauhan
Copy link
Contributor

@mtosi Yes (and I did it earlier), but i was wating to make sure there are no further udates. Right now I am travellling so will do it tomorrow asap.

@mtosi
Copy link
Contributor

mtosi commented Oct 17, 2017 via email

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