|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Program to histogram fit results from reconstructed data. More...
#include <string>#include <iostream>#include <iomanip>#include "TROOT.h"#include "TFile.h"#include "TH1D.h"#include "TH2D.h"#include "TMath.h"#include "km3net-dataformat/offline/Head.hh"#include "km3net-dataformat/offline/Evt.hh"#include "km3net-dataformat/online/JDAQModuleIdentifier.hh"#include "km3net-dataformat/definitions/reconstruction.hh"#include "km3net-dataformat/definitions/fitparameters.hh"#include "JReconstruction/JEvt.hh"#include "JReconstruction/JEvtToolkit.hh"#include "JAAnet/JHead.hh"#include "JAAnet/JHeadToolkit.hh"#include "JAAnet/JVolume.hh"#include "JGeometry3D/JTrack3D.hh"#include "JGeometry3D/JGeometry3DToolkit.hh"#include "JGeometry3D/JCylinder3D.hh"#include "JSupport/JMultipleFileScanner.hh"#include "JSupport/JTriggeredFileScanner.hh"#include "JSupport/JSupport.hh"#include "JDAQ/JDAQEventIO.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Program to histogram fit results from reconstructed data.
Definition in file JDataPostfit.cc.
Definition at line 43 of file JDataPostfit.cc.