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

migrate RPCPointProducer to a global::EDProducer (75x) #10935

Merged

Conversation

fwyzard
Copy link
Contributor

@fwyzard fwyzard commented Aug 25, 2015

migrate RPCPointProducer to a global::EDProducer

…eir own files

in the process:
  - rename ObjectMap to DTObjectMap
  - rename ObjectMapCSC to CSCObjectMap
  - merge multiple copies
  - change all configuration parameters into const members
  - initialise them in the member initializer list
  - remove unused methods and member variables
  - change into a global::EDProducer
@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 25, 2015

backport #10927 to 75x

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @fwyzard (Andrea Bocci) for CMSSW_7_5_X.

migrate RPCPointProducer to a global::EDProducer (75x)

It involves the following packages:

HLTrigger/Configuration
HLTrigger/special
RecoLocalMuon/RPCRecHit
Validation/RPCRecHits

@perrotta, @cmsbuild, @cvuosalo, @fwyzard, @Martin-Grunewald, @deguio, @slava77, @danduggan can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @bellan, @jalimena, @geoff-smith, @jhgoh 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.

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 25, 2015

@cmsbuild please test


std::set<RPCDetId> const& CSCObjectMap::getRolls(CSCStationIndex index) const
{
// FIXME
Copy link
Contributor Author

Choose a reason for hiding this comment

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

here I have kept the same behaviour as the previous implementation, which allows for NOT finding the given index in the map; a muon expert should check that this is the intended behaviour.

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

-1

Tested at: 6db6fbd
I found errors in the following addon tests:

cmsRun /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-08-24-1100/src/HLTrigger/Configuration/test/OnLine_HLT_Fake.py realData=False globalTag=@ inputFiles=@ : FAILED - time: date Tue Aug 25 05:16:00 2015-date Tue Aug 25 05:05:44 2015 s - exit: 16640
cmsRun /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_5_X_2015-08-24-1100/src/HLTrigger/Configuration/test/OnLine_HLT_Fake.py realData=True globalTag=@ inputFiles=@ : FAILED - time: date Tue Aug 25 05:09:25 2015-date Tue Aug 25 05:06:30 2015 s - exit: 16640

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

@cmsbuild
Copy link
Contributor

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 25, 2015

hi @Martin-Grunewald ,
do you know what configuration is being run by the two failed tests [1] [2] ?

@Martin-Grunewald
Copy link
Contributor

@fwyzard
The two "Fake" tests run real-data and MC of the Run-I so called "Fake" (stripped-down) menu.
As such they are using Run-I GTs which may not contain the payloads now needed with this PR.

@fwyzard
Copy link
Contributor Author

fwyzard commented Aug 25, 2015

@Martin-Grunewald
the error comes from the two new ESProducers, which are added in customizeHLTforCMSSW.py , even though they should not be needed for the "fake" HLT menu.
I'll try to restrict the customisation to run only when it's needed.

@cmsbuild
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@danduggan
Copy link
Contributor

+1

On Fri, Aug 28, 2015 at 1:22 PM, cmsbuild notifications@github.com wrote:

+1
Tested at: 52ab8d1
52ab8d1

https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-10935/7708/summary.html


Reply to this email directly or view it on GitHub
#10935 (comment).

@slava77
Copy link
Contributor

slava77 commented Aug 28, 2015

+1

for #10935 52ab8d1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs once checked with relvals in the development release cycle of CMSSW (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 Sep 4, 2015
…part2

  migrate RPCPointProducer to a global::EDProducer (75x)
@cmsbuild cmsbuild merged commit e739969 into cms-sw:CMSSW_7_5_X Sep 4, 2015
@fwyzard fwyzard deleted the migrate_to_multithreading_75x_part2 branch September 23, 2015 19:58
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