1 #ifndef HLTrigger_HLTfilters_TriggerExpressionData_h 2 #define HLTrigger_HLTfilters_TriggerExpressionData_h 31 m_l1tIgnoreMaskAndPrescale(
false),
49 m_hltResultsTag(config.getParameter<
edm::
InputTag>(
"hltResults")),
51 m_l1tResultsTag(config.getParameter<
edm::
InputTag>(
"l1tResults")),
53 m_l1tIgnoreMaskAndPrescale(config.getParameter<
bool>(
"l1tIgnoreMaskAndPrescale")),
54 m_throw(config.getParameter<
bool>(
"throw")),
67 if (not m_hltResultsTag.label().empty())
69 if (not m_l1tResultsTag.label().empty())
80 m_hltResultsTag(hltResultsTag),
82 m_l1tResultsTag(l1tResultsTag),
84 m_l1tIgnoreMaskAndPrescale(l1tIgnoreMaskAndPrescale),
98 if (not m_hltResultsTag.label().empty())
100 if (not m_l1tResultsTag.label().empty())
121 bool hasL1T()
const {
return not m_l1tResultsTag.label().empty(); }
123 bool hasHLT()
const {
return not m_hltResultsTag.label().empty(); }
129 const std::vector<bool>&
l1tResults()
const {
return *m_l1tResults; }
171 #endif // HLTrigger_HLTfilters_TriggerExpressionData_h
bool l1tConfigurationUpdated() const
bool configurationUpdated() const
void setL1tResultsTag(edm::InputTag const &tag)
Data(const edm::ParameterSet &config, edm::ConsumesCollector &&iC)
const L1TUtmTriggerMenu & l1tMenu() const
Data(edm::InputTag const &hltResultsTag, edm::InputTag const &l1tResultsTag, bool l1tIgnoreMaskAndPrescale, bool doThrow, edm::ConsumesCollector &&iC)
const edm::TriggerNames & hltMenu() const
edm::EDGetTokenT< GlobalAlgBlkBxCollection > m_l1tResultsToken
unsigned long long EventNumber_t
edm::InputTag m_l1tResultsTag
void setL1tIgnoreMaskAndPrescale(bool l1tIgnoreMaskAndPrescale)
bool ignoreL1MaskAndPrescale() const
edm::InputTag m_hltResultsTag
edm::EventNumber_t eventNumber() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
const edm::TriggerResults * m_hltResults
void setHltResultsTag(edm::InputTag const &tag)
edm::EDGetTokenT< edm::TriggerResults > m_hltResultsToken
const edm::TriggerResults & hltResults() const
void setThrow(bool doThrow)
const edm::TriggerNames * m_hltMenu
const std::vector< bool > & l1tResults() const
const L1TUtmTriggerMenu * m_l1tMenu
const std::vector< bool > * m_l1tResults
edm::ParameterSetID m_hltCacheID
bool m_l1tIgnoreMaskAndPrescale
edm::EventNumber_t m_eventNumber
unsigned long long m_l1tCacheID
bool hltConfigurationUpdated() const