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

PCL of diamond sampic offset calibration #35029

Merged
merged 8 commits into from Sep 6, 2021

Conversation

ChrisMisan
Copy link
Contributor

@ChrisMisan ChrisMisan commented Aug 26, 2021

PR description:

This PR introduces PCL module for Diamond Sampic offset calibration, main components are:

  • worker - which can work in parallel and is gathering statistics from recHits and Digi

  • harvester - which is calculating an offset by acquiring the channel mean and subtracting it from the previous offset. In order to do so harvester is using aggregated histograms provided by workers. Results are then saved in corresponding db object.

Additionally, PR contains DQM module which is suppose to run after the diamond sampic reconstruction and produce plots relevant for the validation of current offset.

PR validation:

PR was successfully tested locally(run file&configuration included in /CalibPPS/TimingCalibration/test). In addition, the matrix test was conducted, yielding expected null structure.

PR presentation: https://indico.cern.ch/event/1069114/#15-pps-time-alignment-of-diamo

for the reference-memory consumption results presented during alcaDb meeting:
image

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35029/24887

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

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-35029/24888

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @ChrisMisan (Christopher) for master.

It involves the following packages:

  • CalibPPS/TimingCalibration (alca)
  • Configuration/AlCa (alca)
  • Configuration/EventContent (operations)
  • Configuration/StandardSequences (operations)
  • DQM/CTPPS (dqm)

@perrotta, @malbouis, @andrius-k, @yuanchao, @kmaeshima, @davidlange6, @ErnestaP, @ahmad3213, @rvenditti, @cmsbuild, @jfernan2, @tlampen, @qliphy, @pohsun, @francescobrivio, @fabiocos, @tvami can you please review it and eventually sign? Thanks.
@fabiocos, @makortel, @felicepantaleo, @fabferro, @jan-kaspar, @GiacomoSguazzoni, @JanFSchulte, @tocheng, @VinInn, @Martin-Grunewald, @rovere, @lecriste, @mtosi, @ebrondol, @mmusich, @dgulhan, @slomeo this is something you requested to watch as well.
@perrotta, @dpiparo, @qliphy you are the release manager for this.

cms-bot commands are listed here

@ChrisMisan
Copy link
Contributor Author

@vavati

@tvami
Copy link
Contributor

tvami commented Aug 26, 2021

@cmsbuild , please test

@tvami
Copy link
Contributor

tvami commented Aug 26, 2021

Hi @ChrisMisan can you please include a link to your presentation on Monday in the description of the PR (for future references), https://indico.cern.ch/event/1069114/#15-pps-time-alignment-of-diamo ?

@cmsbuild
Copy link
Contributor

-1

Failed Tests: Build
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2703cb/18058/summary.html
COMMIT: 9505c7d
CMSSW: CMSSW_12_1_X_2021-08-25-2300/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/35029/18058/install.sh to create a dev area with all the needed externals and cmssw changes.

Build

I found compilation error when building:

/cvmfs/cms-ib.cern.ch/nweek-02695/slc7_amd64_gcc900/external/gcc/9.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: PPSDiamondSampicTimingCalibrationPCLHarvester.cc:(.text._ZNK3edm10eventsetup30EventSetupRecordImplementationI23PPSTimingCalibrationRcdE3keyEv[_ZNK3edm10eventsetup30EventSetupRecordImplementationI23PPSTimingCalibrationRcdE3keyEv]+0xb): undefined reference to `std::type_info const& edm::typelookup::classTypeInfo()'
/cvmfs/cms-ib.cern.ch/nweek-02695/slc7_amd64_gcc900/external/gcc/9.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: tmp/slc7_amd64_gcc900/src/CalibPPS/TimingCalibration/plugins/CalibPPSTimingCalibrationPlugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc.o: in function `PPSDiamondSampicTimingCalibrationPCLHarvester::beginRun(edm::Run const&, edm::EventSetup const&) [clone .cold]':
PPSDiamondSampicTimingCalibrationPCLHarvester.cc:(.text.unlikely+0x133): undefined reference to `char const* edm::typelookup::className()'
/cvmfs/cms-ib.cern.ch/nweek-02695/slc7_amd64_gcc900/external/gcc/9.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: PPSDiamondSampicTimingCalibrationPCLHarvester.cc:(.text.unlikely+0x13c): undefined reference to `std::type_info const& edm::typelookup::classTypeInfo()'
/cvmfs/cms-ib.cern.ch/nweek-02695/slc7_amd64_gcc900/external/gcc/9.3.0/bin/../lib/gcc/x86_64-unknown-linux-gnu/9.3.0/../../../../x86_64-unknown-linux-gnu/bin/ld: PPSDiamondSampicTimingCalibrationPCLHarvester.cc:(.text.unlikely+0x17c): undefined reference to `char const* edm::typelookup::className()'
collect2: error: ld returned 1 exit status
gmake: *** [tmp/slc7_amd64_gcc900/src/CalibPPS/TimingCalibration/plugins/CalibPPSTimingCalibrationPlugins/libCalibPPSTimingCalibrationPlugins.so] Error 1
Leaving library rule at src/CalibPPS/TimingCalibration/plugins
>> Leaving Package CalibPPS/TimingCalibration
>> Package CalibPPS/TimingCalibration built
>> Entering Package Utilities/StaticAnalyzers


@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 2, 2021

Pull request #35029 was updated. @perrotta, @malbouis, @andrius-k, @yuanchao, @kmaeshima, @davidlange6, @ErnestaP, @ahmad3213, @rvenditti, @jfernan2, @qliphy, @francescobrivio, @fabiocos, @tvami can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 2, 2021

-1

Failed Tests: RelVals-INPUT
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2703cb/18253/summary.html
COMMIT: 391f848
CMSSW: CMSSW_12_1_X_2021-09-02-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/35029/18253/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals-INPUT

  • 136.72413136.72413_RunJetHT2016B_reminiaodUL+RunJetHT2016B_reminiaodUL+REMININANO_data2016UL_HIPM_met+HARVESTDR2_REMININANO_data2016UL_HIPM_met/step2_RunJetHT2016B_reminiaodUL+RunJetHT2016B_reminiaodUL+REMININANO_data2016UL_HIPM_met+HARVESTDR2_REMININANO_data2016UL_HIPM_met.log

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 6 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 3000404
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3000370
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: no differences found

@tvami
Copy link
Contributor

tvami commented Sep 2, 2021

The error is not related to this PR, we will re-trigger tests later

@tvami
Copy link
Contributor

tvami commented Sep 2, 2021

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2021

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2703cb/18270/summary.html
COMMIT: 391f848
CMSSW: CMSSW_12_1_X_2021-09-02-1600/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/35029/18270/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 3000404
  • DQMHistoTests: Total failures: 0
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3000382
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: no differences found

@jfernan2
Copy link
Contributor

jfernan2 commented Sep 3, 2021

+1

@tvami
Copy link
Contributor

tvami commented Sep 3, 2021

+alca

@qliphy
Copy link
Contributor

qliphy commented Sep 6, 2021

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 6, 2021

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 be automatically merged.

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