1 #ifndef HLTrigger_HLTfilters_TriggerExpressionData_h 2 #define HLTrigger_HLTfilters_TriggerExpressionData_h 31 m_l1tIgnoreMaskAndPrescale(
false),
50 m_hltResultsTag(config.getParameter<
edm::InputTag>(
"hltResults")),
52 m_l1tResultsTag(config.getParameter<
edm::InputTag>(
"l1tResults")),
54 m_l1tIgnoreMaskAndPrescale(config.getParameter<
bool>(
"l1tIgnoreMaskAndPrescale")),
55 m_throw(config.getParameter<
bool>(
"throw")),
69 if (not m_hltResultsTag.label().empty()) m_hltResultsToken = iC.consumes<
edm::TriggerResults>(m_hltResultsTag);
77 bool l1tIgnoreMaskAndPrescale,
81 m_hltResultsTag(hltResultsTag),
83 m_l1tResultsTag(l1tResultsTag),
85 m_l1tIgnoreMaskAndPrescale(l1tIgnoreMaskAndPrescale),
100 if (not m_hltResultsTag.label().empty()) m_hltResultsToken = iC.consumes<
edm::TriggerResults>(m_hltResultsTag);
101 if (not m_l1tResultsTag.label().empty()) m_l1tResultsToken = iC.consumes<
GlobalAlgBlkBxCollection>(m_l1tResultsTag);
110 m_hltResultsTag =
tag;
114 m_l1tResultsTag =
tag;
118 m_l1tIgnoreMaskAndPrescale = l1tIgnoreMaskAndPrescale;
128 return not m_l1tResultsTag.label().empty();
132 return not m_hltResultsTag.label().empty();
136 return * m_hltResults;
144 return * m_l1tResults;
160 return m_hltUpdated
or m_l1tUpdated;
164 return m_eventNumber;
172 return m_l1tIgnoreMaskAndPrescale;
201 #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
def setup(process, global_tag, zero_tesla=False)
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