ATLAS Offline Software
Loading...
Searching...
No Matches
TrigBhhState Class Reference

State class for TrigBhhComboHypo algorithm. More...

#include <TrigBhhComboHypo.h>

Inheritance diagram for TrigBhhState:
Collaboration diagram for TrigBhhState:

Classes

struct  Muon

Public Member Functions

 TrigBhhState ()=delete
 TrigBhhState (const EventContext &context, const TrigCompositeUtils::DecisionContainer &previousDecisions, TrigCompositeUtils::DecisionContainer &decisions, xAOD::TrigBphysContainer *trigBphysCollection=nullptr, const InDet::BeamSpotData *beamSpotData=nullptr)
virtual ~TrigBhhState ()=default
const EventContext & context () const
const TrigCompositeUtils::DecisionContainerpreviousDecisions () const
TrigCompositeUtils::DecisionContainerdecisions ()
xAOD::TrigBphysContainertrigBphysCollection ()
void setTrigBphysCollection (xAOD::TrigBphysContainer *trigBphysCollection)
Amg::Vector3D beamSpotPosition () const
const xAOD::VertexbeamSpot () const

Public Attributes

std::vector< Muonmuons
std::vector< ElementLink< xAOD::TrackParticleContainer > > tracks

Private Attributes

const EventContext * m_context
const TrigCompositeUtils::DecisionContainerm_previousDecisions
TrigCompositeUtils::DecisionContainerm_decisions
xAOD::TrigBphysContainerm_trigBphysCollection
const InDet::BeamSpotDatam_beamSpotData
xAOD::Vertex m_beamSpotVertex

Detailed Description

State class for TrigBhhComboHypo algorithm.

Definition at line 44 of file TrigBhhComboHypo.h.

Constructor & Destructor Documentation

◆ TrigBhhState() [1/2]

TrigBhhState::TrigBhhState ( )
delete

◆ TrigBhhState() [2/2]

TrigBhhState::TrigBhhState ( const EventContext & context,
const TrigCompositeUtils::DecisionContainer & previousDecisions,
TrigCompositeUtils::DecisionContainer & decisions,
xAOD::TrigBphysContainer * trigBphysCollection = nullptr,
const InDet::BeamSpotData * beamSpotData = nullptr )
inline

Definition at line 47 of file TrigBhhComboHypo.h.

TrigCompositeUtils::DecisionContainer & decisions()
ITrigBphysState()=delete
const TrigCompositeUtils::DecisionContainer & previousDecisions() const
xAOD::TrigBphysContainer & trigBphysCollection()
const EventContext & context() const

◆ ~TrigBhhState()

virtual TrigBhhState::~TrigBhhState ( )
virtualdefault

Member Function Documentation

◆ beamSpot()

const xAOD::Vertex & ITrigBphysState::beamSpot ( ) const
inlineinherited

Definition at line 48 of file ITrigBphysState.h.

48{ return m_beamSpotVertex; }
xAOD::Vertex m_beamSpotVertex

◆ beamSpotPosition()

Amg::Vector3D ITrigBphysState::beamSpotPosition ( ) const
inlineinherited

Definition at line 47 of file ITrigBphysState.h.

47{ return (m_beamSpotData ? m_beamSpotData->beamPos() : Amg::Vector3D::Zero(3)); }
const InDet::BeamSpotData * m_beamSpotData

◆ context()

const EventContext & ITrigBphysState::context ( ) const
inlineinherited

Definition at line 42 of file ITrigBphysState.h.

42{ return *m_context; }
const EventContext * m_context

◆ decisions()

TrigCompositeUtils::DecisionContainer & ITrigBphysState::decisions ( )
inlineinherited

Definition at line 44 of file ITrigBphysState.h.

44{ return *m_decisions; }
TrigCompositeUtils::DecisionContainer * m_decisions

◆ previousDecisions()

const TrigCompositeUtils::DecisionContainer & ITrigBphysState::previousDecisions ( ) const
inlineinherited

Definition at line 43 of file ITrigBphysState.h.

43{ return *m_previousDecisions; }
const TrigCompositeUtils::DecisionContainer * m_previousDecisions

◆ setTrigBphysCollection()

void ITrigBphysState::setTrigBphysCollection ( xAOD::TrigBphysContainer * trigBphysCollection)
inlineinherited

Definition at line 46 of file ITrigBphysState.h.

xAOD::TrigBphysContainer * m_trigBphysCollection

◆ trigBphysCollection()

xAOD::TrigBphysContainer & ITrigBphysState::trigBphysCollection ( )
inlineinherited

Definition at line 45 of file ITrigBphysState.h.

45{ return *m_trigBphysCollection; }

Member Data Documentation

◆ m_beamSpotData

const InDet::BeamSpotData* ITrigBphysState::m_beamSpotData
privateinherited

Definition at line 55 of file ITrigBphysState.h.

◆ m_beamSpotVertex

xAOD::Vertex ITrigBphysState::m_beamSpotVertex
privateinherited

Definition at line 56 of file ITrigBphysState.h.

◆ m_context

const EventContext* ITrigBphysState::m_context
privateinherited

Definition at line 51 of file ITrigBphysState.h.

◆ m_decisions

TrigCompositeUtils::DecisionContainer* ITrigBphysState::m_decisions
privateinherited

Definition at line 53 of file ITrigBphysState.h.

◆ m_previousDecisions

const TrigCompositeUtils::DecisionContainer* ITrigBphysState::m_previousDecisions
privateinherited

Definition at line 52 of file ITrigBphysState.h.

◆ m_trigBphysCollection

xAOD::TrigBphysContainer* ITrigBphysState::m_trigBphysCollection
privateinherited

Definition at line 54 of file ITrigBphysState.h.

◆ muons

std::vector<Muon> TrigBhhState::muons

Definition at line 61 of file TrigBhhComboHypo.h.

◆ tracks

std::vector<ElementLink<xAOD::TrackParticleContainer> > TrigBhhState::tracks

Definition at line 64 of file TrigBhhComboHypo.h.


The documentation for this class was generated from the following file: