ATLAS Offline Software
Loading...
Searching...
No Matches
python.Utils.Campaign Class Reference
Inheritance diagram for python.Utils.Campaign:
Collaboration diagram for python.Utils.Campaign:

Public Member Functions

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

Static Public Attributes

str Unknown = ''
str MC16a = 'mc16a'
str MC16d = 'mc16d'
str MC16e = 'mc16e'
str MC20a = 'mc20a'
str MC20d = 'mc20d'
str MC20e = 'mc20e'
str MC21a = 'mc21a'
str MC23a = 'mc23a'
str MC23c = 'mc23c'
str MC23d = 'mc23d'
str MC23e = 'mc23e'
str MC23g = 'mc23g'
str PhaseII = 'phaseII'

Detailed Description

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

Member Function Documentation

◆ __le__()

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__()

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

str python.Utils.Campaign.MC16a = 'mc16a'
static

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

◆ MC16d

str python.Utils.Campaign.MC16d = 'mc16d'
static

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

◆ MC16e

str python.Utils.Campaign.MC16e = 'mc16e'
static

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

◆ MC20a

str python.Utils.Campaign.MC20a = 'mc20a'
static

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

◆ MC20d

str python.Utils.Campaign.MC20d = 'mc20d'
static

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

◆ MC20e

str python.Utils.Campaign.MC20e = 'mc20e'
static

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

◆ MC21a

str python.Utils.Campaign.MC21a = 'mc21a'
static

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

◆ MC23a

str python.Utils.Campaign.MC23a = 'mc23a'
static

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

◆ MC23c

str python.Utils.Campaign.MC23c = 'mc23c'
static

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

◆ MC23d

str python.Utils.Campaign.MC23d = 'mc23d'
static

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

◆ MC23e

str python.Utils.Campaign.MC23e = 'mc23e'
static

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

◆ MC23g

str python.Utils.Campaign.MC23g = 'mc23g'
static

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

◆ PhaseII

str python.Utils.Campaign.PhaseII = 'phaseII'
static

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

◆ Unknown

str 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: