@@ -178,15 +178,15 @@ struct JFlucEfficiencyTask {
178178 registry.add (" hPtGenPos" , " Generated p_{T} (positive);p_{T} (GeV/c);Centrality (%);Counts" ,
179179 o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
180180 registry.add (" hPtGenPos_Pos" , " Generated p_{T} (positive) in TPC positive side;p_{T} (GeV/c);Centrality (%);Counts" ,
181- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
181+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
182182 registry.add (" hPtGenPos_Neg" , " Generated p_{T} (positive) in TPC negative side;p_{T} (GeV/c);Centrality (%);Counts" ,
183- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
183+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
184184 registry.add (" hPtGenNeg" , " Generated p_{T} (negative);p_{T} (GeV/c);Centrality (%);Counts" ,
185185 o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
186186 registry.add (" hPtGenNeg_Pos" , " Generated p_{T} (negative) in TPC positive side;p_{T} (GeV/c);Centrality (%);Counts" ,
187- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
187+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
188188 registry.add (" hPtGenNeg_Neg" , " Generated p_{T} (negative) in TPC negative side;p_{T} (GeV/c);Centrality (%);Counts" ,
189- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
189+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
190190 }
191191 registry.add (" hPtRec" , " Reconstructed p_{T} (all);p_{T} (GeV/c);Centrality (%);Counts" ,
192192 o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
@@ -195,15 +195,15 @@ struct JFlucEfficiencyTask {
195195 registry.add (" hPtRecPos" , " Reconstructed p_{T} (positive);p_{T} (GeV/c);Centrality (%);Counts" ,
196196 o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
197197 registry.add (" hPtRecPos_Pos" , " Reconstructed p_{T} (positive) in TPC positive side;p_{T} (GeV/c);Centrality (%);Counts" ,
198- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
198+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
199199 registry.add (" hPtRecPos_Neg" , " Reconstructed p_{T} (positive) in TPC negative side;p_{T} (GeV/c);Centrality (%);Counts" ,
200- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
200+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
201201 registry.add (" hPtRecNeg" , " Reconstructed p_{T} (negative);p_{T} (GeV/c);Centrality (%);Counts" ,
202202 o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
203203 registry.add (" hPtRecNeg_Pos" , " Reconstructed p_{T} (negative) in TPC positive side;p_{T} (GeV/c);Centrality (%);Counts" ,
204- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
204+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
205205 registry.add (" hPtRecNeg_Neg" , " Reconstructed p_{T} (negative) in TPC negative side;p_{T} (GeV/c);Centrality (%);Counts" ,
206- o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
206+ o2::framework::HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)});
207207 if (applyMCStudy) {
208208 registry.add (" hChargeSignMismatch" , " Charge-Sign mismatch cases" , {HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)}});
209209 registry.add (" hChargeSignMismatchPos" , " MC charge + but track sign -" , {HistType::kTH2F , {AxisSpec (axisPt), AxisSpec (axisMultiplicity)}});
@@ -456,7 +456,7 @@ struct JFlucEfficiencyTask {
456456 // Check charge-sign consistency
457457 auto mcCharge = getCharge (mcPart);
458458 auto trackSign = track.sign ();
459-
459+
460460 if (mcCharge > 0 && trackSign > 0 ) {
461461 // MC charge + and track sign +
462462 registry.fill (HIST (" hChargeSignMatchPos" ), track.pt (), centrality);
0 commit comments