Skip to content

Commit

Permalink
Fix minor details in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Nov 28, 2023
1 parent ce5aa48 commit 7268200
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions buildmaster/LHCB_DY_7TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ def dump_commondata(kinematics: list, data: list, errors: list) -> None:


def main_filter() -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_DY_8TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@ def dump_commondata(kinematics: list, data: list, errors: list) -> None:


def main_filter() -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_WPWM_7TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,9 @@ def dump_commondata(kinematics: list, data: list, errors: list, nbpoints: int) -


def main_filter(boson: str = "Z") -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_WPWM_8TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def dump_commondata(


def main_filter(boson: str = "Z") -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
2 changes: 1 addition & 1 deletion buildmaster/LHCB_Z0_13TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def dump_commondata(kinematics: list, data: list, errors: list, state: str) -> N


def main_filter():
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_Z0_7TEV_DIELECTRON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,9 @@ def dump_commondata(kinematics: list, data: list, errors: list) -> None:


def main_filter():
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_Z0_7TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def dump_commondata(


def main_filter(boson: str = "Z") -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
2 changes: 1 addition & 1 deletion buildmaster/LHCB_Z0_8TEV_DIELECTRON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def dump_commondata(kinematics: list, data: list, errors: list) -> None:


def main_filter():
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are four main different sources of uncertainties.
Expand Down
4 changes: 2 additions & 2 deletions buildmaster/LHCB_Z0_8TEV_MUON/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ def dump_commondata(


def main_filter(boson: str = "Z") -> None:
"""Main driver of the LHCB_ZEE_8TEV filter that produces commmondata.
"""Main driver of the filter that produces commmondata.
There are three main different sources of uncertainties.
There are four main different sources of uncertainties.
1. Statistical uncertainties: ADD, UNCORR
Expand Down
2 changes: 1 addition & 1 deletion buildmaster/dataset_names.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ LHCBWZMU8TEV: LHCB_DY_8TEV_MUON_Y
LHCBWMU7TEV : LHCB_WPWM_7TEV_MUON_Y
LHCBWMU8TEV:
dataset: LHCB_WPWM_8TEV_MUON_Y
variant: Null
variant: Null

0 comments on commit 7268200

Please sign in to comment.