Skip to content
Snippets Groups Projects
Commit 20a3aca0 authored by Cedric Verstege's avatar Cedric Verstege
Browse files

Add docstring

parent 51f97d06
Branches
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ class MergeUncertainties(AnalysisTask):
@inherits(ExcaliburConfig)
class UnravelUncertainties(AnalysisTask):
"""Unravelled uncertainties, only used when plotting by bin-index"""
dataset = luigi.Parameter(default="data") # overwrite default from ExcaliburConfig
mc_dataset = luigi.EnumParameter(enum=DY_Sets, default=DY_Sets.DYJetsToLL_combined)
input_weight = luigi.Parameter(default="weight")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment