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

Forward port HGCalRecAlgos/Producers from CMSSW_6_2_0_SLHC26_patch3 (76X) #11651

Merged
merged 6 commits into from Oct 11, 2015

Conversation

lgray
Copy link
Contributor

@lgray lgray commented Oct 6, 2015

Add in local reconstruction modules for the most basic version of the HGCal local reconstruction.

No workflows or RECO sequences are activated yet, so no changes expected/observed in testing.

@lgray
Copy link
Contributor Author

lgray commented Oct 6, 2015

@bsunanda FYI

@lgray
Copy link
Contributor Author

lgray commented Oct 6, 2015

@cmsbuild please test

@cmsbuild cmsbuild added this to the Next CMSSW_7_6_X milestone Oct 6, 2015
@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_6_X.

Forward port HGCalRecAlgos/Producers from CMSSW_6_2_0_SLHC26_patch3 (76X)

It involves the following packages:

RecoLocalCalo/HGCalRecAlgos
RecoLocalCalo/HGCalRecProducers

@cmsbuild, @cvuosalo, @slava77 can you please review it and eventually sign? Thanks.
@vandreev11, @sethzenz, @pfs, @kpedro88, @argiro this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

-1
Tested at: 7b6a476
I found a compilation error while trying to compile with clang:
I used this command:
scram b vclean && scram build -k -j 8 USER_CXXFLAGS='-fsyntax-only' COMPILER='llvm compile'

>> Compiling edm plugin /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/RecoLocalCalo/HGCalRecProducers/plugins/HGCalUncalibRecHitProducer.cc 
>> Compiling edm plugin /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/RecoLocalCalo/HGCalRecProducers/plugins/HGCalRecHitWorkerSimple.cc 
>> Compiling edm plugin /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/RecoLocalCalo/HGCalRecProducers/plugins/HGCalUncalibRecHitWorkerWeights.cc 
>> Compiling  /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/FWCore/Version/src/GetFileFormatVersion.cc 
>> Compiling  /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/FWCore/Version/src/GetReleaseVersion.cc 
/tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-05-2300/src/RecoLocalCalo/HGCalRecProducers/test/HGCalLocalRecoTask.cc:225:43: error: unused variable 'myRecHit' [-Werror,-Wunused-variable]
      HGCRecHitCollection::const_iterator myRecHit = HGCEERecHit->find(HGCEEid);
                                          ^
1 error generated.
gmake: **\* [tmp/slc6_amd64_gcc493/src/RecoLocalCalo/HGCalRecProducers/test/testHGCalLocalReco/HGCalLocalRecoTask.o] Error 1
>> Compile sequence completed for CMSSW CMSSW_7_6_X_2015-10-05-2300


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

@lgray
Copy link
Contributor Author

lgray commented Oct 6, 2015

@slava77 taking the time to migrate to tokens and stream modules for this one as well.

@slava77
Copy link
Contributor

slava77 commented Oct 6, 2015

MT-aware modules and consumes migration should be done first

@slava77
Copy link
Contributor

slava77 commented Oct 6, 2015

It would be good to have a working config file as well.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

Pull request #11651 was updated. @cmsbuild, @cvuosalo, @slava77 can you please check and sign again.

@lgray
Copy link
Contributor Author

lgray commented Oct 6, 2015

@cmsbuild please test

@lgray
Copy link
Contributor Author

lgray commented Oct 6, 2015

@slava77 Configs are the exact ones used in SLHC26_patch3. The modules are now updated to thread-aware modules and consumes. We will need to wait a bit longer before the reco customizations are movable.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 6, 2015

The tests are being triggered in jenkins.

@lgray
Copy link
Contributor Author

lgray commented Oct 9, 2015

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

Pull request #11651 was updated. @cmsbuild, @cvuosalo, @slava77 can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015


/// Compute parameters
virtual HGCRecHit makeRecHit(const HGCUncalibratedRecHit& uncalibRH,
const uint32_t& flags = 0) const override {
Copy link
Contributor

Choose a reason for hiding this comment

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

const uint32_t& the & still remains.
Any good reason?

@slava77
Copy link
Contributor

slava77 commented Oct 9, 2015

+1

for #11651 b6cc905

  • changes in the code in line with the PR description
  • jenkins tests pass in compilation and code QA
  • tested locally in CMSSW_7_6_X_2015-10-08-2300-1100 using the supplied RecoLocalCalo/HGCalRecProducers/test/testHGCalRecoLocal_cfg.py : it runs and the producers don't consume much CPU (the implementation is rather simple: so, they shouldn't)

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 9, 2015

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

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Oct 11, 2015
Forward port HGCalRecAlgos/Producers from CMSSW_6_2_0_SLHC26_patch3 (76X)
@cmsbuild cmsbuild merged commit 2223484 into cms-sw:CMSSW_7_6_X Oct 11, 2015
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