35 cout<<
"L1TUtmTriggerMenu: "<<endl;
36 cout<<
" name: "<<ptr1->getName()<<endl;
37 cout<<
" version: "<<ptr1->getVersion()<<endl;
38 cout<<
" date/time: "<<ptr1->getDatetime()<<endl;
39 cout<<
" UUID: "<<ptr1->getFirmwareUuid()<<endl;
40 cout<<
" Scales: "<<ptr1->getScaleSetName()<<endl;
41 cout<<
" modules: "<<ptr1->getNmodules()<<endl;
43 cout<<
" Algorithms["<<ptr1->getAlgorithmMap().size()<<
"]: "<<endl;
44 for(
auto a : ptr1->getAlgorithmMap() )
45 cout<<
" "<<
a.first<<endl;
47 cout<<
" Conditions["<<ptr1->getConditionMap().size()<<
"]: "<<endl;
48 for(
auto a : ptr1->getConditionMap() )
49 cout<<
" "<<
a.first<<endl;
51 cout<<
" Conditions["<<ptr1->getScaleMap().size()<<
"]: "<<endl;
52 for(
auto a : ptr1->getScaleMap() )
53 cout<<
" "<<
a.first<<endl;
#define DEFINE_FWK_MODULE(type)
T const * product() const