ATLAS Offline Software
Loading...
Searching...
No Matches
EventReco::InputsPack Struct Reference

This struct stores the input objects needed to build the graph after reading and filtering the xAOD containers. More...

#include <RunHyPERAlg.h>

Collaboration diagram for EventReco::InputsPack:

Public Member Functions

 InputsPack ()=default
void clear ()

Public Attributes

ConstDataVector< xAOD::ElectronContainer > m_electrons
ConstDataVector< xAOD::MuonContainer > m_muons
ConstDataVector< xAOD::JetContainer > m_jets
const xAOD::MissingETContainer * m_met = nullptr

Detailed Description

This struct stores the input objects needed to build the graph after reading and filtering the xAOD containers.

Definition at line 47 of file RunHyPERAlg.h.

Constructor & Destructor Documentation

◆ InputsPack()

EventReco::InputsPack::InputsPack ( )
default

Member Function Documentation

◆ clear()

void EventReco::InputsPack::clear ( )
inline

Definition at line 55 of file RunHyPERAlg.h.

55 {
56 m_electrons.clear();
57 m_muons.clear();
58 m_jets.clear();
59 }
ConstDataVector< xAOD::ElectronContainer > m_electrons
Definition RunHyPERAlg.h:48
ConstDataVector< xAOD::JetContainer > m_jets
Definition RunHyPERAlg.h:50
ConstDataVector< xAOD::MuonContainer > m_muons
Definition RunHyPERAlg.h:49

Member Data Documentation

◆ m_electrons

ConstDataVector<xAOD::ElectronContainer> EventReco::InputsPack::m_electrons

Definition at line 48 of file RunHyPERAlg.h.

◆ m_jets

ConstDataVector<xAOD::JetContainer> EventReco::InputsPack::m_jets

Definition at line 50 of file RunHyPERAlg.h.

◆ m_met

const xAOD::MissingETContainer* EventReco::InputsPack::m_met = nullptr

Definition at line 51 of file RunHyPERAlg.h.

◆ m_muons

ConstDataVector<xAOD::MuonContainer> EventReco::InputsPack::m_muons

Definition at line 49 of file RunHyPERAlg.h.


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