6#ifndef XAODCORE_AUXPERSVECTOR_H
7#define XAODCORE_AUXPERSVECTOR_H
27 template<
class T,
class VEC=std::vector< T > >
38 virtual std::unique_ptr<SG::IAuxTypeVector>
clone()
const override {
39 return std::make_unique<AuxPersVector<T, VEC> >(*this);
Handle mappings between names and auxid_t.
Implementation of IAuxTypeVector for specific types.
Abstract interface for setting a option on a aux data container.
Implementation of IAuxTypeVector for specific types.
AuxTypeVectorHolder(auxid_t auxid, vector_type *vecPtr, bool ownFlag, bool isLinked)
Interface for non-const operations on an auxiliary store.
virtual std::unique_ptr< SG::IAuxTypeVector > clone() const override
Make a copy of this vector.
AuxPersVector(SG::auxid_t auxid, vector_type vec, bool isLinked, SG::IAuxStore *)
Constructor.
VEC & vector_type
Convenience type definition.
size_t auxid_t
Identifier for a particular aux data item.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.