@@ -300,7 +300,7 @@ struct HfTaskFlowCharmHadrons {
300300 void getQvecXic0Tracks (const T1& cand,
301301 std::vector<float >& tracksQx,
302302 std::vector<float >& tracksQy,
303- float & ampl)
303+ const float & ampl)
304304 {
305305 // add possibility to consider different weights for the tracks, at the moment only pT is considered;
306306 float pXTrack0 = cand.pxPosV0Dau ();
@@ -664,15 +664,15 @@ struct HfTaskFlowCharmHadrons {
664664 {
665665 runFlowAnalysis<DecayChannel::DplusToPiKPi>(collision, candidatesDplus);
666666 }
667- PROCESS_SWITCH (HfTaskFlowCharmHadrons, processDplusMl, " Process Dplus candidates with ML" , true );
667+ PROCESS_SWITCH (HfTaskFlowCharmHadrons, processDplusMl, " Process Dplus candidates with ML" , false );
668668
669669 // Dplus with rectangular cuts
670670 void processDplus (CollsWithQvecs::iterator const & collision,
671671 CandDplusData const & candidatesDplus)
672672 {
673673 runFlowAnalysis<DecayChannel::DplusToPiKPi>(collision, candidatesDplus);
674674 }
675- PROCESS_SWITCH (HfTaskFlowCharmHadrons, processDplus, " Process Dplus candidates" , false );
675+ PROCESS_SWITCH (HfTaskFlowCharmHadrons, processDplus, " Process Dplus candidates" , true );
676676
677677 // D0 with ML
678678 void processD0Ml (CollsWithQvecs::iterator const & collision,
0 commit comments