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

migration from EDProducer to stream::EDProducer (BeamSpotOnlineProducer) #6671

Conversation

mtosi
Copy link
Contributor

@mtosi mtosi commented Nov 27, 2014

as reported by @fwyzard
https://docs.google.com/spreadsheets/d/1D9khDvOl05WEbznsUPCusEbrHeep9hh8cXedMXX09Gc/edit#gid=0
there are modules used @HLT which still need to be migrated and be multithread safe

this is the migration of the module BeamSpotOnlineProducer

@mtosi
Copy link
Contributor Author

mtosi commented Nov 27, 2014

@cerati @rovere @VinInn

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mtosi (mia tosi) for CMSSW_7_4_X.

migration from EDProducer to stream::EDProducer (BeamSpotOnlineProducer)

It involves the following packages:

RecoVertex/BeamSpotProducer

@nclopezo, @cerminar, @cmsbuild, @diguida, @rcastello, @StoyanStoynev, @slava77, @mmusich can you please review it and eventually sign? Thanks.
@makortel, @GiacomoSguazzoni, @rovere, @VinInn, @appeltel, @cerati, @dgulhan 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.

@slava77
Copy link
Contributor

slava77 commented Nov 27, 2014

Hi Mia,

Is there any strong reason to make these in separate PRs?
The changes are supposedly equivalent and could be reviewed and tested in one go.
PR integration tests by jenkins tool will have to run n times.
(I myself will just check them all in one go to save time)

If this is the last PR in your series, no need to do anything, but if you have 10 more, it's not the right way.

@mtosi
Copy link
Contributor Author

mtosi commented Nov 27, 2014

ciao
this is the last (-1) from my side
I'm sorry, but I'm always confused on how many PRs I should do when handling different things
I thought that in this way if any issue could have come out, the rest would have been safe

I think I did the same for the DQMHarvesting migration of the tracking DQM ... if I'm not wrong
but ok, next time, in similar conditions, I'll proceed by updating the same PR, thus

sorry the extra work
and thanks for the comment/suggestion

@Dr15Jones
Copy link
Contributor

By the way, I wanted to say "thanks" for making these changes.

, theSetSigmaZ ( iconf.getParameter<double>("setSigmaZ") )
, scalerToken_ ( consumes<BeamSpotOnlineCollection> ( iconf.getParameter<InputTag>("src") ) )
, l1GtEvmReadoutRecordToken_ ( consumes<L1GlobalTriggerEvmReadoutRecord>( iconf.getParameter<InputTag>("gtEvmLabel")) )
, theBeamShoutMode ( iconf.getUntrackedParameter<int> ("beamMode",11) )
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be a tracked parameter?

Copy link
Contributor

Choose a reason for hiding this comment

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

I take that back, it is just used to make the code verbose. Untracked is the proper type.

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@slava77
Copy link
Contributor

slava77 commented Dec 2, 2014

alca-reco signature is needed here.
@rcastello @diguida please check and sign

@diguida
Copy link
Contributor

diguida commented Dec 9, 2014

+1
Sorry for the long waiting: I was sick in the past weeks.

@cmsbuild
Copy link
Contributor

cmsbuild commented Dec 9, 2014

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs unless changes (tests are also fine). This pull request will be automatically merged.

cmsbuild added a commit that referenced this pull request Dec 9, 2014
…multithread_onlineBS

migration from EDProducer to stream::EDProducer (BeamSpotOnlineProducer)
@cmsbuild cmsbuild merged commit 4c6e183 into cms-sw:CMSSW_7_4_X Dec 9, 2014
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

5 participants