Fix boost::container warnings
Wraps Bool_t in a class ("SmartBool") and create std::vector of this class instead of Bool_t. This fix the warnings in the compilation and allows to avoid problematic vectors of Bool_t.
Wraps Bool_t in a class ("SmartBool") and create std::vector of this class instead of Bool_t. This fix the warnings in the compilation and allows to avoid problematic vectors of Bool_t.