4#ifndef __KVMFMDATAFILEREADER_H
5#define __KVMFMDATAFILEREADER_H
7#include "KVRawDataReader.h"
8#include "MFMFileReader.h"
9#include "KVNameValueList.h"
11#include "mesytec_buffer_reader.h"
26 mutable mesytec::buffer_reader MTEC_bufrdr;
36 bool ok = ReadNextFrame();
54 void InitialiseMesytecConfig(
const std::string& crate,
const std::string& channels);
55 mesytec::buffer_reader& GetMesytecBufferReader()
const
#define ClassDef(name, id)
Read MFM format acquisition data.
Int_t GetRunNumberReadFromFile() const
TString GetDataFormat() const
virtual ~KVMFMDataFileReader()
void SetActionsExpName(const string &)
void SetActionsDirectory(const string &)
TString GetPathToLastEbyedatActionsFile()
Returns full path to last ACTIONS file used to decode Ebyedat parameters.
static KVMFMDataFileReader * Open(const Char_t *filepath, Option_t *="")
Abstract base class for reading raw (DAQ) data.