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

new HLT objects monitor code #18879

Merged
merged 12 commits into from
Jun 8, 2017
Merged

new HLT objects monitor code #18879

merged 12 commits into from
Jun 8, 2017

Conversation

mtosi
Copy link
Contributor

@mtosi mtosi commented May 22, 2017

this new code should replace the older version
https://github.com/mtosi/cmssw/blob/c11bf30f20eea09807dc5c69b1ba87b0fd56ae1d/DQM/HLTEvF/plugins/HLTObjectMonitor.cc

I would suggest to leave the old code running at the begging (~few weeks),
because of back compatibility which allows to compare w/ last year plots in case of need

NB: the list of paths and corresponding module names have to be updated as soon as we have the new HLT menu avaialble

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mtosi (mia tosi) for master.

It involves the following packages:

DQM/HLTEvF
DQMOffline/Trigger

@cmsbuild, @silviodonato, @dmitrijus, @Martin-Grunewald, @fwyzard, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@battibass, @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

@silviodonato
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 22, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20018/console Started: 2017/05/22 13:14

@cmsbuild
Copy link
Contributor

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

@silviodonato
Copy link
Contributor

please abort

@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-18879/20018/summary.html

Comparison Summary:

  • You potentially added 941 lines to the logs
  • Reco comparison results: 1730 differences found in the comparisons
  • DQMHistoTests: Total files compared: 24
  • DQMHistoTests: Total histograms compared: 1832956
  • DQMHistoTests: Total failures: 57752
  • DQMHistoTests: Total nulls: 75
  • DQMHistoTests: Total successes: 1774949
  • DQMHistoTests: Total skipped: 180
  • DQMHistoTests: Total Missing objects: 0
  • Checked 98 log files, 14 edm output root files, 24 DQM output files

@mtosi
Copy link
Contributor Author

mtosi commented Jun 7, 2017 via email

@Martin-Grunewald
Copy link
Contributor

Hmm, so is there anything else still to be done for this PR?

@davidlange6
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20416/console Started: 2017/06/08 10:40

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 8, 2017

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

Comparison Summary:

  • You potentially added 17 lines to the logs
  • ROOTFileChecks: Some differences in event products or their sizes found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1856821
  • DQMHistoTests: Total failures: 17867
  • DQMHistoTests: Total nulls: 220
  • DQMHistoTests: Total successes: 1838561
  • DQMHistoTests: Total skipped: 173
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

@davidlange6
Copy link
Contributor

ok, @mtosi - i think the only outstanding issue is all the copy and paste of PSets. whats the timescale on which you can have that cleaned up?

@mtosi
Copy link
Contributor Author

mtosi commented Jun 8, 2017 via email

@davidlange6
Copy link
Contributor

is what i was thinking - but lets agree on a timescale..

@mtosi
Copy link
Contributor Author

mtosi commented Jun 8, 2017 via email

@davidlange6
Copy link
Contributor

davidlange6 commented Jun 8, 2017 via email

@cmsbuild cmsbuild merged commit 6bec4f7 into cms-sw:master Jun 8, 2017
@davidlange6
Copy link
Contributor

davidlange6 commented Jun 8, 2017 via email

@mtosi
Copy link
Contributor Author

mtosi commented Jun 8, 2017 via email

@silviodonato
Copy link
Contributor

Testing the HLT menu in CMSSW_9_2_2 I found an error due to this PR.
You can reproduce the crash in this way:

cmsrel CMSSW_9_2_1
cd CMSSW_9_2_1/src
cmsenv
git cms-merge-topic 18879
cp /afs/cern.ch/user/s/sdonato/AFSwork/public/bugDQM/RelVal_DigiL1RawHLT_GRun_MC.root .

cmsDriver.py RelVal --step=RAW2DIGI,L1Reco,RECO,EI,PAT,VALIDATION,DQM --conditions=auto:run2_mc_GRun --filein=file:RelVal_DigiL1RawHLT_GRun_MC.root --custom_conditions= --fileout=RelVal_RECO_GRun_MC.root --number=100 --mc --no_exec --datatier GEN-SIM-RECO,MINIAODSIM,DQMIO --eventcontent=RECOSIM,MINIAODSIM,DQM --customise=HLTrigger/Configuration/CustomConfigs.Base --era=Run2_2017 --customise= --scenario=pp --python_filename=RelVal_RECO_GRun_MC.py --processName=RECO --runUnscheduled

cmsRun RelVal_RECO_GRun_MC.py >& logTest1 

scram b -j8

cmsRun RelVal_RECO_GRun_MC.py >& logTest2 

logTest2 contains the following error:
cmsRun: /build/cmsbld/auto-builds/CMSSW_9_2_1-slc7_amd64_gcc530/build/CMSSW_9_2_1-build/tmp/BUILDROOT/302421ec588ad9bebd9cb68c9a42c6a9/opt/cmssw/slc7_amd64_gcc530/cms/cmssw/CMSSW_9_2_1/src/DQMServices/Core/src/DQMStore.cc:817: MonitorElement* DQMStore::book(const string&, const string&, const char*, int, HISTO*, COLLATE) [with HISTO = TH1F; COLLATE = void (*)(MonitorElement*, TH1F*, unsigned int); std::string = std::basic_string<char>]: Assertion name.find('/') == std::string::npos' failed.`

while logTest1 is fine.

This error was not catch by jenkins test because we have a fake GRun menu in the current release.

RelVal_DigiL1RawHLT_GRun_MC.root was generated by
cmsDriver.py RelVal --step=DIGI:pdigi_valid,L1,DIGI2RAW,HLT:GRun --conditions=auto:run2_mc_GRun --filein=root://eoscms.cern.ch//eos/cms/store/group/dpg_trigger/comm_trigger/TriggerStudiesGroup/STORM/GEN-SIM/CMSSW_9_phase1/14F749AC-8AFE-E611-9821-0CC47A78A4A0.root --custom_conditions= --fileout=RelVal_DigiL1RawHLT_GRun_MC.root --number=100 --mc --no_exec --datatier GEN-SIM-DIGI-RAW-HLT --eventcontent=FEVTDEBUGHLT --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --era=Run2_2017 --customise= --scenario=pp --python_filename=RelVal_DigiL1RawHLT_GRun_MC.py --processName=HLT
using a realistic GRun menu (see https://github.com/cms-tsg-storm/cmssw/tree/HLT_2017_V1p1).

@mtosi
Copy link
Contributor Author

mtosi commented Jun 9, 2017

I think I found the issue ... sorry !!!!!!!!!
I'm testing the patch now
and come back w/ a PR for fixing this issue

@mtosi mtosi mentioned this pull request Jun 9, 2017
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.

8 participants