-
Notifications
You must be signed in to change notification settings - Fork 93
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
Failure to run gevgen with non-default tunes on Genie R-3_04_00 #386
Comments
$ setup genie v3_04_00 -q e20:debug $ setup genie_xsec v3_04_00 -q AR2320i00000:e1000:k250 $ echo $GENIEXSECFILE /cvmfs/larsoft.opensciencegrid.org/products/genie_xsec/v3_04_00/NULL/AR2320i00000-k250-e1000/data/gxspl-NUsmall.xml $ echo $GENIE_XSEC_TUNE AR23_20i_00_000 # run fewer events $ gevgen -n 200 -p 14 -t 1000260560 -e 150 -r 1008 --seed 2989819 --cross-sections \ $GENIEXSECFILE --tune $GENIE_XSEC_TUNE works fine, so it isn't just non-default tunes in general but must be specific to Let me install the cross-section file I have for $ setup genie_xsec v3_04_00 -q G2111a00000:k250:e1000 $ echo $GENIEXSECFILE /grid/fermiapp/products/genie/local/genie_xsec/v3_04_00/NULL/G2111a00000-k250-e1000/data/gxspl-NUsmall.xml $ echo $GENIE_XSEC_TUNE G21_11a_00_000 $ gevgen -n 200 -p 14 -t 1000260560 -e 150 -r 1008 --seed 2989819 --cross-sections \ $GENIEXSECFILE --tune $GENIE_XSEC_TUNE This ran fine as well. Are you sure you're using the tagged version of R-3_04_00 without modifications? From whence did the spline file come? scisoft.fnal.gov? |
Interesting. I should mention that G18_10a_02_11b also fails. What command/where can I see if it's the tagged version? The splines came from https://scisoft.fnal.gov/scisoft/packages/genie_xsec/v3_04_00/ |
|
Ah I think I figured it out. If I remember correctly there were issues with checking out the git repo so I might have grabbed it manually or something similar, but I'm pretty sure I'm running 3.6.0 given the large "in development banner" whenever I run anything. |
When running the following gevgen command I run into a fatal error:
With the console outputting the following after loading the splines:
...
The same occurs when I attempt to run gevgen with the tune G18_10a_02_11b. Running without specifying a tune (i.e using the default G18_02a_00_000) works perfectly fine, and generates the event file as expected.
The text was updated successfully, but these errors were encountered: