8#ifndef SAMPLE_HANDLER__DISK_WRITER_LOCAL_H
9#define SAMPLE_HANDLER__DISK_WRITER_LOCAL_H
63 virtual std::string
getPath ()
const;
virtual void doClose()
closes the file we are writing to
virtual TFile * getFile()
the file we are writing to
void testInvariant() const
test the invariant of this object
DiskWriterLocal(const std::string &val_path)
standard constructor
~DiskWriterLocal()
standard destructor
DiskWriterLocal & operator=(const DiskWriterLocal &)=delete
virtual std::string getPath() const
the path where this file can be accessed or the empty string if it is not known (yet).
DiskWriterLocal(const DiskWriterLocal &)=delete
TFile * m_file
the actual file object
std::string m_path
the path being used
DiskWriter()
standard constructor
This module provides a lot of global definitions, forward declarations and includes that are used by ...