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
When evaluating pT extrapolation, the generated counts were bin double-counted. This correction properly deals with this issue and also displays the count of tracks for debugging
Copy file name to clipboardExpand all lines: PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx
+18-3Lines changed: 18 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ struct StudyPnch {
113
113
Configurable<float> maxPhi{"maxPhi", 6.283185f, "Maximum phi value for track selection"};
114
114
Configurable<bool> isPtincrease{"isPtincrease", false, "Varies low pT particles by a conservative amount of +100%"};
115
115
Configurable<bool> isPtdecrease{"isPtdecrease", false, "Varies low pT particles by a conservative amount of -50%"};
116
+
Configurable<bool> cPrint{"cPrint", false, "Enable printing information for debugging"};
116
117
Configurable<bool> isApplyStrangenessSysUncert{"isApplyStrangenessSysUncert", false, "Enable the evaluation of systematics due to strange particle contribution"};
0 commit comments