aboutsummaryrefslogtreecommitdiffstats
path: root/utils/enums.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/enums.py')
-rw-r--r--utils/enums.py27
1 files changed, 3 insertions, 24 deletions
diff --git a/utils/enums.py b/utils/enums.py
index bce3da2..45f164d 100644
--- a/utils/enums.py
+++ b/utils/enums.py
@@ -16,19 +16,6 @@ class DataType(Enum):
ASMIMOV = 3
-class FitCateg(Enum):
- HESESPL = 1
- HESEDPL = 2
- ZPSPL = 3
- ZPDPL = 4
- NUNUBAR2 = 5
-
-
-class FitFlagCateg(Enum):
- DEFAULT = 1
- XS = 2
-
-
class FitPriorsCateg(Enum):
DEFAULT = 1
XS = 2
@@ -49,10 +36,9 @@ class ParamTag(Enum):
NONE = 6
-class Priors(Enum):
- UNIFORM = 1
- LOGUNIFORM = 2
- JEFFREYS = 3
+class MCMCSeedType(Enum):
+ UNIFORM = 1
+ GAUSSIAN = 2
class SteeringCateg(Enum):
@@ -69,10 +55,3 @@ class SteeringCateg(Enum):
LONGLIFE = 10
DPL = 11
-class XSCateg(Enum):
- HALF = 1
- NOM = 2
- TWICE = 3
- TWICE01 = 4
- TWICE02 = 5
-