|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
Utilities for interactive debugging and diagnostic output. More...

Classes | |
| struct | celeritas::StreamableTrack |
| Print a track to a stream. More... | |
Functions | |
| std::ostream & | celeritas::operator<< (std::ostream &os, StreamableTrack const &track_wrap) |
| void | celeritas::debug_print (CoreTrackView const &view) |
| void | celeritas::debug_print (SimTrackView const &view) |
| void | celeritas::debug_print (ParticleTrackView const &view) |
Utilities for interactive debugging and diagnostic output.
| void celeritas::debug_print | ( | CoreTrackView const & | view | ) |
Print a host view to std::clog.
| void celeritas::debug_print | ( | ParticleTrackView const & | view | ) |
Print a host view to std::clog.
| void celeritas::debug_print | ( | SimTrackView const & | view | ) |
Print a host view to std::clog.