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

Public Member Functions

def __lt__ (self, other)
 
def __le__ (self, other)
 

Static Public Attributes

 Unknown
 
 MC16a
 
 MC16d
 
 MC16e
 
 MC20a
 
 MC20d
 
 MC20e
 
 MC21a
 
 MC23a
 
 MC23c
 
 MC23d
 
 MC23e
 
 MC23g
 
 PhaseII
 

Detailed Description

Definition at line 3 of file Tools/Campaigns/python/Utils.py.

Member Function Documentation

◆ __le__()

def python.Utils.Campaign.__le__ (   self,
  other 
)

Definition at line 24 of file Tools/Campaigns/python/Utils.py.

24  def __le__(self, other):
25  if not isinstance(other, Campaign):
26  return NotImplemented
27  return self.value <= other.value
28 
29 # Campaign run numbers (only latest campaigns that do not have metadata present)

◆ __lt__()

def python.Utils.Campaign.__lt__ (   self,
  other 
)

Definition at line 19 of file Tools/Campaigns/python/Utils.py.

19  def __lt__(self, other):
20  if not isinstance(other, Campaign):
21  return NotImplemented
22  return self.value < other.value
23 

Member Data Documentation

◆ MC16a

python.Utils.Campaign.MC16a
static

Definition at line 5 of file Tools/Campaigns/python/Utils.py.

◆ MC16d

python.Utils.Campaign.MC16d
static

Definition at line 6 of file Tools/Campaigns/python/Utils.py.

◆ MC16e

python.Utils.Campaign.MC16e
static

Definition at line 7 of file Tools/Campaigns/python/Utils.py.

◆ MC20a

python.Utils.Campaign.MC20a
static

Definition at line 8 of file Tools/Campaigns/python/Utils.py.

◆ MC20d

python.Utils.Campaign.MC20d
static

Definition at line 9 of file Tools/Campaigns/python/Utils.py.

◆ MC20e

python.Utils.Campaign.MC20e
static

Definition at line 10 of file Tools/Campaigns/python/Utils.py.

◆ MC21a

python.Utils.Campaign.MC21a
static

Definition at line 11 of file Tools/Campaigns/python/Utils.py.

◆ MC23a

python.Utils.Campaign.MC23a
static

Definition at line 12 of file Tools/Campaigns/python/Utils.py.

◆ MC23c

python.Utils.Campaign.MC23c
static

Definition at line 13 of file Tools/Campaigns/python/Utils.py.

◆ MC23d

python.Utils.Campaign.MC23d
static

Definition at line 14 of file Tools/Campaigns/python/Utils.py.

◆ MC23e

python.Utils.Campaign.MC23e
static

Definition at line 15 of file Tools/Campaigns/python/Utils.py.

◆ MC23g

python.Utils.Campaign.MC23g
static

Definition at line 16 of file Tools/Campaigns/python/Utils.py.

◆ PhaseII

python.Utils.Campaign.PhaseII
static

Definition at line 17 of file Tools/Campaigns/python/Utils.py.

◆ Unknown

python.Utils.Campaign.Unknown
static

Definition at line 4 of file Tools/Campaigns/python/Utils.py.


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