Helper class to create and interpret the 32-bit flag word in LCCollections. More...
#include <pre-generated/EVENT/LCFlag.h>
Public Member Functions | |
virtual | ~LCFlag () |
Destructor. | |
virtual bool | bitSet (int index) const =0 |
Returns true if bit at given index is set. | |
virtual int | getFlag () const =0 |
Returns the flag word. | |
virtual void | setBit (int bit)=0 |
Sets bit to 1. | |
virtual void | unsetBit (int bit)=0 |
Sets bit to 0. | |
Helper class to create and interpret the 32-bit flag word in LCCollections.
Bits are defined in class LCIO.