Example Modes#

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

Bases: ValidationModeBaseClass

name: str | None = 'TrackEff'#
create_basf2_path()[source]#

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

property analysis_validation_histograms#

The histograms defined for this mode are listed below.:

  • mcP

    • Label: \(p_{MC}\)

    • Range: (0, 5)

    • Unit: \(GeV/c\)

    • Components:

      • All

property particle_list_vars_for_efficiency#