ATLAS Offline Software
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
python.Enums.HIMode Class Reference
Inheritance diagram for python.Enums.HIMode:
Collaboration diagram for python.Enums.HIMode:

Public Member Functions

def __eq__ (self, other)
 

Static Public Attributes

 pp
 
 HI
 
 HIP
 
 UPC
 

Static Private Attributes

 __hash__
 

Detailed Description

Definition at line 111 of file Enums.py.

Member Function Documentation

◆ __eq__()

def 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 

Member Data Documentation

◆ __hash__

python.Enums.FlagEnum.__hash__
staticprivateinherited

Definition at line 12 of file Enums.py.

◆ HI

python.Enums.HIMode.HI
static

Definition at line 113 of file Enums.py.

◆ HIP

python.Enums.HIMode.HIP
static

Definition at line 114 of file Enums.py.

◆ pp

python.Enums.HIMode.pp
static

Definition at line 112 of file Enums.py.

◆ UPC

python.Enums.HIMode.UPC
static

Definition at line 115 of file Enums.py.


The documentation for this class was generated from the following file: