#include <iostream>
#include <fmt/format.h>
#include <boost/program_options.hpp>
#include "MCHRawElecMap/Mapper.h"
#include <stdexcept>
#include <fstream>
Go to the source code of this file.
◆ convertDet2Elec()
template<typename ELECMAP >
◆ convertElec2Det()
template<typename ELECMAP >
int convertElec2Det |
( |
uint16_t |
solarId, |
|
|
uint8_t |
groupId, |
|
|
uint8_t |
indexId |
|
) |
| |
◆ convertFeeLink2Solar()
void convertFeeLink2Solar |
( |
uint16_t |
feeId, |
|
|
uint8_t |
linkId, |
|
|
bool |
dummyElecMap, |
|
|
std::string |
cruMap |
|
) |
| |
◆ dump()
template<typename ELECMAP >
◆ generateCruMap()
◆ main()
◆ usage()
int usage |
( |
const po::options_description & |
generic | ) |
|