Skip to content
Snippets Groups Projects

Fix the class definition of ZmmyHist

Open Jie Xiao requested to merge fix-class-defination-of-ZmmyHist into master
@@ -535,14 +535,16 @@ class ZmmyHist(HggBaseProcessor):
apply_trigger: bool = False,
output_location: Optional[str] = None,
taggers: Optional[List[Any]] = None,
trigger_group: str = ".*DoubleMuon.*",
analysis: str = "ZmmyHist",
skipCQR: bool = False,
skipJetVetoMap: bool = False,
year: Dict[str, List[str]] = None,
fiducialCuts: str = "classical",
doDeco: bool = False,
Smear_sigma_m: bool = False,
doFlow_corrections: bool = False,
output_format: str = "parquet",
trigger_group: str = ".*DoubleMuon.*",
analysis: str = "ZmmyHist",
) -> None:
super().__init__(
metaconditions,
@@ -558,6 +560,8 @@ class ZmmyHist(HggBaseProcessor):
year=year,
fiducialCuts=fiducialCuts,
doDeco=doDeco,
Smear_sigma_m=Smear_sigma_m,
doFlow_corrections=doFlow_corrections,
output_format=output_format,
)
self.analysis = "ZmmyHist"
@@ -1012,6 +1016,8 @@ class ZmmyZptHist(ZmmyHist):
year: Dict[str, List[str]] = None,
fiducialCuts: str = "classical",
doDeco: bool = False,
Smear_sigma_m: bool = False,
doFlow_corrections: bool = False,
output_format: str = "parquet",
) -> None:
super().__init__(
Loading