Jpp
19.1.0-rc.1
the software that should make you happy
|
Application for writing real-time data to disk. More...
#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <map>
#include "Jeep/JParser.hh"
#include "Jeep/JProperties.hh"
#include "Jeep/JTimer.hh"
#include "Jeep/JTimekeeper.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JeepToolkit.hh"
#include "JNet/JControlHost.hh"
#include "JLang/JException.hh"
#include "JLang/JSharedPointer.hh"
#include "JLogger/JMessageScheduler.hh"
#include "km3net-dataformat/online/JDAQ.hh"
#include "JDAQ/JDAQTags.hh"
#include "JDAQ/JDAQEventIO.hh"
#include "JDAQ/JDAQTimesliceIO.hh"
#include "JDAQ/JDAQSummarysliceIO.hh"
#include "JTrigger/JTriggerParameters.hh"
#include "JRuncontrol/JDAQClient.hh"
#include "JRuncontrol/JRuncontrolToolkit.hh"
#include "JIO/JByteArrayIO.hh"
#include "JTools/JAutoMap.hh"
#include "JSupport/JMeta.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JAutoTreeWriter.hh"
Go to the source code of this file.
Classes | |
class | KM3NETDAQ::JDataWriter |
Runcontrol client to write data to disk. More... | |
struct | KM3NETDAQ::JDataWriter::JValue_t |
Auxiliary data structure for I/O of trigger parameters. More... | |
struct | KM3NETDAQ::JDataWriter::JRunDB |
Map run number to trigger parameters. More... | |
Namespaces | |
JSUPPORT | |
Support classes and methods for experiment specific I/O. | |
KM3NETDAQ | |
KM3NeT DAQ data structures and auxiliaries. | |
Typedefs | |
typedef JSUPPORT::JAutoTreeWriter< JNET::JTag > | JTreeWriter_t |
Type definition of auto map. More... | |
Functions | |
int | main (int argc, char *argv[]) |
Application for writing real-time data to disk.
Definition in file JDataWriter.cc.
Type definition of auto map.
Definition at line 35 of file JDataWriter.cc.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 551 of file JDataWriter.cc.