8#ifndef SAMPLE_HANDLER__DISK_OUTPUT_LOCAL_H
9#define SAMPLE_HANDLER__DISK_OUTPUT_LOCAL_H
64 virtual std::unique_ptr<DiskWriter>
66 const std::string& segmentName,
67 const std::string& suffix)
const;
72 const std::string& segmentName,
73 const std::string& suffix)
const;
virtual std::string getTargetURL(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
void testInvariant() const
test the invariant of this object
virtual std::unique_ptr< DiskWriter > doMakeWriter(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
create a DiskWriter object managing an output file
DiskOutputLocal()
standard default constructor
std::string m_prefix
the prefix to apply when creating files
DiskOutputLocal(const std::string &val_prefix)
standard constructor
ClassDef(DiskOutputLocal, 1)
DiskOutput()
standard constructor
This module provides a lot of global definitions, forward declarations and includes that are used by ...