7#ifndef XAODEVENTINFO_VERSIONS_EVENTAUXINFO_V2_H
8#define XAODEVENTINFO_VERSIONS_EVENTAUXINFO_V2_H
45 size_t capacity)
override;
Variable-sized bitset allowing (mostly) concurrent access.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Variable-sized bitset allowing (mostly) concurrent access.
Common base class for auxiliary info objects.
virtual size_t size() const override
Get the size of the container.
AuxInfoBase(bool allowDynamicVars=true)
Default constructor.
SG::auxid_t auxid_t
The aux ID type definition.
Auxiliary information about the event.
std::vector< std::string > streamTagTypes
virtual bool isDecoration(auxid_t auxid) const override
Test if a particular variable is tagged as a decoration.
uint16_t level1TriggerType
std::vector< char > streamTagObeysLumiblock
void toTransient()
Called after one of these objects is read.
EventAuxInfo_v2()
Default constructor.
virtual void lockDecoration(SG::auxid_t auxid) override
Lock a decoration.
virtual void * getDecoration(SG::auxid_t auxid, size_t size, size_t capacity) override
Return the data vector for one aux data decoration item.
std::vector< std::pair< std::string, std::string > > detDescrTags
CxxUtils::ConcurrentBitset m_decorFlags
Keep track of the event status flags.
uint32_t extendedLevel1ID
std::vector< std::string > streamTagNames
uint32_t eventTypeBitmask
uint32_t timeStampNSOffset
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.