use systematics.py to compute PDF systematics
Dear experts,
I would like to compute PDF systematics on a lhe file. I would like to do it after the generation, therefore I'm using the systematics.py script.
I do the following inside the process folder:
./bin/madevent systematics run_01 reweight.lhe --pdf=244800
but it fails saying
Command "systematics run_01 reweight.lhe --pdf=244800" interrupted with error:
AttributeError : 'NoneType' object has no attribute 'set'
Please report this bug on https:/
More information is found in '/home/
Please attach this file to your report.
The error is
Traceback (most recent call last):
File "/home/
return self.onecmd_
File "/home/
return func(arg, **opt)
File "/home/
out = self.do_
File "/home/
systematics
File "/home/
obj = Systematics(input, output, log=log, **opts)
File "/home/
self.log( "# Events generated with PDF: %s (%s)" %(self.
AttributeError: 'NoneType' object has no attribute 'set'
If instead, I do ./bin/madevent systematics run_01 reweight.lhe --pdf='errorset', the error is
Traceback (most recent call last):
File "/home/
return self.onecmd_
File "/home/
return func(arg, **opt)
File "/home/
sys_
File "/home/
to_
IndexError: list index out of range
Any idea of what could be my mistake?
Thanks in advance.
Cheers,
Davide
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Davide Zuliani for more information if necessary.