xpipeline.postprocess.xcuts.apply_alpha_cuts_to_trial(triggers, triggers_from_this_trial, alphaArrayPlus, alphaArrayCross, alphaArrayNull, alphaCutsPlus, alphaCutsCross, alphaCutsNull, detection_statistic_column_name, applying_to_injections, loudestBackgroundAlpha=None)[source]
xpipeline.postprocess.xcuts.apply_ratio_cuts_this_trial(triggers, triggers_from_this_trial, typeOfCutPlus, ratioArrayPlus, ratioArrayCross, ratioArrayNull, ratioCutsPlus_repeated, ratioCutsCross_repeated, ratioCutsNull_repeated, ratioCutsPlus, ratioCutsCross, ratioCutsNull, detection_statistic_column_name, applying_to_injections, loudestBackgroundRatioJob=None)[source]
xpipeline.postprocess.xcuts.prep_triggers_for_alpha_cuts(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange2, vetoCrossRange2, vetoNullRange2, typeOfCutPlus, typeOfCutCross)[source]
xpipeline.postprocess.xcuts.prep_triggers_for_ratio(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange, vetoCrossRange, vetoNullRange, typeOfCutPlus, typeOfCutCross)[source]
xpipeline.postprocess.xcuts.xapplyalphacuts(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange, vetoCrossRange, vetoNullRange, vetoPlusRange2, vetoCrossRange2, vetoNullRange2, FAR, typeOfCutPlus, typeOfCutCross, detection_statistic_column_name)[source]
xpipeline.postprocess.xcuts.xapplyalphacutsinjection(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange, vetoCrossRange, vetoNullRange, vetoPlusRange2, vetoCrossRange2, vetoNullRange2, loudestBackgroundAlpha, typeOfCutPlus, typeOfCutCross, detection_statistic_column_name)[source]
xpipeline.postprocess.xcuts.xapplyratiocuts(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange, vetoCrossRange, vetoNullRange, FAR_Tuning, typeOfCutPlus, typeOfCutCross, detection_statistic_column_name)[source]
xpipeline.postprocess.xcuts.xapplyratiocutsinjections(triggers, ePlusIndex, eCrossIndex, eNullIndex, iPlusIndex, iCrossIndex, iNullIndex, vetoPlusRange, vetoCrossRange, vetoNullRange, loudestBackgroundRatioJob, typeOfCutPlus, typeOfCutCross, detection_statistic_column_name)[source]