ATLAS Offline Software
|
#include <RootExCellWriter.h>
Public Attributes | |
std::string | filePath |
path of the output file More... | |
std::string | fileMode = "RECREATE" |
file access mode More... | |
std::string | treeName = "extrapolation_cells" |
name of the output tree More... | |
bool | writeSensitive {} |
bool | writeMaterial {} |
bool | writePassive {} |
bool | writeBoundary {} |
Definition at line 44 of file RootExCellWriter.h.
std::string RootExCellWriter< T >::Config::fileMode = "RECREATE" |
file access mode
Definition at line 48 of file RootExCellWriter.h.
std::string RootExCellWriter< T >::Config::filePath |
path of the output file
Definition at line 47 of file RootExCellWriter.h.
std::string RootExCellWriter< T >::Config::treeName = "extrapolation_cells" |
name of the output tree
Definition at line 49 of file RootExCellWriter.h.
bool RootExCellWriter< T >::Config::writeBoundary {} |
Definition at line 54 of file RootExCellWriter.h.
bool RootExCellWriter< T >::Config::writeMaterial {} |
Definition at line 52 of file RootExCellWriter.h.
bool RootExCellWriter< T >::Config::writePassive {} |
Definition at line 53 of file RootExCellWriter.h.
bool RootExCellWriter< T >::Config::writeSensitive {} |
Definition at line 51 of file RootExCellWriter.h.