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

Add LUTs for CSC stub position offset and bending value. #1

Merged
merged 6 commits into from
Jul 8, 2020
Merged

Add LUTs for CSC stub position offset and bending value. #1

merged 6 commits into from
Jul 8, 2020

Conversation

dildick
Copy link
Contributor

@dildick dildick commented Mar 16, 2020

This repository holds look-up-tables which, in their current form, map a 12-bit comparator code onto a floating point number. That can either be a position offset or a slope. In the current form, there are 5 patterns (0 through 4) and 4096 comparator codes. For the position offset, there is an ideal case and a realistic case. The ideal case does not take into account a global offset from alignment effects, while the realistic case does. In future versions, the values in the look-up-tables will be translated from floating point to unsigned int.

@dildick
Copy link
Contributor Author

dildick commented Mar 17, 2020

@smuzaffar, does @cmsbuild have to be updated so it can run tests on PRs for this repository?

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @dildick (Sven Dildick) for branch master.

@smuzaffar, @benkrikler, @mrodozov, @cmsbuild, @rekovic, @tulamor can you please review it and eventually sign? Thanks.
@valuev, @ptcox, @Martin-Grunewald this is something you requested to watch as well.
cms-bot commands are listed here

@smuzaffar
Copy link
Contributor

@dildick , cmsbuild already knows how to test. Please make sure to update cmssw to make use of these new files. Once you have a cmssw PR then you can comment "please test with ms-data/L1Trigger-CSCTriggerPrimitives#1" to start the tests

@dildick
Copy link
Contributor Author

dildick commented Mar 17, 2020

@smuzaffar That is great to hear. I am working on a pull request to use the new LUTs in the trigger.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 11, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) cms-sw/cmssw#30103
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/6952/console Started: 2020/06/11 11:55

@cmsbuild
Copy link
Contributor

-1

Tested at: 79d9738

CMSSW: CMSSW_11_2_X_2020-06-10-2300
SCRAM_ARCH: slc7_amd64_gcc820
You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-db6b9d/6952/summary.html

I found follow errors while testing this PR

Failed tests: Build HeaderConsistency ClangBuild

  • Build:

I found compilation error when building:

       ^~~~~~~~~~~
/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/pythia8/302-db6b9d/include/Pythia8/Weights.h:140:7: warning: 'class Pythia8::WeightsLHEF' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
>> Building  shared library tmp/slc7_amd64_gcc820/src/FastSimulation/ParticleDecay/src/FastSimulationParticleDecay/libFastSimulationParticleDecay.so
/cvmfs/cms-ib.cern.ch/nweek-02632/slc7_amd64_gcc820/external/gcc/8.2.0-bcolbf/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.4.0/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -ldire
/cvmfs/cms-ib.cern.ch/nweek-02632/slc7_amd64_gcc820/external/gcc/8.2.0-bcolbf/bin/../lib/gcc/x86_64-unknown-linux-gnu/8.4.0/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lvincia
collect2: error: ld returned 1 exit status
gmake: *** [tmp/slc7_amd64_gcc820/src/FastSimulation/ParticleDecay/src/FastSimulationParticleDecay/libFastSimulationParticleDecay.so] Error 1
Leaving library rule at FastSimulation/ParticleDecay
Entering library rule at src/FastSimulation/ParticleDecay/plugins
>> Compiling edm plugin /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/FastSimulation/ParticleDecay/plugins/TestPythiaDecays.cc
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/slc7_amd64_gcc820/external/pythia8/302-db6b9d/include/Pythia8/Info.h:17,

  • Clang:

I found compilation error while trying to compile with clang. Command used:

USER_CUDA_FLAGS='--expt-relaxed-constexpr' USER_CXXFLAGS='-Wno-register -fsyntax-only' scram build -k -j 32 COMPILER='llvm compile'

                 ^
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/plugins/Py8JetGun.cc:5:
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8GunBase.h:21:
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8InterfaceBase.h:15:
In file included from /cvmfs/cms-ib.cern.ch/nweek-02632/slc7_amd64_gcc820/external/dire/2.004-bcolbf2/include/Dire/Dire.h:10:
/cvmfs/cms-ib.cern.ch/nweek-02632/slc7_amd64_gcc820/external/dire/2.004-bcolbf2/include/Dire/DireTimes.h:198:25: error: assigning to 'Pythia8::Info *' from incompatible type 'const Pythia8::Info *'
    infoPtr           = &pythiaPtr->info;
                        ^~~~~~~~~~~~~~~~
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/plugins/Py8PtotGun.cc:4:
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8GunBase.h:21:
In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_2_X_2020-06-10-2300/src/GeneratorInterface/Pythia8Interface/interface/Py8InterfaceBase.h:15:


@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 13, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) cms-sw/cmssw#30103
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/7027/console Started: 2020/06/13 13:06

@cmsbuild
Copy link
Contributor

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 36
  • DQMHistoTests: Total histograms compared: 2778915
  • DQMHistoTests: Total failures: 19
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2778846
  • DQMHistoTests: Total skipped: 50
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 35 files compared)
  • Checked 152 log files, 16 edm output root files, 36 DQM output files

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2020

The tests are being triggered in jenkins.
Tested with other pull request(s) cms-sw/cmssw#30103

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2020

+1
Tested at: 79d9738
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-db6b9d/7603/summary.html
CMSSW: CMSSW_11_2_X_2020-07-01-2300
SCRAM_ARCH: slc7_amd64_gcc820

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2020

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 2, 2020

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 37
  • DQMHistoTests: Total histograms compared: 2784120
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2784069
  • DQMHistoTests: Total skipped: 50
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 36 files compared)
  • Checked 154 log files, 17 edm output root files, 37 DQM output files

@silviodonato
Copy link

+1

@mrodozov
Copy link
Contributor

mrodozov commented Jul 7, 2020

+externals
new files and a readme, its fine

@silviodonato
Copy link

merge

@cmsbuild cmsbuild merged commit 175d855 into cms-data:master Jul 8, 2020
cmsbuild pushed a commit that referenced this pull request Jul 17, 2021
Fixed merging issues, headers, lowered fit stat requirements
cmsbuild pushed a commit that referenced this pull request Jul 22, 2022
preliminary reduction and renaming of tables
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.

5 participants