Go to the documentation of this file.
14 #ifndef FIELDIO_LIME_INCLUDED
15 #define FIELDIO_LIME_INCLUDED
67 void process_file(
Field *v,
const std::string filename);
69 void load_data(LimeReader *reader,
Field *v);
70 void store_data(LimeWriter *writer,
Field *v,
bool mark_begin,
bool mark_end);
72 void load_lfn(LimeReader *reader);
73 void store_lfn(LimeWriter *reader, std::string lfn_string);
void write_file(Field &v, const std::string &filename)
write data to file. (‘const’ is added [18 Mar 2021])
static const std::string class_name
void read_file(Field &v, const std::string &filename)
read data from file. (‘const’ is added [18 Mar 2021])
FieldIO class for file I/O of space-time distributed data.
FieldIO_LIME class for file I/O of Field data in LIME format.
void crucial(const char *format,...)
Container of Field-type object.
FieldIO_LIME(const IO_Format::Format *format)