ATLAS Offline Software
Public Attributes | List of all members
RootExCellWriter< T >::Config Struct Reference

#include <RootExCellWriter.h>

Collaboration diagram for RootExCellWriter< T >::Config:

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 {}
 

Detailed Description

template<class T>
struct RootExCellWriter< T >::Config

Definition at line 44 of file RootExCellWriter.h.

Member Data Documentation

◆ fileMode

template<class T >
std::string RootExCellWriter< T >::Config::fileMode = "RECREATE"

file access mode

Definition at line 48 of file RootExCellWriter.h.

◆ filePath

template<class T >
std::string RootExCellWriter< T >::Config::filePath

path of the output file

Definition at line 47 of file RootExCellWriter.h.

◆ treeName

template<class T >
std::string RootExCellWriter< T >::Config::treeName = "extrapolation_cells"

name of the output tree

Definition at line 49 of file RootExCellWriter.h.

◆ writeBoundary

template<class T >
bool RootExCellWriter< T >::Config::writeBoundary {}

Definition at line 54 of file RootExCellWriter.h.

◆ writeMaterial

template<class T >
bool RootExCellWriter< T >::Config::writeMaterial {}

Definition at line 52 of file RootExCellWriter.h.

◆ writePassive

template<class T >
bool RootExCellWriter< T >::Config::writePassive {}

Definition at line 53 of file RootExCellWriter.h.

◆ writeSensitive

template<class T >
bool RootExCellWriter< T >::Config::writeSensitive {}

Definition at line 51 of file RootExCellWriter.h.


The documentation for this struct was generated from the following file: