-
Notifications
You must be signed in to change notification settings - Fork 334
Description
Hello, I had an issue running the latest nanoAOD-tools, I tried to summarize the problem I had in PR #253.
I believe the issue I had was related to the following: In the central version the JMS,JER,JMR branches for fat jets are initialized both in data and MC in 1. But then these are only filled for MC in 2. I believe this causes an issue with the following collectionMerger module (in our specific case): It sees that those branches are defined and looks for them, but cannot find anything and raises an error. I shared the full traceback earlier in #253.
I tried running by making two small differences, and for each of them I didn't get a problem:
- Creating and filling these branches (with 1's) for data
- Stop creating these branches for data
Did anyone else encountered a similar issue? For reference, the script I'm running is in 3. I encounter the problem for the collectionMerger module defined at L109. Please let me know if I can provide additional information, and thanks a lot for investigating this!