|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIG_TrigBphysStreamerHypo_H
6 #define TRIG_TrigBphysStreamerHypo_H
27 ToolHandleArray<TrigBphysStreamerHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools to perform selection"};
28 Gaudi::Property<std::string>
m_triggerLevel {
this,
"triggerLevel",
"EF",
"use xAOD::L2StandAloneMuon at L2 level and xAOD::Muon at EF level as a trigger feature object"};
30 Gaudi::Property<std::vector<std::string>>
m_triggerList {
this,
"triggerList", {},
"The streamer will copy ID from the previous Decision if it matches with some trigger from the list; all IDs will be copied if no trigger is specified"};
32 Gaudi::Property<std::string>
m_roiLinkName{
this,
"RoILinkName",
"l2cbroi",
"Name for RoI Link"};
35 #endif // TRIG_TrigBphysStreamerHypo_H
Gaudi::Property< std::string > m_roiLinkName
ToolHandleArray< TrigBphysStreamerHypoTool > m_hypoTools
Gaudi::Property< std::string > m_triggerLevel
Implements a streamer (no selection) for the HLT framework.
TrigCompositeUtils::DecisionIDContainer m_triggerIDs
virtual StatusCode execute(const EventContext &) const override
virtual StatusCode initialize() override
TrigBphysStreamerHypo()=delete
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_triggerList
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
std::set< DecisionID > DecisionIDContainer