-
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
get rid of existsAs in (some) tracking code #13062
get rid of existsAs in (some) tracking code #13062
Conversation
A new Pull Request was created by @mtosi (mia tosi) for CMSSW_8_0_X. It involves the following packages: HLTrigger/Configuration @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
Please add a comment in the file |
@@ -44,6 +44,40 @@ def customiseFor12387(process): | |||
setattr(producer,'LegacyUnpacker',cms.bool(False)) | |||
return process | |||
|
|||
|
|||
def customiseFor12966(process): |
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.
PR number now has changed (why didn't you UPDATE the old PR????)
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
I add the e-mail exchange here in the github PR to have a record.
|
I add the e-mail exchange here in the github PR to have a record.
|
|
||
iter0seq = getattr(process,'HLTIterativeTrackingIteration0') | ||
iter0seq.insert( iter0seq.index( iter0HP ), getattr(process,'hltIter0PFlowTrackCutClassifier') ) | ||
print 'iter0seq: ', iter0seq |
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.
Please remove this and all other "print" statements in the py files.
The printouts would end up in the final py file and lead to error as they are not valid python.
In any case the py file should be "silent"
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
thanks martin for catching my "dirty stuff" ! |
So the current modification to the std. customisation file is then only |
Yes, that's what I was trying to say on Wednesday... |
OK, then let's please do so: |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
added the customiseFor2016trackingTemplate in the standard one some of the settings in the standard one are anyhow needed because some modules are used by other POGs |
return process | ||
|
||
def customiseFor2016trackingTemplate(process): | ||
bug_fix(process) |
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 and in the following for all calls, you need to write process = bug_fix(process)
etc.
merge conflicts ... |
@@ -0,0 +1,69 @@ | |||
import FWCore.ParameterSet.Config as cms |
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.
Please remove this file as a duplicate with a wrong name anyway: customizeHLTforCMSSW.py.py
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
According to github, there are still "merge conflicts"; indeed:
|
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
I thought I fixed the conflicts I really do not understand :( |
The error is still the same:
Did you follow the suggested remedy?
? |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
Pull request #13062 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
TRK PR #13062 redone (bug fixes, typos, remove existsAs etc.) to make it mergable (80X)
this PR should be almost identical to #12966
which can be close, indeed
I see that it cannot be automatically merge :(
how could I figure it out which is the source of the problem ?
thanks