Skip to content

Commit bd5c173

Browse files
authored
change C to C++ type
1 parent a0f4b20 commit bd5c173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"};

0 commit comments

Comments
 (0)