Skip to content

Commit c7a3f5f

Browse files
committed
PWGCF:FIX RUN3-MC PROCESS FUNCTION_INCLUDE SOME QA PLOTS AND UPDATE TRACKS SELECTION
Signed-off-by: baasingh <balwansinghrana11@gmail.com>
1 parent 5cc126d commit c7a3f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGCF/EbyEFluctuations/Tasks/FactorialMomentsTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)