@@ -406,7 +406,7 @@ struct HfTaskCd {
406406 float nSigmaItsDe = 0 .f ;
407407 float nSigmaTofDe = 0 .f , nSigmaTofKa = 0 .f , nSigmaTofPi = 0 .f ;
408408
409- int itsNClusterSizeDe = 0 ;
409+ // int itsNClusterSizeDe = 0;
410410
411411 float tpcSignalsDe = 0 .f ;
412412 float tpcSignalsPi = 0 .f ;
@@ -442,7 +442,7 @@ struct HfTaskCd {
442442 nSigmaTpcPi = candidate.nSigTpcPi2 ();
443443 nSigmaTofPi = candidate.nSigTofPi2 ();
444444 nSigmaItsDe = prong0Its.itsNSigmaDe ();
445- itsNClusterSizeDe = prong0.itsClusterSizes ();
445+ // itsNClusterSizeDe = prong0.itsClusterSizes();
446446 tpcSignalsDe = prong0.tpcSignal ();
447447 tpcSignalsPi = prong2.tpcSignal ();
448448 itsSignalsDe = itsSignal (prong0);
@@ -456,7 +456,7 @@ struct HfTaskCd {
456456 nSigmaTpcPi = candidate.nSigTpcPi0 ();
457457 nSigmaTofPi = candidate.nSigTofPi0 ();
458458 nSigmaItsDe = prong2Its.itsNSigmaDe ();
459- itsNClusterSizeDe = prong2.itsClusterSizes ();
459+ // itsNClusterSizeDe = prong2.itsClusterSizes();
460460 tpcSignalsDe = prong2.tpcSignal ();
461461 tpcSignalsPi = prong0.tpcSignal ();
462462 itsSignalsDe = itsSignal (prong2);
0 commit comments