-
Notifications
You must be signed in to change notification settings - Fork 0
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
Validate and fix examples in tutorial 2 #3
Comments
Example 11 demonstrates using the dptools fcl key to run a standard dataprep sequence but doesn't work. It appears the problem is that the generator is using the pattern data.dataprep_seqs.$VAL while the pdsp proglog (protodune_dataprep_services.fcl) actually uses prolog protodune_dataprep_tools_calib_only which does not match the above. This could be fixed but still leaves a pattern that will only work for the one prototype. Issue #2 has been created to modify or replace this key to work for all or most prototypes. Once that is done the example 11 will be updated accordingly. |
Example 12 has also been updated to use dpseq and is now working. |
I have asked Leigh, Tingjun and Tom for help on example 10 which process MC data. |
Tingjun suggest to try this data file: I added it to the example MC dataset defn in duneproc. |
I change the MC dataset mysimdst and added event display fcl and the example now works. I will keep this open until I verify all examples work in a dunesw release. Rignt now one needs the dunedataprep develop. |
I confirmed examples do not work with dunesw v09_53_00d00. I hope things will be better with v09_54_00d00. |
I have verified that the examples do work with dunesw v09_54_00d00 using dunerun 1.21.00 and duneproc 2.4.1. |
I am working to validate and fix the examples in tutorial 2.
The text was updated successfully, but these errors were encountered: