File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
PWGLF/TableProducer/Nuspex Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ struct EbyeMaker {
201201 Configurable<float > etaMaxV0dau{" etaMaxV0dau" , 0 .8f , " maximum eta V0 daughters" };
202202 Configurable<float > outerPIDMin{" outerPIDMin" , -4 .f , " minimum outer PID" };
203203
204- Configurable<short > cutChargeNtracks{" cutChargeNtracks" , " -2" , " lower value of the track charge to add in the output counter variable" };
204+ Configurable<int8_t > cutChargeNtracks{" cutChargeNtracks" , " -2" , " lower value of the track charge to add in the output counter variable" };
205205 Configurable<bool > useAllEvSel{" useAllEvSel" , false , " use additional event selections fo run 3 analyses" };
206206 Configurable<uint8_t > triggerCut{" triggerCut" , 0x0 , " trigger cut to select" };
207207 Configurable<bool > kINT7Intervals {" kINT7Intervals" , false , " toggle kINT7 trigger selection in the 10-30% and 50-90% centrality intervals (2018 Pb-Pb)" };
You can’t perform that action at this time.
0 commit comments