7#ifndef XAODMISSINGET_VERSIONS_MISSINGETCONTAINER_V1_H
8#define XAODMISSINGET_VERSIONS_MISSINGETCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
An STL vector of pointers that by default owns its pointed-to elements.
DataModel_detail::const_iterator< DataVector > const_iterator
DataModel_detail::iterator< DataVector > iterator
DataVector(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
SG::OwnershipPolicy ownPolicy() const
Container for xAOD::MissingET_v1 objects.
const_iterator find(const std::string &name) const
Find non-modifiable MET object by name.
const MissingET_v1 * operator[](const std::string &name) const
Allocate a non-modifiable xAOD::MissingET_v1 object by name.
MissingETContainer_v1(SG::OwnershipPolicy ownPolicy=SG::OWN_ELEMENTS, SG::IndexTrackingPolicy trackIndices=SG::DEFAULT_TRACK_INDICES)
Default constructor.
virtual ~MissingETContainer_v1()
Base class destructor.
Principal data object for Missing ET.
uint64_t bitmask_t
Type for status word bit mask.
@ DEFAULT_TRACK_INDICES
Default value.
@ OWN_ELEMENTS
this data object owns its elements
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.