Opened 10 years ago
Closed 10 years ago
#698 closed defect (fixed)
I/O for decayed events
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P0 | Milestone: | v2.2.4 |
Component: | core | Version: | |
Severity: | blocker | Keywords: | |
Cc: |
Description
Plain rereading of decayed events (raw) doesn't work as one would expect - event transforms are neglected, and analysis of decay products therefore can't be reproduced. The decay chain could be recreated from random numbers, but this is not exactly the caching mechanism that the raw format should provide.
The raw I/O format is insufficient, see also #627.
I don't think that this worked before, so it is a actually new feature. Obviously related to #663 and others.
Change History (5)
comment:1 Changed 10 years ago by
Severity: | major → blocker |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Priority: | P1 → P0 |
---|
comment:3 Changed 10 years ago by
Included a test case rebuild_5 for this issue (which fails, as expected). r6510
comment:4 Changed 10 years ago by
r6512: test case rebuild_5 now works, i.e., dressed events are cached in the .evx file and can be analyzed in a subsequent run.
Next, check other situations and look at lhef_7 and 8.
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
See also #608.