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