|
ATLAS Offline Software
|
Go to the documentation of this file.
36 : m_prefix (
"/ThisIsANonExistantPath")
45 : m_prefix (val_prefix)
54 const std::string& segmentName,
55 const std::string&
suffix)
const
58 return std::make_unique<DiskWriterLocal>
66 const std::string& segmentName,
67 const std::string&
suffix)
const
70 std::ostringstream
file;
75 if (!segmentName.empty())
76 file <<
"-" << segmentName;
std::string m_prefix
the prefix to apply when creating files
ClassImp(SH::DiskOutputLocal) namespace SH
an implementation of DiskOutput for local disks
DiskOutputLocal()
standard default constructor
std::string targetURL(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
the final output location for the given segment
virtual std::string getTargetURL(const std::string &sampleName, const std::string &segmentName, const std::string &suffix) const
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
This module provides a lot of global definitions, forward declarations and includes that are used by ...
#define RCU_READ_INVARIANT(x)
void testInvariant() const
test the invariant of this object
#define RCU_NEW_INVARIANT(x)