Skip to content

Phys/LoKiArrayFunctors, fix ALLSAMEBPV issue

Vanya Belyaev requested to merge vanya-allsamebpv-v1 into master

! 2016-12-07 - Vanya Belyaev

  • AllSameBestPV
    • remove default constructor

    • change symbol AALLSAMEBPV to be type instead of the instance.. It breaks ancient code (E.g. in StrippingArchive). The fix is trivial

      AALLSAMEBPV -> AALLSAMEBPV( maxdist , maxchi2 , maxfrac ) ,

where parameters maxdist , maxchi2 , maxfrac needs to be defined. To be compatible with (ill-defined) old behaviour, they could be set to -1

Merge request reports