-
Notifications
You must be signed in to change notification settings - Fork 184
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
Weight storage in P8.303 #6688
Comments
assign generators |
New categories assigned: generators @alberto-sanchez,@SiewYan,@GurpreetSinghChahal,@mkirsano,@agrohsje you have been requested to review this Pull request/Issue and eventually sign? Thanks |
A new Issue was created by @agrohsje . @Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
I started to look, but there is not enough information. What is the configuration and lhe file that don't work? How do you see that the weights are not properly handled? |
Hi, |
@agrohsje do we need to keep this issue open here? Better to open an issue on cms-sw/cmssw to discuss. |
Hi @smuzaffar . Further checks are on my todo list but my recent tests were all fine, no problems. I agree with closing. |
+generators |
This issue is fully signed and ready to be closed. |
P8.303 has modified handling of weights. Variables changed definition and needs adjustments:
8.302 8.303
fMaterGen->info.nWeights() 1 1
fMaterGen->info.weight() 25248.6.. 25248.6..
fMaterGen->info.numberOfWeights() 1 0
fMaterGen->info.weightValueByIndex(0) 25247.6.. N/A
There is a new option "doSuppressAUXweights". There seems a problem to read in LHE weights.
@mkirsano @SiewYan : This is the issue we discussed on Skype so we can centrally follow-up. Thanks.
The text was updated successfully, but these errors were encountered: