Semi-Leptonic and Missing Energy Modes#

class fei_compare(base_path: str, exp: int | None = None, run_type: str | None = None, processing_id: str | None = None, run_range: Tuple[int, int] | None = None, dataset_key: str | None = None, offline_run: bool | None = False)[source]#

Bases: ValidationModeBaseClass

name: str | None = 'fei_compare'#
get_skim_attributes()[source]#
  • Skim Types: feiSL, feiHadronic

  • Globaltag: analysis_tools_light-2305-korat

  • Skim to Analysis Pipeline: True

create_basf2_path(treename: str)[source]#

Create the basf2 path for the validation of this mode. Consult the source for specifics on the validation steering.

property analysis_validation_histograms: List[Histogram]#

The histograms defined for this mode are listed below.:

  • cosThetaBY_allVSrank1

    • Label: \(cos\theta_{BY}\)

    • Range: (-5, 5)

    • Unit: ``

    • Components:

      • all ranks

      • rank1 B’s

        cut: sigProbRank==1

  • Mbc

    • Label: \(Mbc\)

    • Range: (5, 5.3)

    • Unit: \(GeV/c^2\)

    • Components:

      • Mbc

  • dmID

    • Label: \(dmID\)

    • Range: (0, 30)

    • Unit: ``

    • Components:

      • dmID

  • foxWolframR2

    • Label: \(foxWolframR2\)

    • Range: (0, 1)

    • Unit: ``

    • Components:

      • foxWolframR2

get_number_of_signal_for_efficiency(df: DataFrame) float[source]#