Jpp 20.0.0-rc.2
the software that should make you happy
|
Example program to analyse track fit results from Evt formatted data. More...
#include <string>
#include <iostream>
#include <iomanip>
#include <set>
#include "TROOT.h"
#include "TFile.h"
#include "km3net-dataformat/offline/Head.hh"
#include "km3net-dataformat/offline/Evt.hh"
#include "km3net-dataformat/definitions/weightlist.hh"
#include "km3net-dataformat/online/JDAQClock.hh"
#include "flux/Flux.hh"
#include "JAAnet/JHead.hh"
#include "JLang/JManip.hh"
#include "JSupport/JSingleFileScanner.hh"
#include "JSupport/JSupport.hh"
#include "JSupport/JMonteCarloFileSupportkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Example program to analyse track fit results from Evt formatted data.
Definition in file JFeedback.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 295 of file JFeedback.cc.