|
DABC (Data Acquisition Backbone Core)
2.9.9
|
#include <cstdio>#include <cstring>#include "dabc/version.h"#include "dabc/Buffer.h"#include "dabc/Hierarchy.h"#include "dabc/BinaryFileIO.h"#include "dabc/Iterator.h"#include "TFile.h"#include "TH1.h"#include "TH2.h"#include "TObjArray.h"#include "TAxis.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| void | SetAxisLabels (TAxis *ax, std::string lbls, int nbins) |
| void SetAxisLabels | ( | TAxis * | ax, |
| std::string | lbls, | ||
| int | nbins | ||
| ) |
Definition at line 19 of file dabc_root.cxx.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 31 of file dabc_root.cxx.