|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Auxiliary program to write KM3NETDAQ::JDAQTimeslice with random data. More...
#include <string>#include <iostream>#include <fstream>#include "TRandom3.h"#include "km3net-dataformat/offline/Head.hh"#include "km3net-dataformat/online/JDAQClock.hh"#include "JAAnet/JHead.hh"#include "JAAnet/JHeadToolkit.hh"#include "JDetector/JDetector.hh"#include "JDetector/JDetectorToolkit.hh"#include "JDetector/JPMTParametersMap.hh"#include "JDetector/JK40DefaultSimulator.hh"#include "JDetector/JPMTDefaultSimulator.hh"#include "JDetector/JCLBDefaultSimulator.hh"#include "JDetector/JDetectorSimulator.hh"#include "JDAQ/JDAQSummarysliceIO.hh"#include "JDAQ/JDAQTimesliceIO.hh"#include "JTimeslice/JRandomTimeslice.hh"#include "JTrigger/JSummaryRouter.hh"#include "JTrigger/JK40RunByRunSimulator.hh"#include "JTrigger/JPMTRunByRunSimulator.hh"#include "JTrigger/JCLBRunByRunSimulator.hh"#include "JSupport/JFileRecorder.hh"#include "JSupport/JMeta.hh"#include "JSupport/JSupport.hh"#include "JSupport/JSupportToolkit.hh"#include "JSupport/JRunByRun.hh"#include "JROOT/JRandom.hh"#include "Jeep/JTimer.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Auxiliary program to write KM3NETDAQ::JDAQTimeslice with random data.
To pipe data to application JTriggerProcessor.cc whilst maintaining header and meta data, two output files can be specified.
The file names should have extensions ".root" and ".dat", respectively.
The first corresponds to a ROOT formatted file with header and meta data and the second to the pipe with timeslice data.
Definition in file software/JTimeslice/JRandomTimesliceWriter.cc.
Definition at line 53 of file software/JTimeslice/JRandomTimesliceWriter.cc.