File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1238,8 +1238,8 @@ def create_trial_data_file( # noqa: C901
1238
1238
ppbar = None ,
1239
1239
tl = None ):
1240
1240
"""Creates and fills a trial data file with `n_trials` generated trials for
1241
- each mean number of injected signal events from `ns_min` up to `ns_max ` for
1242
- a given analysis.
1241
+ each mean number of injected signal events specified by `mean_n_sig ` for a
1242
+ given analysis.
1243
1243
1244
1244
Parameters
1245
1245
----------
@@ -1419,7 +1419,8 @@ def extend_trial_data_file(
1419
1419
pathfilename = None ,
1420
1420
** kwargs ):
1421
1421
"""Appends to the trial data file `n_trials` generated trials for each
1422
- mean number of injected signal events up to `ns_max` for a given analysis.
1422
+ mean number of injected signal events specified by `mean_n_sig` for a
1423
+ given analysis.
1423
1424
1424
1425
Parameters
1425
1426
----------
You can’t perform that action at this time.
0 commit comments