Seth R. Johnson

Results 149 issues of Seth R. Johnson

Following on to https://github.com/celeritas-project/celeritas/pull/1723#issuecomment-2790392656 , I think we could really use some automated code coverage testing (e.g. codecov, LLVM tools, or whatever the kids are using these days) to identify...

documentation

To compare with [ATLAS FullSimLight](https://geomodel.web.cern.ch/home/fullsimlight/fullsimlight/#scoring), and as a diagnostic in general, we should add a diagnostic that produces a mean (per event) with an estimate of the error on that...

enhancement
user

To integrate better into scalable workflows for future experiments, we should consider using the event data model from EDM4HEP for our standalone workflows. This will let us directly use EDM4HEP...

enhancement
external
user

https://github.com/LArSoft/larsim is used by DUNE (#1344 ) and other neutrino physics-oriented detectors, - ICARUS https://icarus.fnal.gov/ - SBND https://sbn-nd.fnal.gov/ - $\mu$ BooNE https://microboone.fnal.gov/ This issue will track requirements for integrating it:...

enhancement
external

Besides the serious continuity issue of https://github.com/celeritas-project/celeritas/issues/1503, there are several things the ATLAS tallies query from the tracks. *We also need to determine what capabilities are needed for production runs.*...

enhancement
external

We've always treated event IDs as "OpaqueId"s, indexed from zero onward. This didn't always match with the way Geant4/HepMC recorded event numbers but we ignored it and output warnings about...

bug
external

As with #1505, DD4HEP has options that dig into the various attributes of hits/step/track. From https://github.com/AIDASoft/DD4hep/blob/a39add61ba8821ecf6952d1152b34127597fdfb9/DDG4/plugins/Geant4SDActions.cpp#L654, the `TrackerCombine` class has a lot of requirements: - Track ID is used to...

enhancement
external

Currently the track-parallel implementation in Celeritas means that the computer-time ordering of hits does not correlate to the simulation-time ordering: different tracks can hit the same detector before they take...

enhancement
external

Quoting a paragraph in doxygen (see https://github.com/doxygen/doxygen/issues/11586) erroneously propagates newlines to the XML output, even for non-verbatim text. Breathe then converts these newlines to paragraphs, resulting in `` markers in...

**Describe the bug** Quoting a paragraph (including an item in a list) results in newlines/whitespace in source code showing up in the XML and HTML outputs, but internal quotes (or...

needinfo