|
Jpp - the software that should make you happy
|
Auxiliary program to convert data formats. More...
#include <string>#include <iostream>#include <iomanip>#include "km3net-dataformat/offline/Head.hh"#include "km3net-dataformat/offline/Evt.hh"#include "JDAQ/JDAQTimesliceIO.hh"#include "JDAQ/JDAQEventIO.hh"#include "JDAQ/JDAQSummarysliceIO.hh"#include "JTrigger/JTriggerParameters.hh"#include "JSupport/JMultipleFileScanner.hh"#include "JSupport/JFileRecorder.hh"#include "JSupport/JMonteCarloFileSupportkit.hh"#include "JSupport/JTriggerParametersSupportkit.hh"#include "JSupport/JMeta.hh"#include "JSupport/JSupport.hh"#include "JLang/JPipe.hh"#include "JROOT/JROOTClassSelector.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 convert data formats.
Possible file name extensions include ".evt" (ASCII), ".root" (ROOT) and ".dat" (binary).
The following data structures and file name extensions are supported:
| type | evt | root | dat |
|---|---|---|---|
| KM3NETDAQ::JDAQEvent | I/O | I/O | |
| KM3NETDAQ::JDAQTimeslice | I/O | I/O | |
| KM3NETDAQ::JDAQSummaryslice | I/O | I/O | |
| Head | I | I/O | |
| Evt | I | I/O |
The name of the data structure following option -C should be preceded by a '+' or '-' to add or remove data types in the output, respectively.
In this, ROOT wildcards are accepted (e.g.
-C -\.\*
will remove all data types).
Definition in file JConvert.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 49 of file JConvert.cc.
1.8.5