ATLAS Offline Software
Namespaces
OutputStreamData.cxx File Reference
#include <EventLoop/OutputStreamData.h>
#include <AsgMessaging/StatusCode.h>
#include <RootCoreUtils/Assert.h>
#include <RootCoreUtils/RootUtils.h>
#include <TH1.h>
#include <TTree.h>
#include <tuple>
Include dependency graph for OutputStreamData.cxx:

Go to the source code of this file.

Namespaces

 EL
 This module defines the arguments passed from the BATCH driver to the BATCH worker.
 
 EL::Detail
 

Variable Documentation

◆ m_dir

TDirectory& m_dir
private

The directory we need to return to.

Definition at line 41 of file OutputStreamData.cxx.

◆ m_file

std::unique_ptr<TFile> m_file

description: this is a custom writer for the old-school drivers that don't use an actual writer

Definition at line 52 of file OutputStreamData.cxx.

◆ m_path

std::string m_path
private

the path being used

Definition at line 88 of file OutputStreamData.cxx.