| Celeritas 0.7.0-dev.170+develop.df22d2a88
    | 
Define helper functions that are callable from a debugger. More...
#include "Debug.hh"#include <iostream>#include <nlohmann/json.hpp>#include "celeritas/geo/GeoTrackView.hh"#include "celeritas/phys/ParticleTrackView.hh"#include "celeritas/track/SimTrackView.hh"#include "CoreTrackView.hh"#include "DebugIO.json.hh"| Macros | |
| #define | DEFINE_DEBUG_PRINT(TYPE) | 
| 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) | 
Define helper functions that are callable from a debugger.
| #define DEFINE_DEBUG_PRINT | ( | TYPE | ) | 
| 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.