Skip to content
Snippets Groups Projects
Commit 0a5a3aed authored by Chuxue Yang's avatar Chuxue Yang
Browse files

Update for bbgg test

parent 5dc96615
No related branches found
No related tags found
1 merge request!96Final fits integration
......@@ -50,7 +50,7 @@ class SignalFitsCommandTask(CommandTask):
description="category names",
)
year = luigi.Parameter(
default="2022preEE",
default="2022postEE",
significant=True,
description="year",
)
......@@ -60,7 +60,7 @@ class SignalFitsCommandTask(CommandTask):
description="output extension name",
)
analysis = luigi.Parameter(
default="tutorial",
default="bbgg_test",
significant=True,
description="relpacement map and XSBR map",
)
......@@ -147,7 +147,7 @@ class BackgroundFitsCommandTask(CommandTask):
description="category names",
)
year = luigi.Parameter(
default="2022preEE",
default="2022postEE",
significant=True,
description="year",
)
......@@ -189,7 +189,7 @@ class DatacardCreationCommandTask(CommandTask):
description="process names",
)
year = luigi.Parameter(
default="2022preEE",
default="2022postEE",
significant=True,
description="year",
)
......@@ -239,7 +239,7 @@ class DatacardCreationCommandTask(CommandTask):
description="output datacard name (prefix)",
)
analysis = luigi.Parameter(
default="tutorial",
default="bbgg_test",
significant=True,
description="relpacement map and XSBR map",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment