Skip to content

Commit ea1ab09

Browse files
committed
Please consider the following formatting changes
1 parent 13d61ef commit ea1ab09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/HFC/TableProducer/producerCharmHadronsTrackFemtoDream.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ struct HfProducerCharmHadronsTrackFemtoDream {
154154
Configurable<float> nSigmaTpcElMin{"nSigmaTpcElMin", 3.f, "Kaon PID Method1: require |nSigmaTpcEl| > this (electron)"};
155155
Configurable<float> nSigmaCombKaMax{"nSigmaCombKaMax", 3.f, "Kaon PID Method2: require |nSigmaCombKa| < this"};
156156
Configurable<float> nSigmaCombKaTightMax{"nSigmaCombKaTightMax", 2.f, "Kaon PID Method2: for p > pTrackTightMin require |nSigmaCombKa| < this"};
157-
Configurable<float> {"", 6.f, "Kaon PID Method2: for p > pTrackTightMin require |nSigmaCombPi| < this"};
157+
Configurable<float>{"", 6.f, "Kaon PID Method2: for p > pTrackTightMin require |nSigmaCombPi| < this"};
158158
} kaonPidSel;
159159

160160
Configurable<bool> isDebug{"isDebug", true, "Enable Debug tables"};

0 commit comments

Comments
 (0)