34 cout <<
"L1TUtmTriggerMenu: " << endl;
35 cout <<
" name: " << ptr1->getName() << endl;
36 cout <<
" version: " << ptr1->getVersion() << endl;
37 cout <<
" date/time: " << ptr1->getDatetime() << endl;
38 cout <<
" UUID: " << ptr1->getFirmwareUuid() << endl;
39 cout <<
" Scales: " << ptr1->getScaleSetName() << endl;
40 cout <<
" modules: " << ptr1->getNmodules() << endl;
42 cout <<
" Algorithms[" << ptr1->getAlgorithmMap().size() <<
"]: " << endl;
43 for (
const auto&
a : ptr1->getAlgorithmMap())
44 cout <<
" " <<
a.first << endl;
46 cout <<
" Conditions[" << ptr1->getConditionMap().size() <<
"]: " << endl;
47 for (
const auto&
a : ptr1->getConditionMap())
48 cout <<
" " <<
a.first << endl;
50 cout <<
" Conditions[" << ptr1->getScaleMap().size() <<
"]: " << endl;
51 for (
const auto&
a : ptr1->getScaleMap())
52 cout <<
" " <<
a.first << endl;