DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
#include "utilities/WorkerThread.hpp"
#include "datahandlinglibs/ReadoutTypes.hpp"
#include "datahandlinglibs/utils/BufferedFileWriter.hpp"
#include "utilities/ReusableThread.hpp"
#include "appmodel/DataRecorderModule.hpp"
#include <atomic>
#include <fstream>
#include <iostream>
#include <memory>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | dunedaq::datahandlinglibs::RecorderConcept |
Namespaces | |
namespace | dunedaq |
Including Qt Headers. | |
namespace | dunedaq::datahandlinglibs |
Recorder concept
This is part of the DUNE DAQ , copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.
Definition in file RecorderConcept.hpp.