56 size_t hash_tmp = std::hash<std::string>()(
name);
57 while ( fObj != lObj && (*fObj)->nameHash() != hash_tmp ) { ++fObj; }
65 size_t hash_tmp = std::hash<std::string>()(
name);
66 while ( fObj != lObj && (*fObj)->nameHash() != hash_tmp ) { ++fObj; }
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)
const_iterator end() const noexcept
const_iterator begin() const noexcept
SG::OwnershipPolicy ownPolicy() const
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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
static bool hasPattern(E bits, F mask)
Generic check for given pattern.