-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add reconstructed hit/track/step properties required by ATLAS SDs #1505
Comments
Reported by @mnovak42 in the internal ATLAS jira ticket:
|
Thanks @esseivaju for the forward (and thanks @mnovak42 for the difficult footwork!) It looks like there's only one SD requirement there, the LV from the vertex; the other requirements can be addressed later. It would be worthwhile to try to partner with ATLAS to refactor their TRT radiation code so that we could try to reuse it on GPU. |
Besides the serious continuity issue of #1503, there are several things the ATLAS tallies query from the tracks. We also need to determine what capabilities are needed for production runs.
SimulationEnergies::classify, used by [...?]:
step->GetPostStepPoint()->GetProcessDefinedStep()
selects EM vs non-EM process; we could fake thistrack->GetTrackStatus()
for classifying energy losstrack->GetNextVolume()
to tell whether the particle has escapedBLMSensorSD::ProcessHits
Additional Geant4 data requirements used by non-SD parts (TODO: move to separate issue)
Required by #1144
The text was updated successfully, but these errors were encountered: