Jpp
debug
the software that should make you happy
|
Application for splitting an offline file in two parts,
one containing all even-numbered events, another containing all odd-numbered events.
More...
#include <uuid/uuid.h>
#include <iostream>
#include <iomanip>
#include "km3net-dataformat/offline/MultiHead.hh"
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "Jeep/JPrint.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JSupport/JMeta.hh"
#include "JSupport/JLimit.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JFileRecorder.hh"
#include "JSupport/JMultipleFileScanner.hh"
#include "JSupport/JMonteCarloFileSupportkit.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Application for splitting an offline file in two parts,
one containing all even-numbered events, another containing all odd-numbered events.
Definition in file JSplitEvt.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 29 of file JSplitEvt.cc.