8 #define EVENT_LCFLAG_H 1
27 virtual bool bitSet(
int index)
const = 0;
31 virtual int getFlag()
const = 0;
35 virtual void setBit(
int bit) = 0;
virtual int getFlag() const =0
Returns the flag word.
virtual ~LCFlag()
Destructor.
Definition: LCFlag.h:23
Helper class to create and interpret the 32-bit flag word in LCCollections.
Definition: LCFlag.h:19
virtual void setBit(int bit)=0
Sets bit to 1.
virtual bool bitSet(int index) const =0
Returns true if bit at given index is set.
virtual void unsetBit(int bit)=0
Sets bit to 0.