Seth R. Johnson
Seth R. Johnson
If nothing else, I think the *actual* behavior should be more clearly documented. Thanks for the detailed look!
Yeah this is something I forgot about/was wondering: I think AdePT has to implement their own Geant4 stepping loop (maybe even using g4hepem rather than regular g4 physics), but perhaps...
@esseivaju I see that the track ID is set but not the parent ID (does that matter?) Also we aren't yet mapping the "hit" process to a Geant4 process: we're...
This means we'd be calling "Hit" with a track ID long after the `PostUserTrackingAction` is called. That might be a problem for MC truth implementations...
1. Step gather and aux for optical photons @Rashika-Gupta ; (@sethrj help with generalizing this) 2. Gather *all* step info (not just for start detector) for main core loop for...
For step 1 with @Rashika-Gupta : - `template struct StepStateData` has pre- and post-step states - `template using StepState = AuxStateData;` is the aux data interface - `class StepParams :...