#include "FileReadoutFormat/DaqToOStream.h"
#include "EventReadoutFormat/EventHeader.h"
#include "EventReadoutFormat/EventReadout.h"
#include "FileReadoutFormat/CalibrationParametersRecord.h"
#include "FileReadoutFormat/DataSeparatorRecord.h"
#include "FileReadoutFormat/FileBuffer.h"
#include "FileReadoutFormat/FileEndRecord.h"
#include "FileReadoutFormat/FileNameStrings.h"
#include "FileReadoutFormat/FileStartRecord.h"
#include "FileReadoutFormat/FileTraits.h"
#include "FileReadoutFormat/MetadataStrings.h"
#include "FileReadoutFormat/RunParametersRecord.h"
Include dependency graph for DaqToOStream.cc:
Go to the source code of this file.
Variables | |
static const unsigned int | kBytesInMegabyte = 1024U * 1024U |
const unsigned int kBytesInMegabyte = 1024U * 1024U [static] |
Definition at line 35 of file DaqToOStream.cc.