![]() |
ATLAS Offline Software
|
This struct stores the input objects needed to build the graph after reading and filtering the xAOD containers. More...
#include <RunHyPERAlg.h>
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 |
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.
|
default |
|
inline |
Definition at line 55 of file RunHyPERAlg.h.
| ConstDataVector<xAOD::ElectronContainer> EventReco::InputsPack::m_electrons |
Definition at line 48 of file RunHyPERAlg.h.
| ConstDataVector<xAOD::JetContainer> EventReco::InputsPack::m_jets |
Definition at line 50 of file RunHyPERAlg.h.
| const xAOD::MissingETContainer* EventReco::InputsPack::m_met = nullptr |
Definition at line 51 of file RunHyPERAlg.h.
| ConstDataVector<xAOD::MuonContainer> EventReco::InputsPack::m_muons |
Definition at line 49 of file RunHyPERAlg.h.