@@ -119,9 +119,9 @@ struct kstarInOO {
119119 // HISTOGRAMS
120120 const AxisSpec axisEta{30 , -1.5 , +1.5 , " #eta" };
121121 const AxisSpec axisPhi{200 , -1 , +7 , " #phi" };
122- const AxisSpec PtAxis = {200 , 0 , 20.0 };
123- const AxisSpec PIDAxis = {120 , -6 , 6 };
124- const AxisSpec MinvAxis = {cfgMinvNBins, cfgMinvMin, cfgMinvMax};
122+ const AxisSpec ptAxis = {200 , 0 , 20.0 };
123+ const AxisSpec pidAxis = {120 , -6 , 6 };
124+ const AxisSpec minvAxis = {cfgMinvNBins, cfgMinvMin, cfgMinvMax};
125125
126126 if (cfgEventCutQA) {
127127 histos.add (" hPosZ_BC" , " hPosZ_Bc" , kTH1F , {{100 , 0.0 , 15.0 }});
@@ -135,32 +135,32 @@ struct kstarInOO {
135135 // histos.add("h_eta", "h_eta", kTH1F, {axisEta});
136136 // histos.add("h_phi", "h_phi", kTH1F, {axisPhi});
137137
138- histos.add (" QA_nSigma_pion_TPC_BC" , " QA_nSigma_pion_TPC_BC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
139- histos.add (" QA_nSigma_pion_TOF_BC" , " QA_nSigma_pion_TOF_BC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
140- histos.add (" QA_pion_TPC_TOF_BC" , " QA_pion_TPC_TOF_BC" , {HistType::kTH2F , {PIDAxis, PIDAxis }});
138+ histos.add (" QA_nSigma_pion_TPC_BC" , " QA_nSigma_pion_TPC_BC" , {HistType::kTH2F , {ptAxis, pidAxis }});
139+ histos.add (" QA_nSigma_pion_TOF_BC" , " QA_nSigma_pion_TOF_BC" , {HistType::kTH2F , {ptAxis, pidAxis }});
140+ histos.add (" QA_pion_TPC_TOF_BC" , " QA_pion_TPC_TOF_BC" , {HistType::kTH2F , {pidAxis, pidAxis }});
141141
142- histos.add (" QA_nSigma_pion_TPC_AC" , " QA_nSigma_pion_TPC_AC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
143- histos.add (" QA_nSigma_pion_TOF_AC" , " QA_nSigma_pion_TOF_AC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
144- histos.add (" QA_pion_TPC_TOF_AC" , " QA_pion_TPC_TOF_AC" , {HistType::kTH2F , {PIDAxis, PIDAxis }});
142+ histos.add (" QA_nSigma_pion_TPC_AC" , " QA_nSigma_pion_TPC_AC" , {HistType::kTH2F , {ptAxis, pidAxis }});
143+ histos.add (" QA_nSigma_pion_TOF_AC" , " QA_nSigma_pion_TOF_AC" , {HistType::kTH2F , {ptAxis, pidAxis }});
144+ histos.add (" QA_pion_TPC_TOF_AC" , " QA_pion_TPC_TOF_AC" , {HistType::kTH2F , {pidAxis, pidAxis }});
145145
146- histos.add (" QA_nSigma_kaon_TPC_BC" , " QA_nSigma_kaon_TPC_BC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
147- histos.add (" QA_nSigma_kaon_TOF_BC" , " QA_nSigma_kaon_TOF_BC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
148- histos.add (" QA_kaon_TPC_TOF_BC" , " QA_kaon_TPC_TOF_BC" , {HistType::kTH2F , {PIDAxis, PIDAxis }});
146+ histos.add (" QA_nSigma_kaon_TPC_BC" , " QA_nSigma_kaon_TPC_BC" , {HistType::kTH2F , {ptAxis, pidAxis }});
147+ histos.add (" QA_nSigma_kaon_TOF_BC" , " QA_nSigma_kaon_TOF_BC" , {HistType::kTH2F , {ptAxis, pidAxis }});
148+ histos.add (" QA_kaon_TPC_TOF_BC" , " QA_kaon_TPC_TOF_BC" , {HistType::kTH2F , {pidAxis, pidAxis }});
149149
150- histos.add (" QA_nSigma_kaon_TPC_AC" , " QA_nSigma_kaon_TPC_AC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
151- histos.add (" QA_nSigma_kaon_TOF_AC" , " QA_nSigma_kaon_TOF_AC" , {HistType::kTH2F , {PtAxis, PIDAxis }});
152- histos.add (" QA_kaon_TPC_TOF_AC" , " QA_kaon_TPC_TOF_AC" , {HistType::kTH2F , {PIDAxis, PIDAxis }});
150+ histos.add (" QA_nSigma_kaon_TPC_AC" , " QA_nSigma_kaon_TPC_AC" , {HistType::kTH2F , {ptAxis, pidAxis }});
151+ histos.add (" QA_nSigma_kaon_TOF_AC" , " QA_nSigma_kaon_TOF_AC" , {HistType::kTH2F , {ptAxis, pidAxis }});
152+ histos.add (" QA_kaon_TPC_TOF_AC" , " QA_kaon_TPC_TOF_AC" , {HistType::kTH2F , {pidAxis, pidAxis }});
153153 }
154154
155155 // MC histos
156- histos.add (" hMC_USS" , " hMC_USS" , kTHnSparseF , {cfgCentAxis, PtAxis, MinvAxis });
157- histos.add (" hMC_LSS" , " hMC_LSS" , kTHnSparseF , {cfgCentAxis, PtAxis, MinvAxis });
158- histos.add (" hMC_USS_Mix" , " hMC_USS_Mix" , kTHnSparseF , {cfgCentAxis, PtAxis, MinvAxis });
159- histos.add (" hMC_LSS_Mix" , " hMC_LSS_Mix" , kTHnSparseF , {cfgCentAxis, PtAxis, MinvAxis });
160-
161- // histos.add("hMC_pt_Pion", "hMC_pt_Pion", kTH1F, {PtAxis });
162- // histos.add("hMC_pt_Kaon", "hMC_pt_Kaon", kTH1F, {PtAxis });
163- // histos.add("hMC_pt_Proton", "hMC_pt_Proton", kTH1F, {PtAxis });
156+ histos.add (" hMC_USS" , " hMC_USS" , kTHnSparseF , {cfgCentAxis, ptAxis, minvAxis });
157+ histos.add (" hMC_LSS" , " hMC_LSS" , kTHnSparseF , {cfgCentAxis, ptAxis, minvAxis });
158+ histos.add (" hMC_USS_Mix" , " hMC_USS_Mix" , kTHnSparseF , {cfgCentAxis, ptAxis, minvAxis });
159+ histos.add (" hMC_LSS_Mix" , " hMC_LSS_Mix" , kTHnSparseF , {cfgCentAxis, ptAxis, minvAxis });
160+
161+ // histos.add("hMC_pt_Pion", "hMC_pt_Pion", kTH1F, {ptAxis });
162+ // histos.add("hMC_pt_Kaon", "hMC_pt_Kaon", kTH1F, {ptAxis });
163+ // histos.add("hMC_pt_Proton", "hMC_pt_Proton", kTH1F, {ptAxis });
164164
165165 // Event Histograms
166166 histos.add (" nEvents_MC" , " nEvents_MC" , kTH1F , {{4 , 0.0 , 4.0 }});
0 commit comments