1 #ifndef EVENT_LCFLAGIMPL_H
2 #define EVENT_LCFLAGIMPL_H 1
35 virtual bool bitSet(
int index)
const ;
43 virtual void setBit(
int bit) ;
LCFlagImpl()
Constructor initializing flag with 0.
virtual bool bitSet(int index) const
Returns true if bit at given index is set.
virtual ~LCFlagImpl()
Destructor.
virtual void unsetBit(int bit)
Sets bit to 0.
virtual int getFlag() const
Returns the flag word.
Implementation of helper class to create and interpret the 32-bit flag word in LCCollections.
virtual void setBit(int bit)
Sets bit to 1.
Helper class to create and interpret the 32-bit flag word in LCCollections.