11int main(
int argc,
char* argv[]) {
13 auto log = std::make_shared<GLogger>(gopts, SFUNCTION_NAME,
TOUCHABLE_LOGGER);
15 auto a_ctof_gtouchable =
GTouchable(gopts,
"readout",
"sector: 5, paddle: 5", {10.0, 20.0, 30.0});
17 for (
unsigned i = 1; i < 10; i++) {
20 bool is_equal = ctof == a_ctof_gtouchable;
22 log->info(
" GTouchable: ", ctof,
" is equal: ", is_equal ?
"true" :
"false");