30 auto const& l1GtMenu = evSetup.
getData(l1GtMenuToken_);
32 cout <<
"L1TUtmTriggerMenu: " << endl;
33 cout <<
" name: " << l1GtMenu.getName() << endl;
34 cout <<
" version: " << l1GtMenu.getVersion() << endl;
35 cout <<
" date/time: " << l1GtMenu.getDatetime() << endl;
36 cout <<
" UUID: " << l1GtMenu.getFirmwareUuid() << endl;
37 cout <<
" Scales: " << l1GtMenu.getScaleSetName() << endl;
38 cout <<
" modules: " << l1GtMenu.getNmodules() << endl;
40 cout <<
" Algorithms[" << l1GtMenu.getAlgorithmMap().size() <<
"]: " << endl;
41 for (
const auto&
a : l1GtMenu.getAlgorithmMap())
42 cout <<
" " <<
a.first << endl;
44 cout <<
" Conditions[" << l1GtMenu.getConditionMap().size() <<
"]: " << endl;
45 for (
const auto&
a : l1GtMenu.getConditionMap())
46 cout <<
" " <<
a.first << endl;
48 cout <<
" Conditions[" << l1GtMenu.getScaleMap().size() <<
"]: " << endl;
49 for (
const auto&
a : l1GtMenu.getScaleMap())
50 cout <<
" " <<
a.first << endl;
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
#define DEFINE_FWK_MODULE(type)