Celeritas  0.5.0-56+6b053cd
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);
RootExporter(char const *filename)
Construct from path to ROOT file.
Definition: RootExporter.cc:29

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