ATLAS Offline Software
Loading...
Searching...
No Matches
python.EI_Lib Namespace Reference

Classes

class  IOV

Functions

 cmp (x, y)

Detailed Description

EI classes

Function Documentation

◆ cmp()

python.EI_Lib.cmp ( x,
y )

Definition at line 6 of file EI_Lib.py.

6def cmp(x, y):
7 return (x > y) - (x < y)
8
9