|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef SAMPLE_HANDLER__DISK_WRITER_LOCAL_H
9 #define SAMPLE_HANDLER__DISK_WRITER_LOCAL_H
60 virtual std::string
getPath ()
const;
an implementation of DiskWriter for local files
virtual void doClose()
closes the file we are writing to
virtual TFile * getFile()
the file we are writing to
TFile * m_file
the actual file object
an interface that manages writing a single output file
void testInvariant() const
test the invariant of this object
~DiskWriterLocal()
standard destructor
std::string m_path
the path being used
virtual std::string getPath() const
the path where this file can be accessed or the empty string if it is not known (yet).
This module provides a lot of global definitions, forward declarations and includes that are used by ...
DiskWriterLocal(const std::string &val_path)
standard constructor