@@ -231,15 +231,15 @@ struct EbyeMaker {
231231 Configurable<LabeledArray<double >> cfgBetheBlochParamsITS{" cfgBetheBlochParamsITS" , {betheBlochDefaultITS, 1 , 6 , particleName, betheBlochParNames}, " ITS Bethe-Bloch parameterisation for deuteron" };
232232
233233 ConfigurableAxis centAxis{" centAxis" , {106 , 0 , 106 }, " binning for the centrality" };
234- ConfigurableAxis zVtxAxis{" zVtxAxis " , {100 , -20 .f , 20 .f }, " Binning for the vertex z in cm" };
234+ ConfigurableAxis zVtxAxis{" zVtxBins " , {100 , -20 .f , 20 .f }, " Binning for the vertex z in cm" };
235235 ConfigurableAxis multAxis{" multAxis" , {100 , 0 , 10000 }, " Binning for the multiplicity axis" };
236236 ConfigurableAxis multFt0Axis{" multFt0Axis" , {100 , 0 , 100000 }, " Binning for the ft0 multiplicity axis" };
237237
238238 // binning of (anti)lambda mass QA histograms
239239 ConfigurableAxis massLambdaAxis{" massLambdaAxis" , {400 , o2::constants::physics::MassLambda0 - 0 .03f , o2::constants::physics::MassLambda0 + 0 .03f }, " binning for the lambda invariant-mass" };
240240
241241 // binning of PID QA histograms
242- ConfigurableAxis momAxis{" momAxis " , {5 .e2 , 0 .f , 5 .f }, " momentum axis binning" };
242+ ConfigurableAxis momAxis{" momAxisFine " , {5 .e2 , 0 .f , 5 .f }, " momentum axis binning" };
243243 ConfigurableAxis tpcAxis{" tpcAxis" , {4 .e2 , 0 .f , 4 .e3f }, " tpc signal axis binning" };
244244 ConfigurableAxis tofMassAxis{" tofMassAxis" , {1000 , 0 ., 3 .f }, " tof mass axis" };
245245
@@ -249,7 +249,7 @@ struct EbyeMaker {
249249 Configurable<float > outerPIDMin{" outerPIDMin" , -4 .f , " minimum outer PID" };
250250
251251 Configurable<bool > storeTracksNum{" storeTracksNum" , false , " store the number of tracks instead of tracklets" };
252- Configurable<std::string> genName{" genName " , " " , " Genearator name: HIJING, PYTHIA8, ... Default: \"\" " };
252+ Configurable<std::string> genName{" genname " , " " , " Genearator name: HIJING, PYTHIA8, ... Default: \"\" " };
253253
254254 Configurable<uint8_t > triggerCut{" triggerCut" , 0x0 , " trigger cut to select" };
255255 Configurable<bool > kINT7Intervals {" kINT7Intervals" , false , " toggle kINT7 trigger selection in the 10-30% and 50-90% centrality intervals (2018 Pb-Pb)" };
@@ -268,37 +268,37 @@ struct EbyeMaker {
268268 Configurable<float > lambdaPtMax{" lambdaPtMax" , 4 .f , " maximum (anti)lambda pT (GeV/c)" };
269269
270270 Configurable<float > trackNcrossedRows{" trackNcrossedRows" , 70 , " Minimum number of crossed TPC rows" };
271- Configurable<float > trackNclusItsCut{" trackNclusItsCut " , 2 , " Minimum number of ITS clusters" };
272- Configurable<float > trackNclusTpcCut{" trackNclusTpcCut " , 60 , " Minimum number of TPC clusters" };
271+ Configurable<float > trackNclusItsCut{" trackNclusITScut " , 2 , " Minimum number of ITS clusters" };
272+ Configurable<float > trackNclusTpcCut{" trackNclusTPCcut " , 60 , " Minimum number of TPC clusters" };
273273 Configurable<float > trackChi2Cut{" trackChi2Cut" , 4 .f , " Maximum chi2/ncls in TPC" };
274274 Configurable<LabeledArray<float >> cfgDcaSels{" cfgDcaSels" , {dcaSels, 1 , 3 , particleName, dcaSelsNames}, " DCA selections" };
275275
276276 Configurable<float > v0trackNcrossedRows{" v0trackNcrossedRows" , 100 , " Minimum number of crossed TPC rows for V0 daughter" };
277- Configurable<float > v0trackNclusItsCut{" v0trackNclusItsCut " , 0 , " Minimum number of ITS clusters for V0 daughter" };
278- Configurable<float > v0trackNclusTpcCut{" v0trackNclusTpcCut " , 100 , " Minimum number of TPC clusters for V0 daughter" };
277+ Configurable<float > v0trackNclusItsCut{" v0trackNclusITScut " , 0 , " Minimum number of ITS clusters for V0 daughter" };
278+ Configurable<float > v0trackNclusTpcCut{" v0trackNclusTPCcut " , 100 , " Minimum number of TPC clusters for V0 daughter" };
279279 Configurable<float > v0trackNsharedClusTpc{" v0trackNsharedClusTpc" , 5 , " Maximum number of shared TPC clusters for V0 daughter" };
280280 Configurable<bool > v0requireITSrefit{" v0requireITSrefit" , false , " require ITS refit for V0 daughter" };
281281 Configurable<float > vetoMassK0Short{" vetoMassK0Short" , 0 .01f , " veto for V0 compatible with K0s mass" };
282282 Configurable<float > v0radiusMax{" v0radiusMax" , 100 .f , " maximum V0 radius eccepted" };
283283
284284 Configurable<float > antidNsigmaTpcCutLow{" antidNsigmaTpcCutLow" , -4 .f , " TPC PID cut low" };
285285 Configurable<float > antidNsigmaTpcCutUp{" antidNsigmaTpcCutUp" , 4 .f , " TPC PID cut up" };
286- Configurable<float > antidTpcInnerParamMax{" antidTpcInnerParamMax " , 0 .f , " (temporary) tpc inner param cut" };
287- Configurable<float > antidTofMassMax{" antidTofMassMax " , 0 .3f , " (temporary) tof mass cut" };
286+ Configurable<float > antidTpcInnerParamMax{" tpcInnerParamMax " , 0 .f , " (temporary) tpc inner param cut" };
287+ Configurable<float > antidTofMassMax{" tofMassMax " , 0 .3f , " (temporary) tof mass cut" };
288288
289289 Configurable<float > antipNsigmaTpcCutLow{" antipNsigmaTpcCutLow" , -4 .f , " TPC PID cut low" };
290290 Configurable<float > antipNsigmaTpcCutUp{" antipNsigmaTpcCutUp" , 4 .f , " TPC PID cut up" };
291291 Configurable<float > antipTpcInnerParamMax{" antipTpcInnerParamMax" , 0 .f , " (temporary) tpc inner param cut" };
292292 Configurable<float > antipTofMassMax{" antipTofMassMax" , 0 .3f , " (temporary) tof mass cut" };
293293 Configurable<float > tofMassMaxQA{" tofMassMaxQA" , 0 .6f , " (temporary) tof mass cut (for QA histograms)" };
294294
295- Configurable<float > v0settingDcaV0Dau{" v0settingDcaV0Dau " , 0 .5f , " DCA V0 Daughters" };
296- Configurable<float > v0settingDcaV0Pv{" v0settingDcaV0Pv " , 1 .f , " DCA V0 to Pv" };
297- Configurable<float > v0settingDcaDaughToPv{" v0settingDcaDaughToPv " , 0 .1f , " DCA Pos To PV" };
298- Configurable<double > v0settingCosPa{" v0settingCosPa " , 0 .99f , " V0 CosPA" };
299- Configurable<float > v0settingRadius{" v0settingRadius " , 5 .f , " v0radius" };
300- Configurable<float > v0settingLifetime{" v0settingLifetime " , 40 .f , " v0 lifetime cut" };
301- Configurable<float > v0settingNSigmaTpc{" v0settingNSigmaTpc " , 4 .f , " nsigmatpc" };
295+ Configurable<float > v0settingDcaV0Dau{" v0setting_dcav0dau " , 0 .5f , " DCA V0 Daughters" };
296+ Configurable<float > v0settingDcaV0Pv{" v0setting_dcav0pv " , 1 .f , " DCA V0 to Pv" };
297+ Configurable<float > v0settingDcaDaughToPv{" v0setting_dcadaughtopv " , 0 .1f , " DCA Pos To PV" };
298+ Configurable<double > v0settingCosPa{" v0setting_cospa " , 0 .99f , " V0 CosPA" };
299+ Configurable<float > v0settingRadius{" v0setting_radius " , 5 .f , " v0radius" };
300+ Configurable<float > v0settingLifetime{" v0setting_lifetime " , 40 .f , " v0 lifetime cut" };
301+ Configurable<float > v0settingNSigmaTpc{" v0setting_nsigmatpc " , 4 .f , " nsigmatpc" };
302302 Configurable<float > lambdaMassCut{" lambdaMassCut" , 0 .02f , " maximum deviation from PDG mass (for QA histograms)" };
303303
304304 Configurable<bool > constDCASel{" constDCASel" , true , " use DCA selections independent of pt" };
0 commit comments