@@ -240,9 +240,9 @@ struct UpcRhoAnalysis {
240240 rQC.add (" QC/tracks/trackSelections/hTpcNSigmaKa2D" , " ;TPC #it{n#sigma}(K)_{leading};TPC #it{n#sigma}(K)_{subleading};counts" , kTH2D , {nSigmaAxis, nSigmaAxis});
241241 // selection counter
242242 std::vector<std::string> trackSelectionCounterLabels = {" all tracks" , " PV contributor" , " ITS hit" , " ITS #it{N}_{cls}" , " itsClusterMap check" , " ITS #it{#chi}^{2}/#it{N}_{cls}" , " TPC hit" , " found TPC #it{N}_{cls}" , " TPC #it{#chi}^{2}/#it{N}_{cls}" , " TPC crossed rows" ,
243- " TPC crossed rows/#it{N}_{cls}" ,
244- " TOF requirement" ,
245- " #it{p}_{T}" , " #it{DCA}" , " #it{#eta}" , " exactly 2 tracks" , " PID" };
243+ " TPC crossed rows/#it{N}_{cls}" ,
244+ " TOF requirement" ,
245+ " #it{p}_{T}" , " #it{DCA}" , " #it{#eta}" , " exactly 2 tracks" , " PID" };
246246 rQC.add (" QC/tracks/hSelectionCounter" , " ;;tracks passing selections" , kTH1D , {{static_cast <int >(trackSelectionCounterLabels.size ()), -0.5 , static_cast <float >(trackSelectionCounterLabels.size ()) - 0.5 }});
247247 rQC.add (" QC/tracks/hSelectionCounterPerRun" , " ;;run number;tracks passing selections" , kTH2D , {{static_cast <int >(trackSelectionCounterLabels.size ()), -0.5 , static_cast <float >(trackSelectionCounterLabels.size ()) - 0.5 }, runNumberAxis});
248248 for (int i = 0 ; i < static_cast <int >(trackSelectionCounterLabels.size ()); ++i) {
@@ -292,7 +292,7 @@ struct UpcRhoAnalysis {
292292 rSystem.addClone (" system/selected/AnAn/" , " system/selected/Xn0n/" );
293293 rSystem.addClone (" system/selected/AnAn/" , " system/selected/0nXn/" );
294294 rSystem.addClone (" system/selected/AnAn/" , " system/selected/XnXn/" );
295-
295+
296296 if (context.mOptions .get <bool >(" processMCdata" )) {
297297 // MC
298298 // collisions
@@ -472,7 +472,7 @@ struct UpcRhoAnalysis {
472472 rQC.fill (HIST (" QC/collisions/hSelectionCounter" ), 5 );
473473 rQC.fill (HIST (" QC/collisions/hSelectionCounterPerRun" ), 5 , runIndex);
474474
475- if (std::abs (collision.posZ ()) > collisionsPosZMaxCut)
475+ if (std::abs (collision.posZ ()) > collisionsPosZMaxCut)
476476 return false ;
477477 rQC.fill (HIST (" QC/collisions/hSelectionCounter" ), 6 );
478478 rQC.fill (HIST (" QC/collisions/hSelectionCounterPerRun" ), 6 , runIndex);
0 commit comments