File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PWGCF/EbyEFluctuations/Tasks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ struct FactorialMomentsTask {
535535 }
536536 double charge = pdgInfo->Charge ();
537537 double physCharge = charge / 3.0 ;
538- if (mc.isPhysicalPrimary () && std::abs (mc.eta ()) < 0.8 && std::abs (physCharge) >= kMinCharge ) {
538+ if (mc.isPhysicalPrimary () && std::abs (mc.eta ()) < centralEta && std::abs (physCharge) >= kMinCharge ) {
539539 histos.fill (HIST (" mEta" ), mc.eta ());
540540 histos.fill (HIST (" mPt" ), mc.pt ());
541541 histos.fill (HIST (" mPhi" ), mc.phi ());
@@ -601,7 +601,7 @@ struct FactorialMomentsTask {
601601 checkpT (track);
602602 }
603603 for (int iPt = 0 ; iPt < numPt; ++iPt) {
604- if (countTracks[iPt] < 3705 ) {
604+ if (countTracks[iPt] < 0 ) {
605605 mHistArrQA [iPt * 4 + 3 ]->Fill (countTracks[iPt]);
606606 }
607607 }
You can’t perform that action at this time.
0 commit comments