LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "TFileService.h"
Public Attributes | |
fhicl::Atom< bool > | closeFileFast {fhicl::Name("closeFileFast"), true} |
fhicl::Atom< std::string > | fileName {fhicl::Name("fileName")} |
fhicl::Atom< std::string > | tmpDir {fhicl::Name("tmpDir"), default_tmpDir} |
fhicl::OptionalTable< ClosingCriteria::Config > | fileProperties |
Definition at line 39 of file TFileService.h.
fhicl::Atom<bool> art::TFileService::Config::closeFileFast {fhicl::Name("closeFileFast"), true} |
Definition at line 40 of file TFileService.h.
fhicl::Atom<std::string> art::TFileService::Config::fileName {fhicl::Name("fileName")} |
Definition at line 41 of file TFileService.h.
fhicl::OptionalTable<ClosingCriteria::Config> art::TFileService::Config::fileProperties |
Definition at line 43 of file TFileService.h.
fhicl::Atom<std::string> art::TFileService::Config::tmpDir {fhicl::Name("tmpDir"), default_tmpDir} |
Definition at line 42 of file TFileService.h.