Definition at line 19 of file HcalUMNioTableProducer.cc.
◆ HcalUMNioTableProducer()
Definition at line 25 of file HcalUMNioTableProducer.cc.
References tagUMNio_, and tokenUMNio_.
29 produces<nanoaod::FlatTable>(
"uMNioTable");
edm::EDGetTokenT< HcalUMNioDigi > tokenUMNio_
T getUntrackedParameter(std::string const &, T const &) const
◆ ~HcalUMNioTableProducer()
HcalUMNioTableProducer::~HcalUMNioTableProducer |
( |
| ) |
|
|
inlineoverride |
◆ produce()
Definition at line 46 of file HcalUMNioTableProducer.cc.
References QIE11Task_cfi::eventType, HcalUMNioDigi::eventType(), iEvent, eostools::move(), HcalUMNioDigi::numberUserWords(), to_string(), tokenUMNio_, and HcalUMNioDigi::valueUserWord().
51 auto uMNioNanoTable = std::make_unique<nanoaod::FlatTable>(1,
"uMNio",
true);
52 uMNioNanoTable->addColumnValue<uint8_t>(
"EventType",
eventType,
"EventType");
55 uMNioNanoTable->addColumnValue<uint32_t>(
edm::EDGetTokenT< HcalUMNioDigi > tokenUMNio_
int numberUserWords() const
static std::string to_string(const XMLCh *ch)
uint32_t valueUserWord(int iword) const
uint8_t eventType() const
◆ tagUMNio_
◆ tokenUMNio_