Feature #1872
G4BL Monte Carlo has no time structure
Status:
Open
Priority:
Normal
Assignee:
Category:
Simulation
Target version:
Start date:
16 September 2016
Due date:
% Done:
0%
Estimated time:
Workflow:
Description
MC generation using G4BL has no time structure. EMR stuff needs time-in-spill, so this means analysis of EMR data is a bit broken. Should be able to make some time structure (at least uniform over a user-defined spill gate e.g. 3 ms).
Files
Updated by Rogers, Chris about 7 years ago
- File time_structure.patch time_structure.patch added
- Category set to Simulation
- Assignee set to Drielsma, François
- Target version set to Future MAUS release
I add a patch file; this allows user to give uniform time distribution as a post-process after G4BL. Test is included and appears to work. I note pylint is complaining about the process()
function is too long - I did not feel brave enough to fiddle (it is full of darkness I would say). Also some unittests continue to fail on my machine - I didn't go in and fix them.