State class for TrigBmuxComboHypo algorithm.
More...
#include <TrigBmuxComboHypo.h>
State class for TrigBmuxComboHypo algorithm.
Definition at line 45 of file TrigBmuxComboHypo.h.
◆ TrigBmuxState() [1/2]
| TrigBmuxState::TrigBmuxState |
( |
| ) |
|
|
delete |
◆ TrigBmuxState() [2/2]
Definition at line 48 of file TrigBmuxComboHypo.h.
TrigCompositeUtils::DecisionContainer & decisions()
const TrigCompositeUtils::DecisionContainer & previousDecisions() const
xAOD::TrigBphysContainer & trigBphysCollection()
const EventContext & context() const
◆ ~TrigBmuxState()
| virtual TrigBmuxState::~TrigBmuxState |
( |
| ) |
|
|
virtualdefault |
◆ addTriggerObject()
Definition at line 64 of file TrigBmuxComboHypo.h.
64 {
68 }
const T * back() const
Access the last element in the collection as an rvalue.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
std::vector< size_t > trigBphysMuonIndices
◆ addTriggerObjects()
| std::vector< xAOD::TrigBphys * > TrigBmuxState::addTriggerObjects |
( |
size_t | n, |
|
|
size_t | muonIndex ) |
|
inline |
Definition at line 70 of file TrigBmuxComboHypo.h.
70 {
71 std::vector<xAOD::TrigBphys*> triggerObjects(n, nullptr);
72 for (
size_t i = 0;
i <
n;
i++) {
74 }
75 return triggerObjects;
76 }
xAOD::TrigBphys * addTriggerObject(size_t muonIndex)
◆ beamSpot()
◆ beamSpotPosition()
◆ context()
| const EventContext & ITrigBphysState::context |
( |
| ) |
const |
|
inlineinherited |
◆ decisions()
Definition at line 44 of file ITrigBphysState.h.
TrigCompositeUtils::DecisionContainer * m_decisions
◆ previousDecisions()
Definition at line 43 of file ITrigBphysState.h.
const TrigCompositeUtils::DecisionContainer * m_previousDecisions
◆ setTrigBphysCollection()
Definition at line 46 of file ITrigBphysState.h.
xAOD::TrigBphysContainer * m_trigBphysCollection
◆ trigBphysCollection()
◆ m_beamSpotData
◆ m_beamSpotVertex
◆ m_context
| const EventContext* ITrigBphysState::m_context |
|
privateinherited |
◆ m_decisions
◆ m_previousDecisions
◆ m_trigBphysCollection
◆ muons
| std::vector<Muon> TrigBmuxState::muons |
◆ trigBphysMuonIndices
| std::vector<size_t> TrigBmuxState::trigBphysMuonIndices |
The documentation for this class was generated from the following file: