PID Modes#

class MuonIDValidationMode[source]#

Bases: ValidationModeBaseClass

name: str | None = 'MuonIDValidationMode'#
property plotting_strategies#
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: List[Histogram]#

The histograms defined for this mode are listed below.:

  • phi_mup

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

  • phi_mum

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

  • phi_mup_forwardKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

        cut: mup_thetaInKLMAcceptance == 1

  • phi_mum_forwardKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

        cut: mum_thetaInKLMAcceptance == 1

  • phi_mup_forwardKLMoverlap

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

        cut: mup_thetaInKLMAcceptance == 2

  • phi_mum_forwardKLMoverlap

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

        cut: mum_thetaInKLMAcceptance == 2

  • phi_mup_barrelKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

        cut: mup_thetaInKLMAcceptance == 3

  • phi_mum_barrelKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

        cut: mum_thetaInKLMAcceptance == 3

  • phi_mup_backwardKLMoverlap

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

        cut: mup_thetaInKLMAcceptance == 4

  • phi_mum_backwardKLMoverlap

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

        cut: mum_thetaInKLMAcceptance == 4

  • phi_mup_backwardKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^+$

        cut: mup_thetaInKLMAcceptance == 5

  • phi_mum_backwardKLM

    • Label: \(\phi\)

    • Range: (-3.141592653589793, 3.141592653589793)

    • Unit: \(rad\)

    • Components:

      • $mu^-$

        cut: mum_thetaInKLMAcceptance == 5

property analysis_validation_histograms_2d: List[Histogram2D]#