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
Configurable<double> ptCandMin{"ptCandMin", 0., "Lower bound of candidate pT"};
45
45
Configurable<double> ptCandMax{"ptCandMax", 36., "Upper bound of candidate pT"};
46
46
Configurable<bool> usePid{"usePid", true, "Bool to use or not the PID at filtering level"};
47
+
// Combined PID options
48
+
Configurable<bool> usePidTpcAndTof{"usePidTpcAndTof", false, "Bool to decide how to combine TPC and TOF PID: true = both (if present, only one otherwise); false = one is enough"};
47
49
// TPC PID
48
50
Configurable<double> ptPidTpcMin{"ptPidTpcMin", 0.15, "Lower bound of track pT for TPC PID"};
49
51
Configurable<double> ptPidTpcMax{"ptPidTpcMax", 20., "Upper bound of track pT for TPC PID"};
0 commit comments