|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef EVENT_LOOP_OUTPUT_STREAM_HH 
    6 #define EVENT_LOOP_OUTPUT_STREAM_HH 
   65     OutputStream (
const std::string& val_label, 
const std::string& val_type);
 
   99     const std::string& 
label () 
const;
 
  100     void label (
const std::string& val_label);
 
  
SH::DiskOutput * m_output
OutputStream(const std::string &val_label)
effects: create a named output dataset guarantee: strong failures: low level errors II requires: !...
std::string m_label
description: members directly corresponding to accessors
const std::string & label() const
description: the label for this output dataset.
const SH::MetaObject * options() const
void swap(OutputStream &that)
effects: standard swap function guarantee: no-fail
void label(const std::string &val_label)
static const std::string optMergeCmd
const SH::DiskOutput * output() const
description: the output disk, if we don't use the default one.
a class/interface representing an output location for files
void output(SH::DiskOutput *output_swallow)
OutputStream & operator=(OutputStream that)
effects: standard assignment operator guarantee: strong failures: out of memory II
This module defines the arguments passed from the BATCH driver to the BATCH worker.
OutputStream(const OutputStream &that)
effects: standard copy constructor guarantee: strong failures: out of memory II
void testInvariant() const
effects: test the invariant of this object guarantee: no-fail
static const std::string optType
OutputStream()
effects: standard default constructor guarantee: strong failures: low level errors I
~OutputStream()
effects: standard destructor guarantee: no-fail
OutputStream(const std::string &val_label, const std::string &val_type)
effects: create a named output dataset guarantee: strong failures: low level errors II requires: !...
static const std::string optContainerSuffix
SH::MetaObject * options()
description: the list of options to the job guarantee: no-fail postcondition: result !...
ClassDef(OutputStream, 2)