-
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
era-based run1 tracking setup and T0 Data processing update #13945
era-based run1 tracking setup and T0 Data processing update #13945
Conversation
…_8_0_3_patch1/sign684/ppLowPU-run1TkEras
…sed is fully working
A new Pull Request was created by @slava77 (Slava Krutelyov) for CMSSW_8_0_X. It involves the following packages: Configuration/DataProcessing @cvuosalo, @cerminar, @cmsbuild, @franzoni, @slava77, @mmusich, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
@cmsbuild please test |
The tests are being triggered in jenkins. |
@slava77 Did you test if jobs with In addition (something I forgot to mention "yesterday" in the e-mails), the DQM customization part of customiseForRunI is not yet migrated to era, because apparently the configuration of tracking DQM has changed since the customize function was crafted such that the customize doesn't do anything for DQM and I need to figure out what exactly needs to be done. I'll work on that but with a lower priority (unless told otherwise), so don't expect DQM (or VALIDATION) to work (yet) with |
submitted too early.
The test is
the last line is needed because this is a 2015 input and Stage2 unpackers fail on it; otherwise the data is OK @makortel feel free to restart from your topic branch and make a PR later today or suggest commits to be added to this PR. |
The failure seems to be
Difficult to see why this would happen only with the As a first observation, if I compare |
@slava77 The problem appears to be the same as in https://hypernews.cern.ch/HyperNews/CMS/get/edmFramework/3389.html. In this case, path
The simplest fix is to modify More proper fix is edit the DQM configurations (makortel@a3c4b5b), but do we want to do that in this timescale? I tested both approaches and the recipe #13945 (comment) runs to completion (1000 events). In the end, I think we would benefit from
Otherwise I fear we will hit this problem again sooner or later. |
On 4/7/16 4:02 AM, Matti Kortelainen wrote:
Yes, the unscheduled can have something to do with this.
Vyacheslav (Slava) Krutelyov |
I checked the configuration generated by the cmsDriver.py command mentioned in the comments and I found
So the EDProducer is still on the endpath |
If I include the pull request #13979 to this pull request, then the modules 'particleFlowDisplacedVertex' is removed from the endpath 'dqmofflineOnPAT_1_step' and appears on no other endpath. |
On 4/7/16 10:18 AM, Chris Jones wrote:
The #13979 now wors for me.
Vyacheslav (Slava) Krutelyov |
here are some comparisons based on the command in #13945 (comment) more generalTracks less PF charged hadrons significantly more conversion tracks For data with B-field and full tracker present things make sense, somewhat. |
@makortel |
+1 |
@slava77, the auto forward port (from 80X to 81X) failed for this PR https://cmssdt.cern.ch/jenkins/job/auto-forward-ports/917/console we need to resolve this. |
@smuzaffar The failure is expected, and there is already a partial forward port for 81X (#13988). IMHO it would be easiest if this PR would not be auto-forward-ported. |
In that case this needs to be merged in CMSSW_8_1_X with '-s ours' to avoid pulling in any changes. |
thanks @davidlt |
@smuzaffar We will catch up with a proper update in 81X shortly (the PR is there, as Matti mentioned already). Looking at showIB, it's not quite clear what was done. Did you re-merge with '-s ours' ? |
@salava77, it is more easy to do the -s ours so that we get this PR out of the way and get other PRs of 80X automatically merged in 81X. Yes, I did -s ours. If I understand it correctly, it did not actuall merge the changes in 81X. |
DataProcessing setup has a matching ppEra_Run2_2016_trackingLowPU scenario
This PR also includes an attempt to revive the setup with old customization function: it is available with pplowpuEra_Run2_2016 data processing scenario. However, the customization is out of date and while the code configures, it doesn't run.
With the customization, detachedTripletStepChi2Est is a Chi2MeasurementEstimatorESProducer (compared to Chi2ChargeMeasurementEstimatorESProducer with the era). The PSet for the former requires no clusterChargeCut is present and PSet validation fails.
@makortel @VinInn @rovere in case there is some need to support this customization function, it needs an update.
A better choice is to live with the era-based setup.