Celeritas  0.5.0-56+6b053cd
Classes | Functions
Debug.hh File Reference

Utilities for interactive debugging and diagnostic output. More...

#include <iosfwd>
#include "celeritas/geo/GeoFwd.hh"
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Utilities for interactive debugging and diagnostic output.

Function Documentation

◆ debug_print() [1/3]

void celeritas::debug_print ( CoreTrackView const &  view)

Print a host view to std::clog.

◆ debug_print() [2/3]

void celeritas::debug_print ( ParticleTrackView const &  view)

Print a host view to std::clog.

◆ debug_print() [3/3]

void celeritas::debug_print ( SimTrackView const &  view)

Print a host view to std::clog.