You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGLF/Tasks/QC/mcParticlePrediction.cxx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,7 @@ struct mcParticlePrediction {
180
180
"Estimators enabled"};
181
181
Configurable<bool> selectInelGt0{"selectInelGt0", true, "Select only inelastic events"};
182
182
Configurable<bool> selectPrimaries{"selectPrimaries", true, "Select only primary particles"};
183
+
Configurable<float> rapidityCut{"rapidityCut", 0.5, "Select only particles within |y| < cut"};
183
184
Configurable<bool> requireCoincidenceEstimators{"requireCoincidenceEstimators", false, "Asks for a coincidence when two estimators are used"};
184
185
Configurable<bool> discardkIsGoodZvtxFT0vsPV{"discardkIsGoodZvtxFT0vsPV", false, "Select only collisions with matching BC and MC BC"};
185
186
Configurable<bool> discardMismatchedBCs{"discardMismatchedBCs", false, "Select only collisions with matching BC and MC BC"};
@@ -194,7 +195,6 @@ struct mcParticlePrediction {
194
195
Configurable<bool> enableVsEta05Histograms{"enableVsEta05Histograms", true, "Enables the correlation between ETA05 and other estimators"};
195
196
Configurable<bool> enableVsEta08Histograms{"enableVsEta08Histograms", true, "Enables the correlation between ETA08 and other estimators"};
196
197
Configurable<bool> enableVsImpactParameterHistograms{"enableVsImpactParameterHistograms", true, "Enables the correlation between impact parameter and other estimators"};
0 commit comments