![]() |
Project
|
#include "MCHMappingInterface/Segmentation.h"
#include <iostream>
#include <fmt/format.h>
#include <boost/program_options.hpp>
#include <stdexcept>
Go to the source code of this file.
Functions | |
void | dumpPad (const o2::mch::mapping::Segmentation &seg, int padId) |
void | dumpPad (const o2::mch::mapping::Segmentation &seg, int dsId, int dsCh) |
void | dumpDualSampa (const o2::mch::mapping::Segmentation &seg, int dualSampaId) |
void | dumpDetectionElement (const o2::mch::mapping::Segmentation &seg) |
int | main (int argc, char **argv) |
void dumpDetectionElement | ( | const o2::mch::mapping::Segmentation & | seg | ) |
void dumpDualSampa | ( | const o2::mch::mapping::Segmentation & | seg, |
int | dualSampaId | ||
) |
void dumpPad | ( | const o2::mch::mapping::Segmentation & | seg, |
int | dsId, | ||
int | dsCh | ||
) |
void dumpPad | ( | const o2::mch::mapping::Segmentation & | seg, |
int | padId | ||
) |