1 #ifndef EVENT_LCFLAGIMPL_H
2 #define EVENT_LCFLAGIMPL_H 1
4 #include "EVENT/LCFlag.h"
35 virtual bool bitSet(
int index)
const ;
43 virtual void setBit(
int bit) ;
LCFlagImpl()
Constructor initializing flag with 0.
Definition: LCFlagImpl.cc:8
virtual bool bitSet(int index) const
Returns true if bit at given index is set.
Definition: LCFlagImpl.cc:13
virtual ~LCFlagImpl()
Destructor.
Definition: LCFlagImpl.h:31
virtual void unsetBit(int bit)
Sets bit to 0.
Definition: LCFlagImpl.cc:28
virtual int getFlag() const
Returns the flag word.
Definition: LCFlagImpl.cc:15
Implementation of helper class to create and interpret the 32-bit flag word in LCCollections.
Definition: LCFlagImpl.h:15
virtual void setBit(int bit)
Sets bit to 1.
Definition: LCFlagImpl.cc:18
Helper class to create and interpret the 32-bit flag word in LCCollections.
Definition: LCFlag.h:19