#include <TFileService.h>
Definition at line 12 of file TFileService.h.
◆ TFileService() [1/2]
TFileService::TFileService |
( |
const std::string & |
fileName | ) |
|
constructor
Definition at line 7 of file TFileService.cc.
TFile * file_
pointer to opened TFile
◆ TFileService() [2/2]
TFileService::TFileService |
( |
TFile * |
aFile | ) |
|
constructor with external TFile
Definition at line 12 of file TFileService.cc.
TFile * file_
pointer to opened TFile
◆ ~TFileService()
TFileService::~TFileService |
( |
| ) |
|
|
override |
destructor
Definition at line 15 of file TFileService.cc.
References file_.
TFile * file_
pointer to opened TFile
◆ file()
TFile& fwlite::TFileService::file |
( |
| ) |
const |
|
inline |
return opened TFile
Definition at line 24 of file TFileService.h.
References file_.
TFile * file_
pointer to opened TFile
◆ file_
TFile* fwlite::TFileService::file_ |
|
private |
◆ fileName_
std::string fwlite::TFileService::fileName_ |
|
private |