Celeritas
0.5.0-56+6b053cd
|
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/global/CoreTrackView.hh"
#include "celeritas/phys/ParticleTrackView.hh"
#include "celeritas/track/SimTrackView.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.