Celeritas 0.6.0-dev.115+3b60a5fd
Loading...
Searching...
No Matches
Public Member Functions | List of all members
celeritas::RootExporter Class Reference

Write an ImportData object to a ROOT file. More...

#include <RootExporter.hh>

Public Member Functions

 RootExporter (char const *filename)
 Construct from path to ROOT file.
 
void operator() (ImportData const &data)
 Write data to the ROOT file.
 

Detailed Description

Write an ImportData object to a ROOT file.

RootExporter export("/path/to/root_file.root");
export(my_import_data);
Write an ImportData object to a ROOT file.
Definition RootExporter.hh:32

The documentation for this class was generated from the following files: