![]() |
Project
|
#include "MCHMappingInterface/Segmentation.h"#include <iostream>#include <fmt/format.h>#include <boost/program_options.hpp>#include <TTree.h>#include <TFile.h>#include <stdexcept>Go to the source code of this file.
Classes | |
| struct | DePads |
Functions | |
| void | createPadBranches (TTree &tree, DePads &depads) |
| int | main (int argc, char **argv) |
Variables | |
| constexpr bool | run2 {false} |
| constexpr int | MaxNofPadsPerDE {28672} |
Definition at line 41 of file export-to-tree.cxx.
This small program creates a Root TTree with MCH mapping.
There is one entry per MCH detection element, describing the basic features of all the pads of that detection element :
Definition at line 78 of file export-to-tree.cxx.
|
constexpr |
Definition at line 29 of file export-to-tree.cxx.
|
constexpr |
Definition at line 26 of file export-to-tree.cxx.