Jpp
|
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <vector>
#include <limits>
#include <string.h>
#include "TROOT.h"
#include "TFile.h"
#include "JDAQ/JDAQEvent.hh"
#include "JDAQ/JDAQTimeslice.hh"
#include "JDAQ/JDAQSummaryslice.hh"
#include "JROOT/JTreeReader.hh"
#include "JIO/JStreamIO.hh"
#include "JIO/JByteArrayIO.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JAutoTreeWriter.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Namespaces | |
JSUPPORT | |
Support classes and methods for experiment specific I/O. | |
Functions | |
int | main (int argc, char **argv) |
Auxiliary program to convert binary data to ROOT formatted data.
Definition in file JRoot.cc.