Dear all,
I have another issue. I tried different combinations of PID algorithms and found out a strange thing.
For example if I use following code with "PidAlgoEmcBayes" enabled only
theAnalysis->FillList(eplus, "ElectronVeryTightPlus","PidAlgoEmcBayes");
or another one with many others included
theAnalysis->FillList(eplus, "ElectronVeryTightPlus","PidAlgoEmcBayes;PidAlgoStt;PidAlgoMvd;PidAlgoDrc;PidAlgoDisc;PidAlgoMvd");
then the first case gives me less events compare to the second one. It seems very strange for me. I would expect that by adding new algorithms I should be getting less rather then more events.
Cheers,
Dmitry