2 #ifndef UTIL_BitSet32_H
3 #define UTIL_BitSet32_H 1
int set_bit(int flag, int bit)
Convenient helper to set a bit in a given int - for example: trkHit->setType( set_bit( trkHit->getTy...
BitSet32 & operator=(int val)
Allow assignment from an int.
Convenient helper class for setting single bits in a 32bit-field, such as collection flags or hit typ...
BitSet32 make_bitset32(int bit0)
Convenient helper that creates a BitSet32 with bit0 set.
int unset_bit(int flag, int bit)
Convenient helper to unset a bit in a given int - for example: trkHit->setType( set_bit( trkHit->get...
BitSet32(int val)
Allow to construct this from an int.