34 inline double operator()(
const Evt&
first,
const Evt& second)
const
52 int main(
int argc,
char **argv)
66 JParser<> zap(
"Auxiliary program for time sorting of Monte-Carlo events.");
69 zap[
'n'] =
make_field(numberOfEvents) = JLimit::max();
75 catch(
const exception& error) {
76 FATAL(error.what() << endl);
80 STATUS(
"Processing " << inputFile <<
"." << flush);
85 buffer.push_back(*
in.next());
90 sort(buffer.begin(), buffer.end(), compare);
Utility class to parse command line options.
int main(int argc, char *argv[])
ROOT TTree parameter settings of various packages.
Recording of objects on file according a format that follows from the file name extension.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
Scanning of objects from a single file according a format that follows from the extension of each fil...
Auxiliary class for defining the range of iterations of objects.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int mc_id
identifier of the MC event (as found in ascii or antcc file).
TTimeStamp mc_event_time
MC: true generation time (UTC) of the event, (default: 01 Jan 1970 00:00:00)
General purpose messaging.
Utility class to parse command line options.
Object reading from a list of files.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
The Evt class respresent a Monte Carlo (MC) event as well as an offline event.