Go to the documentation of this file.
12 #include <boost/regex.hpp>
73 fwLog(
fwlog::kError) <<
" exception caught while trying to get trigger info" << std::endl;
78 if (hTriggerResults->
accept(
i)) {
acceptmap_t m_averageAccept
Event const & toBegin() override
Go to the very first Event.
bool to(Long64_t iIndex)
Go to the event at index iIndex.
FWStringParameter m_regex
Long64_t size() const
Returns number of events in the file.
FWStringParameter m_process
void fillAverageAcceptFractions()
FWHLTTriggerTableView(TEveWindowSlot *)
std::vector< Column > m_columns
bool atEnd() const override
void getByLabel(const P &iP, const char *iModuleLabel, const char *iProductInstanceLabel=nullptr, const char *iProcessLabel=nullptr)
edm::TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const override
void fillTable(fwlite::Event *event) override
bool accept() const
Has at least one path accepted the event?
FWTriggerTableViewTableManager * m_tableManager
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of "!*" before the partial wildcard feature was incorporated). The per-event "cost" of each negative criterion with multiple relevant triggers is about the same as ! *was in the past