-
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
g4SimHitsCTPPSPixelHits not found #31991
Comments
assign simulation |
New categories assigned: simulation @mdhildreth,@civanch you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Issue was created by @silviodonato Silvio Donato. @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
@silviodonato , situation is simple: PPS hits are not present in premix sample. When @mundim tested #31943 things were working: hits were produced in step1 and product exists at step2. When it was merged we start to face situation that in all previously produced MC samples there is no PPS hits. Ho to resolve this situation in an optimal way? Can this situation be resolved in python scripts or on level of producers? |
May be solution would be to have a separate WFs for Run-3 PPS developments? In other WFs we may not enable PPS simulation. |
You might wait to active digitizers until new gem-sim has been created and the matrix updated.
… On Oct 30, 2020, at 1:11 PM, Vladimir Ivantchenko ***@***.***> wrote:
May be solution would be to have a separate WFs for Run-3 PPS developments? In other WFs we may not enable PPS simulation.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thanks, I would temporary revert the PR and look for a solution next week. |
Hi all. Sorry, I was unable to look my email today. The commend of @civanch said it all. I'll see the other PR and see if there is anything I should do. thanks you all. |
Ok, I removed it for the time being |
I opened back #32003 as a placeholder. How can we have problems with the premixing samples even in no-pileup workflows? For instance is made of and step2 And we get error in step2:
Am I missing something? |
You have problems with gem-sim input that is not consistent with how the digitizers are configured
… On Nov 2, 2020, at 4:14 PM, Silvio Donato ***@***.***> wrote:
I opened back #32003 as a placeholder.
How can we have problems with the premixing samples even in no-pileup workflows?
For instance
11634.0 TTbar_14TeV+2021+TTbar_14TeV_TuneCP5_GenSimINPUT+Digi+Reco+HARVEST+ALCA
is made of
step1
dasgoclient --limit 0 --query 'file dataset=/RelValTTbar_14TeV/CMSSW_10_6_1-106X_mcRun3_2021_realistic_v1_rsb-v1/GEN-SIM site=T2_CH_CERN' | ibeos-lfn-sort -u > step1_dasquery.log 2>&1
and step2
cmsDriver.py step2 --conditions auto:phase1_2021_realistic -s ***@***.*** --datatier GEN-SIM-DIGI-RAW -n 10 --geometry DB:Extended --era Run3 --eventcontent FEVTDEBUGHLT --customise Validation/Performance/TimeMemorySummary.customiseWithTimeMemorySummary --prefix '/data/cmsbld/jenkins/workspace/ib-run-relvals/cms-bot/monitor_workflow.py timeout --signal SIGTERM 9000 ' --filein filelist:step1_dasquery.log --fileout file:step2.root --suffix "-j JobReport2.xml " --nThreads 4 > step2_TTbar_14TeV+2021+TTbar_14TeV_TuneCP5_GenSimINPUT+Digi+Reco+HARVEST+ALCA.log 2>&1
And we get error in step2:
----- Begin Fatal Exception 30-Oct-2020 07:08:15 CET-----------------------
An exception of category 'ProductNotFound' occurred while
[0] Processing Event run: 1 lumi: 13 event: 1208 stream: 1
[1] Running path 'HLTAnalyzerEndpath'
[2] Prefetching for module L1TRawToDigi/'hltGtStage2Digis'
[3] Prefetching for module RawDataCollectorByLabel/'rawDataCollector'
[4] Prefetching for module CTPPSPixelDigiToRaw/'ctppsPixelRawData'
[5] Calling method for module CTPPSPixelDigiProducer/'RPixDetDigitizer'
Exception Message:
Principal::getByToken: Found zero products matching all criteria
Looking for type: CrossingFrame<PSimHit>
Looking for module label: mix
Looking for productInstanceName: g4SimHitsCTPPSPixelHits
Additional Info:
[a] If you wish to continue processing events after a ProductNotFound exception,
add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.
----- End Fatal Exception -------------------------------------------------
Am I missing something?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I investigated why
which takes as input the already existing GEN-SIM files
On contrary, the default
|
@cms-sw/pdmv-l2 we need to update https://github.com/cms-sw/cmssw/blob/master/Configuration/PyReleaseValidation/python/relval_steps.py#L3238 to a sample made with CMSSW_11_2_0_pre6 or later (ie. including #30575 that integrates PPS into the simulation). |
I wonder if a way to add |
how about we add an extra test where we run with |
@cms-sw/pdmv-l2 we can discuss about #31991 (comment) in the ORP meeting |
cms-sw/cms-bot#1412 adds a new test which runs |
I'm a bit confused how das query alone would have shown that using the old/existing GEN-SIM would lead to failures in step2. |
No, it is not going to solve that issue. It is only going to solve the issue where new data set is added which is not used by short matrix. Those error will be caught by this test. |
Thanks @smuzaffar . About #31991 (comment), I think the current situation where we catch the error in the IB is not so bad, but of course it would be good to have the possibility to run the PR test with |
@silviodonato , I think we can easily add |
Looks like CMSSW_10_2_0_pre6 files do NOT help failing TSG tests... #31991 (comment) will try CMSSW_10_2_0_pre8 files. |
@silviodonato , @makortel as bot now runs tests in parallel (on different machines), do we want to run an additional relval test with |
@smuzaffar If you think this does not take too much resources, I'm ok with it. You might discuss about it tomorrow. |
For normal relval tests i.e. short matrix + some selected wf (around 40 wfs) , it takes 1 hour for runTheMatrix and 1 hour for comparison i.e. over all 2 hours. |
Ok, now I understand why it takes 1 hours (576 wfs vs 40 wfs). |
Since
CMSSW_11_2 2020-10-29-2300
we getbecause of #31943
https://cmssdt.cern.ch/SDT/html/cmssdt-ib/#/relVal/CMSSW_11_2/2020-10-29-2300?selectedArchs=cc8_amd64_gcc8&selectedFlavors=X&selectedStatus=failed
The text was updated successfully, but these errors were encountered: