86#define DET_FLAG(VAR) \
87 AUX_VARIABLE( VAR, SG::AuxTypeRegistry::Flags::Atomic ); \
89 static const auxid_t auxid = \
90 getAuxID( #VAR, VAR, \
91 SG::AuxTypeRegistry::Flags::Atomic ); \
92 m_decorFlags.insert( auxid ); \
166 static const std::vector<SG::auxid_t> flagIds (
m_decorFlags.begin(),
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
virtual void lockDecoration(SG::auxid_t auxid) override
Lock a decoration.
virtual size_t size() const override
Get the size of the container.
AuxInfoBase(bool allowDynamicVars=true)
Default constructor.
virtual bool isDecoration(auxid_t auxid) const override
Test if a variable is a decoration.
virtual const void * getData(auxid_t auxid) const override
Get a pointer to a given array.
virtual void * getDecoration(auxid_t auxid, size_t size, size_t capacity) override
Get a pointer to a given array, as a decoration.
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.