Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
mctools::io_utils Class Reference

#include <bayeux/mctools/utils.h>

Public Types

enum  data_format_type { DATA_FORMAT_INVALID = 0, DATA_FORMAT_PLAIN = 1, DATA_FORMAT_BANK = 2 }
 

Static Public Member Functions

static data_format_type label_to_data_format (const std::string &)
 

Static Public Attributes

static const std::string GENERAL_INFO_STORE
 
static const std::string PLAIN_SIMULATED_DATA_STORE
 

Member Enumeration Documentation

◆ data_format_type

Enumerator
DATA_FORMAT_INVALID 

Undefined output format.

DATA_FORMAT_PLAIN 

Plain output format: archives of "mctools::simulated_data" objects.

DATA_FORMAT_BANK 

Bank output format: archives of "datatools::things" objects.

Member Function Documentation

◆ label_to_data_format()

static data_format_type mctools::io_utils::label_to_data_format ( const std::string &  )
static

Member Data Documentation

◆ GENERAL_INFO_STORE

const std::string mctools::io_utils::GENERAL_INFO_STORE
static

◆ PLAIN_SIMULATED_DATA_STORE

const std::string mctools::io_utils::PLAIN_SIMULATED_DATA_STORE
static

The documentation for this class was generated from the following file: