@@ -77,7 +77,6 @@ struct FlowZdcTask {
7777 Configurable<int > nBinsZP{" nBinsZP" , 160 , " N bins ZP" };
7878 Configurable<float > minNch{" minNch" , 0 , " Min Nch (|eta|<0.8)" };
7979 Configurable<float > maxNch{" maxNch" , 2500 , " Max Nch (|eta|<0.8)" };
80- Configurable<float > oneNeutron{" oneNeutron" , 1.0 , " one neutron, energy or integer" };
8180 Configurable<int > nBinsTDC{" nBinsTDC" , 150 , " nbinsTDC" };
8281 Configurable<float > minTdc{" minTdc" , -15.0 , " minimum TDC" };
8382 Configurable<float > maxTdc{" maxTdc" , 15.0 , " maximum TDC" };
@@ -96,7 +95,6 @@ struct FlowZdcTask {
9695 Configurable<bool > applyEff{" applyEff" , true , " Apply track-by-track efficiency correction" };
9796 Configurable<bool > applyFD{" applyFD" , false , " Apply track-by-track feed down correction" };
9897 Configurable<bool > correctNch{" correctNch" , true , " Correct also Nch" };
99- Configurable<bool > isOneNeutronFound{" isOneNeutronFound" , false , " Require at least 1 neutron in ZNA/ZNC to fill ZPA/ZPC" };
10098
10199 Configurable<float > nSigmaNchCut{" nSigmaNchCut" , 1 ., " nSigma Nch selection" };
102100 Configurable<double > minNchSel{" minNchSel" , 5 ., " min Nch Selection" };
0 commit comments