@@ -107,7 +107,6 @@ struct lambdaspincorrderived {
107107 Configurable<float > phiMix{" phiMix" , 0.1 , " Phi cut on event mixing" };
108108 Configurable<float > massMix{" massMix" , 0.0028 , " Masscut on event mixing" };
109109
110- // --- Pair-space axes (add near your other ConfigurableAxis)
111110 ConfigurableAxis ax_dphi_h{" ax_dphi_h" , {72 , 0.0 , 2.0 * TMath::Pi ()}, " Δφ_h" };
112111 ConfigurableAxis ax_deta{" ax_deta" , {32 , -1.6 , 1.6 }, " Δη" };
113112 ConfigurableAxis ax_ptpair{" ax_ptpair" , {100 , 0.0 , 10.0 }, " p_{T,pair} (GeV/c)" };
@@ -133,7 +132,6 @@ struct lambdaspincorrderived {
133132 histos.add (" etaCent" , " etaCent" , HistType::kTH2D , {{32 , -0.8 , 0.8 }, {8 , 0.0 , 80.0 }}, true );
134133
135134 // --- 3D SE/ME pair-space maps per category (LL, LAL, ALL, ALAL)
136- // SE = same-event (unit weight), ME = mixed-event (uses your mixing+CCDB weight)
137135 histos.add (" SE_LL" , " SE pairs LL;Δφ_h;Δη;p_{T,pair}" , HistType::kTH3D , {ax_dphi_h, ax_deta, ax_ptpair}, true );
138136 histos.add (" SE_LAL" , " SE pairs LAL;Δφ_h;Δη;p_{T,pair}" , HistType::kTH3D , {ax_dphi_h, ax_deta, ax_ptpair}, true );
139137 histos.add (" SE_ALL" , " SE pairs ALL;Δφ_h;Δη;p_{T,pair}" , HistType::kTH3D , {ax_dphi_h, ax_deta, ax_ptpair}, true );
0 commit comments