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

Extra members in CSCCorrelatedLCTDigi to determine its original components #19786

Merged
merged 4 commits into from Aug 24, 2017
Merged

Extra members in CSCCorrelatedLCTDigi to determine its original components #19786

merged 4 commits into from Aug 24, 2017

Conversation

dildick
Copy link
Contributor

@dildick dildick commented Jul 18, 2017

When CSCCorrelatedLCTDigis are constructed, some information of the original CSCALCTDigi and CSCCLCTDigi gets lots. As a result is not easy to determine which ALCT and CLCT where involved in the LCT construction. In particular in Phase-2 scenarios where GEMPadDigis are combined with CSCALCTDigi and/or CSCCLCTDigi it becomes even more complicated to determine where the CSCCorrelatedLCTDigis came from. This pull request will make the task of debugging the emulator much easier.

I added a member type_ which can be

  • CLCT-ALCT (classic case)
  • ALCT-CLCT (upgrade case for MEX/1)
  • ALCT-CLCT-1GEM (1 GEM pad)
  • ALCT-CLCT-2GEM (GEM coincidence pad)
  • ALCT-2GEM (substitute CLCT for GEM coincidence pad)
  • CLCT-2GEM (substitute ALCT for GEM coincidence pad)

In addition I added members to get the original CSCALCTDigi, CSCCLCTDigi and GEMPadDigi.

Finally I deleted two implementations of constructLCTs, one in CSCMotherBoardME11, one in CSCMotherBoardME11GEM. Both were unused in the algorithm.

@Dr15Jones Referring to the discussion on the Framework and Edm Development HN, I find this implementation much more straightforward and easier to implement. Which is why I opted not to use edm::Ref.

@tahuang1991

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DataFormats/CSCDigi
L1Trigger/CSCTriggerPrimitives

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

cms-bot commands are listed here

@davidlange6
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 18, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/21555/console Started: 2017/07/18 10:44

@cmsbuild
Copy link
Contributor

-1

Tested at: 11a5395

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
f56dad1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19786/21555/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19786/21555/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found an error when building:

>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/PtAssignmentUnit.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/PtRefinementUnitFactory.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/ForestHelper.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/EndCapParamsHelper.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/PatternRecognition.cc 
error: class 'csctf::TrackStub' has a different checksum for ClassVersion 11. Increment ClassVersion to 12 and assign it to checksum 1100843423
Suggestion: You can run 'scram build updateclassversion' to generate src/DataFormats/L1CSCTrackFinder/src/classes_def.xml.generated with updated ClassVersion
gmake: *** [tmp/slc6_amd64_gcc630/src/DataFormats/L1CSCTrackFinder/src/DataFormatsL1CSCTrackFinder/libDataFormatsL1CSCTrackFinder.so] Error 1
Leaving library rule at DataFormats/L1CSCTrackFinder
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/Tree.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_3_X_2017-07-17-2300/src/L1Trigger/L1TMuonEndCap/src/Utilities.cc 


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
f56dad1
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19786/21555/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-19786/21555/git-merge-result

@cmsbuild
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

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

@dildick
Copy link
Contributor Author

dildick commented Jul 18, 2017

I updated the class version of csctf::TrackStub

@davidlange6
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 18, 2017

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

@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-19786/21569/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 2025409
  • DQMHistoTests: Total failures: 105
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2025138
  • DQMHistoTests: Total skipped: 166
  • DQMHistoTests: Total Missing objects: 0
  • Checked 93 log files, 14 edm output root files, 23 DQM output files

@civanch
Copy link
Contributor

civanch commented Jul 20, 2017

+1

@dildick
Copy link
Contributor Author

dildick commented Jul 27, 2017

Hi, are there more comments on this pull request?

@dildick
Copy link
Contributor Author

dildick commented Aug 2, 2017

@rekovic Do you have any comments on this PR?

@dildick
Copy link
Contributor Author

dildick commented Aug 4, 2017

@mulhearn @rekovic could you please review and sign?

@dildick
Copy link
Contributor Author

dildick commented Aug 14, 2017

@mulhearn @rekovic please sign

@rekovic
Copy link
Contributor

rekovic commented Aug 23, 2017

+1

@cmsbuild
Copy link
Contributor

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 now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar (and backports should be raised in the release meeting by the corresponding L2)

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 13b1b87 into cms-sw:master Aug 24, 2017
@dildick dildick deleted the from-CMSSW_9_3_X_2017-07-17-1100-csc-lct-components branch September 6, 2017 20:21
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