-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
migrate RPCPointProducer to a global::EDProducer (75x) #10935
Conversation
…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
backport #10927 to 75x |
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 @perrotta, @cmsbuild, @cvuosalo, @fwyzard, @Martin-Grunewald, @deguio, @slava77, @danduggan can you please review it and eventually sign? Thanks. |
@cmsbuild please test |
|
||
std::set<RPCDetId> const& CSCObjectMap::getRolls(CSCStationIndex index) const | ||
{ | ||
// FIXME |
There was a problem hiding this comment.
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.
The tests are being triggered in jenkins. |
-1 Tested at: 6db6fbd 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 you can see the results of the tests here: |
hi @Martin-Grunewald , |
@fwyzard |
@Martin-Grunewald |
+1 On Fri, Aug 28, 2015 at 1:22 PM, cmsbuild [email protected] wrote:
|
+1
|
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 |
+1 |
…part2 migrate RPCPointProducer to a global::EDProducer (75x)
migrate
RPCPointProducer
to aglobal::EDProducer