DetectorDefinition Class

Class representing detector definition.

Constructor

DetectorDefinition(*args: Any, **kwargs: Any)

Variables

Name Description
display_name
str

Display name of the detector.

description
str

Description of the detector.

rank

Detector Rank.

is_enabled

Flag representing whether detector is enabled or not.

Attributes

description

Description of the detector.

description: str | None

display_name

Display name of the detector.

display_name: str | None

is_enabled

Flag representing whether detector is enabled or not.

is_enabled: bool | None

rank

Detector Rank.

rank: float | None