@@ -100,14 +100,14 @@ struct NucleiHistTask {
100100 spectra.add (" histRecVtxZData" , " collision z position" , HistType::kTH1F , {{200 , -20 ., +20 ., " z position (cm)" }});
101101 spectra.add (" histTpcSignalData" , " Specific energy loss" , HistType::kTH2F , {{600 , -6 ., 6 ., " #it{p} (GeV/#it{c})" }, {1400 , 0 , 1400 , " d#it{E} / d#it{X} (a. u.)" }});
102102 spectra.add (" histTofSignalData" , " TOF signal" , HistType::kTH2F , {{600 , -6 ., 6 ., " #it{p} (GeV/#it{c})" }, {550 , 0.0 , 1.1 , " #beta (TOF)" }});
103- spectra.add (" histDcaVsPtData_particle" , " dcaXY vs Pt (particle)" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
104- spectra.add (" histDcaZVsPtData_particle" , " dcaZ vs Pt (particle)" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
105- spectra.add (" histDcaVsPtData_wo_ambiguous_particle" , " dcaXY vs Pt (particle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
106- spectra.add (" histDcaZVsPtData_wo_ambiguous_particle" , " dcaZ vs Pt (particle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
107- spectra.add (" histDcaVsPtData_antiparticle" , " dcaXY vs Pt (antiparticle)" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
108- spectra.add (" histDcaZVsPtData_antiparticle" , " dcaZ vs Pt (antiparticle)" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
109- spectra.add (" histDcaVsPtData_wo_ambiguous_antiparticle" , " dcaXY vs Pt (antiparticle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
110- spectra.add (" histDcaZVsPtData_wo_ambiguous_antiparticle" , " dcaZ vs Pt (antiparticle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.1 , 0.1 , " dca" }});
103+ spectra.add (" histDcaVsPtData_particle" , " dcaXY vs Pt (particle)" , HistType::kTH2F , {ptAxis, {200 , -0.5 , 0.5 , " dca" }});
104+ spectra.add (" histDcaZVsPtData_particle" , " dcaZ vs Pt (particle)" , HistType::kTH2F , {ptAxis, {200 , -2.0 , 2.0 , " dca" }});
105+ spectra.add (" histDcaVsPtData_wo_ambiguous_particle" , " dcaXY vs Pt (particle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.5 , 0.5 , " dca" }});
106+ spectra.add (" histDcaZVsPtData_wo_ambiguous_particle" , " dcaZ vs Pt (particle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -2.0 , 2.0 , " dca" }});
107+ spectra.add (" histDcaVsPtData_antiparticle" , " dcaXY vs Pt (antiparticle)" , HistType::kTH2F , {ptAxis, {200 , -0.5 , 0.5 , " dca" }});
108+ spectra.add (" histDcaZVsPtData_antiparticle" , " dcaZ vs Pt (antiparticle)" , HistType::kTH2F , {ptAxis, {200 , -2.0 , 2.0 , " dca" }});
109+ spectra.add (" histDcaVsPtData_wo_ambiguous_antiparticle" , " dcaXY vs Pt (antiparticle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -0.5 , 0.5 , " dca" }});
110+ spectra.add (" histDcaZVsPtData_wo_ambiguous_antiparticle" , " dcaZ vs Pt (antiparticle) w/o ambiguous" , HistType::kTH2F , {ptAxis, {200 , -2.0 , 2.0 , " dca" }});
111111 spectra.add (" histTOFm2" , " TOF m^2 vs Pt" , HistType::kTH2F , {ptAxis, {400 , 0.0 , 10.0 , " m^2" }});
112112
113113 spectra.add (" histNClusterTPC" , " Number of Clusters in TPC vs Pt" , HistType::kTH2F , {ptAxis, {160 , 0.0 , 160.0 , " nCluster" }});
@@ -599,7 +599,6 @@ struct NucleiHistTask {
599599 track.passedITSChi2NDF (),
600600 track.passedTPCChi2NDF (),
601601 track.passedITSNCls (),
602- track.passedTPCNCls (),
603602 0 .,
604603 0 .,
605604 0 .,
0 commit comments