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

[94X] L1 no hack conditions - cleaned #20871

Merged

Conversation

rekovic
Copy link
Contributor

@rekovic rekovic commented Oct 10, 2017

Configure emulators from DB.
This is a cleaned-up version of #20577.

Details:

  • All but EMTF emulators configure from GlobalTag
  • EMTF configures from DB, but not from GT. Configuration is set to 2017_MC.
  • Includes needed fixes in addOn tests.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/PR-20871/1335

@rekovic
Copy link
Contributor Author

rekovic commented Oct 10, 2017

@davidlange6

Differences in Muons BMTF are due to differences in params available in external LUTs vs Prototype payload used when configuring via GT. The payload is updated and requested from AlCa to include GT.

Differences in Calo are due to static configuration which used the latest greatest configuration for all data IOVs, while this PR choses the configuration according to the run numbers and IOV, which is the correct thing to do.

could you explain briefly? Its always best to separate technical and physics changes when possible...

On Oct 10, 2017, at 4:31 PM, rekovic @.***> wrote:
@davidlange6
The differences in DQM comparisons observed in #20577 were understood and expected.

@davidlange6
Copy link
Contributor

merge

@cmsbuild cmsbuild merged commit 988d526 into cms-sw:master Oct 11, 2017
@rekovic
Copy link
Contributor Author

rekovic commented Oct 11, 2017

Test to see the effects of the further changes in GTs

@rekovic
Copy link
Contributor Author

rekovic commented Oct 11, 2017

please test with #20758

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 11, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/23668/console Started: 2017/10/11 11:12

@rekovic
Copy link
Contributor Author

rekovic commented Oct 11, 2017

probably need to open another PR for testing only.

@rekovic
Copy link
Contributor Author

rekovic commented Oct 11, 2017

maybe not, tests just started.


#include "TMath.h"
//
// class declaration
//
using namespace l1t;

class L1TMuonProducer : public edm::stream::EDProducer<> {
class L1TMuonProducer : public edm::EDProducer {
Copy link
Contributor

Choose a reason for hiding this comment

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

@rekovic why was this moved back to being an EDProducer? Was this a mistake when trying to resolve the conflict?

@Martin-Grunewald
Copy link
Contributor

Martin-Grunewald commented Oct 11, 2017

Indeed - Can't have that for threading. Must be moved back to stream or so.
Another PR as this one is merged...

@cmsbuild
Copy link
Contributor

-1

Tested at: f96f59c

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

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-20871/23668/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:
1000.0 step3

runTheMatrix-results/1000.0_RunMinBias2011A+RunMinBias2011A+TIER0+SKIMD+HARVESTDfst2+ALCASPLIT/step3_RunMinBias2011A+RunMinBias2011A+TIER0+SKIMD+HARVESTDfst2+ALCASPLIT.log

10024.0 step5
runTheMatrix-results/10024.0_TTbar_13+TTbar_13TeV_TuneCUETP8M1_2017_GenSimFull+DigiFull_2017+RecoFull_2017+ALCAFull_2017+HARVESTFull_2017/step5_TTbar_13+TTbar_13TeV_TuneCUETP8M1_2017_GenSimFull+DigiFull_2017+RecoFull_2017+ALCAFull_2017+HARVESTFull_2017.log

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

@cmsbuild
Copy link
Contributor

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

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

7 participants