@@ -112,6 +112,13 @@ struct FlowSP {
112112 ConfigurableAxis axisVz = {" axisVz" , {40 , -10 , 10 }, " v_{z}" };
113113 ConfigurableAxis axisCent = {" axisCent" , {90 , 0 , 90 }, " Centrality(%)" };
114114 ConfigurableAxis axisPhiPlane = {" axisPhiPlane" , {100 , -constants::math::PI, constants::math::PI}, " #Psi" };
115+ ConfigurableAxis axisNch = {" axisNch" , {400 , 0 , 4000 }, " N_{ch}" };
116+ ConfigurableAxis axisT0c = {" axisT0c" , {70 , 0 , 70000 }, " N_{ch} (T0C)" };
117+ ConfigurableAxis axisT0a = {" axisT0a" , {70 , 0 , 70000 }, " N_{ch} (T0A)" };
118+ ConfigurableAxis axisV0a = {" axisV0a" , {70 , 0 , 70000 }, " N_{ch} (V0A)" };
119+ ConfigurableAxis axisMultpv = {" axisMultpv" , {400 , 0 , 4000 }, " N_{ch} (PV)" };
120+ ConfigurableAxis axisShCl = {" axisShCl" , {200 , 0 , 1 }, " Fraction shared cl. TPC" };
121+ ConfigurableAxis axisCl = {" axisCl" , {160 , 0 , 160 }, " Number of cl. TPC" };
115122
116123 Filter collisionFilter = nabs(aod::collision::posZ) < cfgVtxZ;
117124 Filter trackFilter = nabs(aod::track::eta) < cfgEta && aod::track::pt > cfgPtmin&& aod::track::pt < cfgPtmax && ((requireGlobalTrackInFilter()) || (aod::track::isGlobalTrackSDD == (uint8_t ) true )) && nabs(aod::track::dcaXY) < cfgDCAxy&& nabs(aod::track::dcaZ) < cfgDCAz;
@@ -203,13 +210,6 @@ struct FlowSP {
203210
204211 std::vector<double > ptbinning = {0.2 , 0.25 , 0.3 , 0.35 , 0.4 , 0.45 , 0.5 , 0.55 , 0.6 , 0.65 , 0.7 , 0.75 , 0.8 , 0.85 , 0.9 , 0.95 , 1 , 1.1 , 1.2 , 1.3 , 1.4 , 1.5 , 1.6 , 1.7 , 1.8 , 1.9 , 2 , 2.2 , 2.4 , 2.6 , 2.8 , 3 , 3.5 , 4 , 5 , 6 , 8 , 10 };
205212 AxisSpec axisPt = {ptbinning, " #it{p}_{T} GeV/#it{c}" };
206- AxisSpec nchAxis = {400 , 0 , 4000 , " N_{ch}" };
207- AxisSpec t0cAxis = {70 , 0 , 70000 , " N_{ch} (T0C)" };
208- AxisSpec t0aAxis = {70 , 0 , 70000 , " N_{ch} (T0A)" };
209- AxisSpec v0aAxis = {70 , 0 , 70000 , " N_{ch} (V0A)" };
210- AxisSpec multpvAxis = {400 , 0 , 4000 , " N_{ch} (PV)" };
211- AxisSpec shclAxis = {200 , 0 , 1 , " Fraction shared cl. TPC" };
212- AxisSpec clAxis = {160 , 0 , 160 , " Number of cl. TPC" };
213213
214214 int ptbins = ptbinning.size () - 1 ;
215215
@@ -231,13 +231,13 @@ struct FlowSP {
231231 registry.add (" QA/after/hPt_inclusive" , " " , {HistType::kTH1D , {axisPt}});
232232 registry.add (" QA/after/hPt_positive" , " " , {HistType::kTH1D , {axisPt}});
233233 registry.add (" QA/after/hPt_negative" , " " , {HistType::kTH1D , {axisPt}});
234- registry.add (" QA/after/globalTracks_centT0C" , " " , {HistType::kTH2D , {axisCent, nchAxis }});
235- registry.add (" QA/after/PVTracks_centT0C" , " " , {HistType::kTH2D , {axisCent, multpvAxis }});
236- registry.add (" QA/after/globalTracks_PVTracks" , " " , {HistType::kTH2D , {multpvAxis, nchAxis }});
237- registry.add (" QA/after/globalTracks_multT0A" , " " , {HistType::kTH2D , {t0aAxis, nchAxis }});
238- registry.add (" QA/after/globalTracks_multV0A" , " " , {HistType::kTH2D , {v0aAxis, nchAxis }});
239- registry.add (" QA/after/multV0A_multT0A" , " " , {HistType::kTH2D , {t0aAxis, v0aAxis }});
240- registry.add (" QA/after/multT0C_centT0C" , " " , {HistType::kTH2D , {axisCent, t0cAxis }});
234+ registry.add (" QA/after/globalTracks_centT0C" , " " , {HistType::kTH2D , {axisCent, axisNch }});
235+ registry.add (" QA/after/PVTracks_centT0C" , " " , {HistType::kTH2D , {axisCent, axisMultpv }});
236+ registry.add (" QA/after/globalTracks_PVTracks" , " " , {HistType::kTH2D , {axisMultpv, axisNch }});
237+ registry.add (" QA/after/globalTracks_multT0A" , " " , {HistType::kTH2D , {axisT0a, axisNch }});
238+ registry.add (" QA/after/globalTracks_multV0A" , " " , {HistType::kTH2D , {axisV0a, axisNch }});
239+ registry.add (" QA/after/multV0A_multT0A" , " " , {HistType::kTH2D , {axisT0a, axisV0a }});
240+ registry.add (" QA/after/multT0C_centT0C" , " " , {HistType::kTH2D , {axisCent, axisT0c }});
241241
242242 registry.add (" QA/after/CentFT0C_vs_CentFT0Cvariant1" , " ; Cent FT0C (%); Cent FT0Cvariant1 (%) " , {HistType::kTH2D , {axisCent, axisCent}});
243243 registry.add (" QA/after/CentFT0C_vs_CentFT0M" , " ; Cent FT0C (%); Cent FT0M (%) " , {HistType::kTH2D , {axisCent, axisCent}});
@@ -348,8 +348,8 @@ struct FlowSP {
348348 registry.add <TH3>(" incl/QA/hPhi_Eta_vz" , " " , kTH3D , {axisPhi, axisEta, axisVz});
349349 registry.add <TH2>(" incl/QA/hDCAxy_pt" , " " , kTH2D , {axisPt, axisDCAxy});
350350 registry.add <TH2>(" incl/QA/hDCAz_pt" , " " , kTH2D , {axisPt, axisDCAz});
351- registry.add (" incl/QA/hSharedClusters_pt" , " " , {HistType::kTH2D , {axisPt, shclAxis }});
352- registry.add (" incl/QA/hCrossedRows_pt" , " " , {HistType::kTH2D , {axisPt, clAxis }});
351+ registry.add (" incl/QA/hSharedClusters_pt" , " " , {HistType::kTH2D , {axisPt, axisShCl }});
352+ registry.add (" incl/QA/hCrossedRows_pt" , " " , {HistType::kTH2D , {axisPt, axisCl }});
353353
354354 }
355355 }
0 commit comments