Default memebers in profiler
Just a small modification of the PDF profiler such that one can omit members
, in this case by default all PDF sets will be used, i.e.:
members: [[0,1,end]]
If several PDF sets are provided, one can skip specifying members only for some of them, i.e.:
sets: [HERAPDF20_NNLO_EIG, HERAPDF20_NNLO_VAR, HERAPDF20_NNLO_VAR]
members: [,[0,1,10],[0,11,13]]
(example profilerLHAPDF-HERAPDF20
is modified accordingly)
@aglazov please check, do you think it makes sense to merge?