1 #ifndef PhysicsTools_MVAComputer_BitSet_h
2 #define PhysicsTools_MVAComputer_BitSet_h
19 namespace PhysicsTools {
54 inline operator bool()
const {
return *
word &
mask; }
81 inline operator bool()
const {
return store <
end; }
113 {
Iterator orig = *
this; ++*
this;
return orig; }
119 begin(begin),
store(begin), end(end),
pos(0)
120 {
if (
store < end && !(*
store & 1)) ++*
this; }
204 #endif // PhysicsTools_MVAComputer_BitSet_h