Definition at line 44 of file Enums.py.
◆ __eq__()
| python.Enums.FlagEnum.__eq__ |
( |
| self, |
|
|
| other ) |
|
inherited |
Definition at line 7 of file Enums.py.
7 def __eq__(self, other):
8 if not isinstance(other, self.__class__):
9 raise TypeError(f"Invalid comparison of {self.__class__} with {type(other)}")
10 return self is other
11
◆ __class__
| python.Enums.FlagEnum.__class__ |
|
privateinherited |
◆ __hash__
| python.Enums.FlagEnum.__hash__ = Enum.__hash__ |
|
staticprivateinherited |
◆ Default
| str python.Enums.ProductionStep.Default = 'Default' |
|
static |
◆ Derivation
| str python.Enums.ProductionStep.Derivation = 'Derivation' |
|
static |
◆ Digitization
| str python.Enums.ProductionStep.Digitization = 'Digitization' |
|
static |
◆ FastChain
| str python.Enums.ProductionStep.FastChain = 'FastChain' |
|
static |
◆ Generation
| str python.Enums.ProductionStep.Generation = 'Generation' |
|
static |
◆ MinbiasPreprocessing
| str python.Enums.ProductionStep.MinbiasPreprocessing = 'MinbiasPreprocessing' |
|
static |
◆ Overlay
| str python.Enums.ProductionStep.Overlay = 'Overlay' |
|
static |
◆ PileUpPresampling
| str python.Enums.ProductionStep.PileUpPresampling = 'PileUpPresampling' |
|
static |
◆ PileUpPretracking
| str python.Enums.ProductionStep.PileUpPretracking = 'PileUpPretracking' |
|
static |
◆ Reconstruction
| str python.Enums.ProductionStep.Reconstruction = 'Reconstruction' |
|
static |
◆ Simulation
| str python.Enums.ProductionStep.Simulation = 'Simulation' |
|
static |
The documentation for this class was generated from the following file: