-
Notifications
You must be signed in to change notification settings - Fork 272
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
dl1/event/telescope/trigger written for events that should have been removed by the SoftwareTrigger #2356
Comments
This is an unfortunate combination of several things, connected to several open issues about general design changes:
|
@kosack I think this is related to our F2F discussion. I noted that if the events with no coincidence from the software trigger (SWAT) are removed in real data, then:
So, in the DL0 data there should be some trace of the non-coincident camera triggers, which would require a change in the Data Model. I also think the MC's should follow the same change (but that may be just me). |
@mdpunch this is a quick fix for something we implemented for the analysis of simulated data a bit incorrectly. I would suggest to open an issue if larger changes are needed, which it sounds like |
Okay, I will leave that to Karl @kosack |
If it affects the CTAO data model, we here would wait for a new release of that after the change request has gone through. |
Fix removal of telescope events in software trigger, fixes #2356
Describe the bug
Reported by @arrabito for the processing of the Prod6 divergent pointing data on the GRID,
which due to a bug in the simulation config does not contain the hardware stereo trigger.
grid lfns:
The telescope trigger table contains more events than the parameters table:
All additional rows contain the default / nan values in the trigger data:
So this might be an issue somewhere else, since the
SoftwareTrigger
seems to clear the trigger data correctly, but then theDataWriter
? for some reason writes the default values.To Reproduce
Tried to reproduce using the prod3 divergent file in the test data, but no success.
Expected behavior
Tables have same length and removed telescopes do not show up in the trigger table.
The text was updated successfully, but these errors were encountered: