ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
xAODMaker::ElementLinkResetAlg::AuxIDType Class Reference

Helper class for caching auxiliary ID types. More...

Collaboration diagram for xAODMaker::ElementLinkResetAlg::AuxIDType:

Public Member Functions

 AuxIDType ()
 

Public Attributes

bool isSet
 Flag for whether this type was already set up. More...
 
bool isEL
 True if the type is an ElementLink. More...
 
bool isELVec
 True of the type is an ElementLink vector. More...
 

Detailed Description

Helper class for caching auxiliary ID types.

Definition at line 59 of file ElementLinkResetAlg.h.

Constructor & Destructor Documentation

◆ AuxIDType()

xAODMaker::ElementLinkResetAlg::AuxIDType::AuxIDType ( )

Definition at line 189 of file ElementLinkResetAlg.cxx.

190  : isSet( false ), isEL( false ), isELVec( false ) {
191 
192  }

Member Data Documentation

◆ isEL

bool xAODMaker::ElementLinkResetAlg::AuxIDType::isEL

True if the type is an ElementLink.

Definition at line 63 of file ElementLinkResetAlg.h.

◆ isELVec

bool xAODMaker::ElementLinkResetAlg::AuxIDType::isELVec

True of the type is an ElementLink vector.

Definition at line 64 of file ElementLinkResetAlg.h.

◆ isSet

bool xAODMaker::ElementLinkResetAlg::AuxIDType::isSet

Flag for whether this type was already set up.

Definition at line 62 of file ElementLinkResetAlg.h.


The documentation for this class was generated from the following files:
xAODMaker::ElementLinkResetAlg::AuxIDType::isELVec
bool isELVec
True of the type is an ElementLink vector.
Definition: ElementLinkResetAlg.h:64
xAODMaker::ElementLinkResetAlg::AuxIDType::isEL
bool isEL
True if the type is an ElementLink.
Definition: ElementLinkResetAlg.h:63
xAODMaker::ElementLinkResetAlg::AuxIDType::isSet
bool isSet
Flag for whether this type was already set up.
Definition: ElementLinkResetAlg.h:62