Celeritas
0.5.0-56+6b053cd
|
Utilities for interactive debugging and diagnostic output. More...
Classes | |
struct | celeritas::StreamableTrack |
Print a track to the given 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.