|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Application for writing DST. More...
#include <string>#include <iostream>#include <iomanip>#include <set>#include <algorithm>#include "TROOT.h"#include "TFile.h"#include "km3net-dataformat/offline/Head.hh"#include "km3net-dataformat/offline/MultiHead.hh"#include "km3net-dataformat/offline/Evt.hh"#include "km3net-dataformat/online/JDAQEvent.hh"#include "km3net-dataformat/definitions/reconstruction.hh"#include "JLang/JStatus.hh"#include "JReconstruction/JEvt.hh"#include "JReconstruction/JEvtToolkit.hh"#include "JDAQ/JDAQEventIO.hh"#include "JAAnet/JAAnetToolkit.hh"#include "JSupport/JTriggeredFileScanner.hh"#include "JSupport/JMonteCarloFileSupportkit.hh"#include "JSupport/JFileRecorder.hh"#include "JSupport/JSupport.hh"#include "JSupport/JMeta.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Macros | |
| #define | PRINT_BIT(OUT, A) OUT << (int) A << " -> " << #A << std::endl; |
Functions | |
| int | main (int argc, char **argv) |
Application for writing DST.
Definition in file dst.cc.
| #define PRINT_BIT | ( | OUT, | |
| A ) OUT << (int) A << " -> " << #A << std::endl; |
Definition at line 73 of file dst.cc.