Skip to content

Boolean variables in MassFitUtils (B2DXFitters)

Vincenzo Battista requested to merge boole into master

Add handling of Boolean variables in MassFitUtils. This requires the usage of boost::container::vector<Boole_t> since standard library vectors of boolean are deprecated. CMakeLists.txt of B2DXFitters is modified accordingly. Also, the MC bootstrapping utilities produced before are added.

Merge request reports