Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
36 m_decorFlags (
SG::auxid_set_size_hint)
64 #define DET_FLAG(VAR) \
65 AUX_VARIABLE( VAR, SG::AuxTypeRegistry::Flags::Atomic ); \
67 static const auxid_t auxid = \
68 getAuxID( #VAR, VAR, \
69 SG::AuxTypeRegistry::Flags::Atomic ); \
70 m_decorFlags.insert( auxid ); \
Common base class for auxiliary info objects.
std::vector< std::string > streamTagNames
const_iterator end() const
Return an end iterator.
virtual size_t size() const override
Get the size of the container.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
setEventNumber setTimeStamp setBCID detectorMask1
std::vector< std::pair< std::string, std::string > > detDescrTags
std::vector< char > streamTagObeysLumiblock
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.
virtual bool isDecoration(auxid_t auxid) const override
Test if a variable is a decoration.
size_t auxid_t
Identifier for a particular aux data item.
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
ConcurrentBitset & reset(bit_t bit)
Turn off one bit.
void toTransient()
Called after one of these objects is read.
virtual bool isDecoration(auxid_t auxid) const override
Test if a particular variable is tagged as a decoration.
EventAuxInfo_v3()
Default constructor.
const_iterator begin() const
Return a begin iterator.
uint32_t eventTypeBitmask
uint32_t timeStampNSOffset
uint16_t level1TriggerType
setEventNumber setTimeStamp bcid
virtual void lockDecoration(SG::auxid_t auxid) override
Lock a decoration.
virtual void lockDecoration(SG::auxid_t auxid) override
Lock a decoration.
CxxUtils::ConcurrentBitset m_decorFlags
Keep track of the event status flags.
virtual void * getDecoration(SG::auxid_t auxid, size_t size, size_t capacity) override
Return the data vector for one aux data decoration item.
uint32_t extendedLevel1ID
setEventNumber setTimeStamp setBCID setDetectorMask1 detectorMask3
std::vector< std::string > streamTagTypes
bool test(bit_t bit) const
Test to see if a bit is set.