1 #ifndef PhysicsTools_MVAComputer_BitSet_h
2 #define PhysicsTools_MVAComputer_BitSet_h
18 namespace PhysicsTools {
53 inline operator bool()
const {
return *
word &
mask; }
80 inline operator bool()
const {
return store <
end; }
112 {
Iterator orig = *
this; ++*
this;
return orig; }
118 begin(begin),
store(begin), end(end),
pos(0)
119 {
if (
store < end && !(*
store & 1)) ++*
this; }
203 #endif // PhysicsTools_MVAComputer_BitSet_h