yoda is hosted by Hepforge, IPPP Durham
YODA - Yet more Objects for Data Analysis 2.1.0
Writer.h File Reference
#include "YODA/AnalysisObject.h"
#include "YODA/Utils/Traits.h"
#include <YODA/Config/BuildConfig.h>
#include <YODA/highfive/H5File.hpp>
#include <type_traits>
#include <fstream>
#include <iostream>

Go to the source code of this file.

Classes

class  YODA::Writer
 Pure virtual base class for various output writers. More...
 

Namespaces

namespace  YODA
 Anonymous namespace to limit visibility.
 

Functions

WriterYODA::mkWriter (const std::string &format_name)
 Factory function to make a writer object by format name or a filename.
 

Variables

static bool YODA::enableH5compression = Utils::getEnvParam("YODA_HDF5_COMPRESSION", true)