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

Esmaeel dqm2016 stage2 #13034

Merged
merged 10 commits into from Feb 1, 2016
Merged

Esmaeel dqm2016 stage2 #13034

merged 10 commits into from Feb 1, 2016

Conversation

EsmaeelEskandari
Copy link
Contributor

No description provided.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @EsmaeelEskandari for CMSSW_8_0_X.

It involves the following packages:

DQM/Integration
DQM/L1TMonitor

@cmsbuild, @vanbesien, @deguio, @davidlange6 can you please review it and eventually sign? Thanks.
@threus, @batinkov this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@deguio
Copy link
Contributor

deguio commented Jan 25, 2016

please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/10711/console

@cmsbuild
Copy link
Contributor

-1
Tested at: 1903f8d
I found an error when building:

L1TSync_Offline.cc:(.text+0x50c5): undefined reference to `L1TMenuHelper::L1TMenuHelper(edm::EventSetup const&)'
L1TSync_Offline.cc:(.text+0x50ec): undefined reference to`L1TMenuHelper::testAlgos(std::map, std::allocator > > const&)'
L1TSync_Offline.cc:(.text+0x51f0): undefined reference to `L1TMenuHelper::getLUSOTrigger(std::map, std::allocator > > const&, int, L1GtUtils const&)'
L1TSync_Offline.cc:(.text+0x5a9d): undefined reference to`L1TMenuHelper::~L1TMenuHelper()'
L1TSync_Offline.cc:(.text+0x5d88): undefined reference to `L1TMenuHelper::~L1TMenuHelper()'
collect2: error: ld returned 1 exit status
gmake: **\* [tmp/slc6_amd64_gcc493/src/DQMOffline/L1Trigger/src/DQMOfflineL1Trigger/libDQMOfflineL1Trigger.so] Error 1
Leaving library rule at DQMOffline/L1Trigger
>> Leaving Package DQMOffline/L1Trigger
>> Package DQMOffline/L1Trigger built
>> Subsystem DQMOffline built


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

@EsmaeelEskandari
Copy link
Contributor Author

but I didn't use "L1TSync_Offline.cc" at all

@davidlange6
Copy link
Contributor

likely its from your build file changes. What was the motivation for those?

On Jan 25, 2016, at 10:56 AM, EsmaeelEskandari notifications@github.com wrote:

but I didn't use "L1TSync_Offline.cc" at all


Reply to this email directly or view it on GitHub.

@EsmaeelEskandari
Copy link
Contributor Author

If you mean +
I commented that because It was complaining about not finding "L1TStage2mGMT" plugin

@davidlange6
Copy link
Contributor

maybe you are mixing src and plugins in the same directory?

On Jan 25, 2016, at 11:45 AM, EsmaeelEskandari notifications@github.com wrote:

If you mean +
I commented that because It was complaining about not finding "L1TStage2mGMT" plugin


Reply to this email directly or view it on GitHub.

@EsmaeelEskandari
Copy link
Contributor Author

No, They are in different directories.

@cmsbuild
Copy link
Contributor

Pull request #13034 was updated. @cmsbuild, @vanbesien, @deguio, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #13034 was updated. @cmsbuild, @vanbesien, @deguio, @davidlange6 can you please check and sign again.

@EsmaeelEskandari
Copy link
Contributor Author

I un-commented those lines in BuildFile. Would you please make a test again?

@EsmaeelEskandari
Copy link
Contributor Author

Would you please make a test?

@deguio
Copy link
Contributor

deguio commented Jan 27, 2016

please test

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/10773/console

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@EsmaeelEskandari
Copy link
Contributor Author

Sorry I took a look at the comparison DQM plots. There are not any DQM plots produced by "L1TStage2mGMT" and "L1TStage2CaloLayer2" ED Analyzers!!

@EsmaeelEskandari
Copy link
Contributor Author

Sorry, what should I do now?

@deguio
Copy link
Contributor

deguio commented Jan 28, 2016

the online workflow is not tested here. for that we will need to test at p5.

@EsmaeelEskandari
Copy link
Contributor Author

So is my codes supposed to be put within official CMSSW now?

@deguio
Copy link
Contributor

deguio commented Jan 29, 2016

yes. I will review again the code in the next few days and let you know in case something else needs to be changed.

@deguio
Copy link
Contributor

deguio commented Feb 1, 2016

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 1, 2016

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Feb 1, 2016
@cmsbuild cmsbuild merged commit 7d2bd68 into cms-sw:CMSSW_8_0_X Feb 1, 2016
@EsmaeelEskandari
Copy link
Contributor Author

People in mGMT asked me to change the range and bins of histograms which David told me its expensive to have a wide rangw and a lot of bins.
The new proposed ones are:
pt : 0 -- 255 with 0.5 GeV steps i.e. 510 bins
eta: -2.45 -- 2.45 with 0.011 steps i.e. 445 bins
phi: 0 -- 6.28 with with 0.011 steps i.e. 574 bins
There is the same problem for BMTF and OMTF histograms.
what should I do?

@deguio
Copy link
Contributor

deguio commented Feb 5, 2016

please try to contain the binning as much as possible and submit the PR.
I will check if the changes you propose are something we can afford.

cheers,
F.

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

4 participants