#include "DaqFormatModules/DaqFormatWriter.h"#include <ctime>#include "DaqReadoutSvc/IDaqReadoutSvc.h"#include "Event/ReadoutHeader.h"#include "EventReadoutFormat/EventHeader.h"#include "EventReadoutFormat/EventReadout.h"#include "FileReadoutFormat/DataSeparatorRecord.h"#include "FileReadoutFormat/FileBuffer.h"#include "FileReadoutFormat/FileEndRecord.h"#include "FileReadoutFormat/FileNameStrings.h"#include "FileReadoutFormat/DaqToOStream.h"#include "FileReadoutFormat/FileStartRecord.h"#include "FileReadoutFormat/FileTraits.h"#include "FileReadoutFormat/RunParametersRecord.h"#include "FileReadoutFormat/MetadataStrings.h"Include dependency graph for DaqFormatWriter.cc:
Go to the source code of this file.
Variables | |
| static const unsigned int | kBytesInInt = 4 |
| static const unsigned int | kBytesInMegabyte = 1024 * 1024 |
const unsigned int kBytesInInt = 4 [static] |
Definition at line 41 of file DaqFormatWriter.cc.
const unsigned int kBytesInMegabyte = 1024 * 1024 [static] |
Definition at line 42 of file DaqFormatWriter.cc.
1.4.7