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 feature in ME0 simulation: ME0PadDigiCluster #19254

Merged
merged 14 commits into from Jun 22, 2017
Merged

New feature in ME0 simulation: ME0PadDigiCluster #19254

merged 14 commits into from Jun 22, 2017

Conversation

dildick
Copy link
Contributor

@dildick dildick commented Jun 15, 2017

The ME0 optohybrid concentrator card (on-detector electronics) compresses trigger bits in the same way as for GEM. It will combine at most 8 adjacent ME0 pads into a cluster (ME0PadDigiCluster). Clusters will be sent to a CTP7 (which actually handles 3 ME0 super chambers). The CTP7 declusterizes them into single pads to be used as inputs for the ME0 pattern finding. This will be done in the ME0Motherboard in simulation.

Unlike GEM, ME0PadDigiCluster will not be sent to the track-finder directly nor to the nearby CSC optical trigger motherboard. ME0TriggerDigis will only be sent to the track-finder.

I also added the field "partition" to the ME0TriggerDigi dataformat. From the single pads in each layer it will be possible to the partition in the 3rd layer (which is likely going to be reference layer).

More information on the ME0 trigger system can be found here: https://indico.cern.ch/event/640240/contributions/2605361/attachments/1476748/2288198/MuonEndcap_SvenDildick_HLLHC_Trigger_Upgrade_20170614.pdf, slides 12-19

@calabria FYI

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DataFormats/GEMDigi
L1Trigger/ME0Trigger
SimMuon/Configuration
SimMuon/GEMDigitizer

@civanch, @mdhildreth, @cmsbuild, @rekovic, @kpedro88, @mulhearn, @davidlange6 can you please review it and eventually sign? Thanks.
@kreczko, @battibass, @abbiendi, @jhgoh, @Martin-Grunewald, @calderona, @HuguesBrun, @trocino this is something you requested to watch as well.
@davidlange6 you are the release manager for this.

cms-bot commands are listed here

@civanch
Copy link
Contributor

civanch commented Jun 16, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 16, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20634/console Started: 2017/06/16 12:24

@cmsbuild
Copy link
Contributor

-1

Tested at: 2ccc20b

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19254/20634/summary.html

I found follow errors while testing this PR

Failed tests: RelVals

  • RelVals:

When I ran the RelVals I found an error in the following worklfows:
136.731 step1

DAS Error

@cmsbuild
Copy link
Contributor

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

@dildick
Copy link
Contributor Author

dildick commented Jun 16, 2017

@civanch Could you run the tests again please?

@civanch
Copy link
Contributor

civanch commented Jun 16, 2017

please test

std::vector<uint16_t> cl;
int startBX = 99;
for (auto d = pads.first; d != pads.second; ++d) {
if (cl.size() == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

hi @dildick - please use if ( cl.empty() )

@cmsbuild
Copy link
Contributor

Pull request #19254 was updated. @civanch, @mdhildreth, @cmsbuild, @rekovic, @kpedro88, @mulhearn, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #19254 was updated. @civanch, @mdhildreth, @cmsbuild, @rekovic, @kpedro88, @mulhearn, @davidlange6 can you please check and sign again.

@civanch
Copy link
Contributor

civanch commented Jun 22, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 22, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20852/console Started: 2017/06/22 18:26

@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-19254/20852/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 22
  • DQMHistoTests: Total histograms compared: 1802916
  • DQMHistoTests: Total failures: 101
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1802649
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 90 log files, 14 edm output root files, 22 DQM output files

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 01b8d5b into cms-sw:master Jun 22, 2017
@dildick dildick deleted the from-CMSSW_9_2_X_2017-06-15-1100-me0-pad-digi-cluster branch June 26, 2017 14:32
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

5 participants