Skip to content

Commit

Permalink
Merge pull request #304 from cms-analysis/update-impact-docs
Browse files Browse the repository at this point in the history
Add help message for --redefineSignalPOIs in impacts
  • Loading branch information
ajgilbert authored Jul 24, 2023
2 parents f0e0c53 + 175890b commit f8dbbb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CombineTools/python/combine/Impacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ def attach_intercept_args(self, group):
CombineToolBase.attach_intercept_args(self, group)
group.add_argument('-m', '--mass', required=True)
group.add_argument('-d', '--datacard', required=True)
group.add_argument('--redefineSignalPOIs')
group.add_argument('--redefineSignalPOIs', help="""This option will be
forwarded to combine, and accepts arguments in the same X,Y,Z format.
For models with multiple POIs, the impacts will be calculated for all
of them at the same time. It is important to specify the POI list with this
option, which must be included in the --doInitialFit, --doFits and
--output stages. Note the ordering of POIs in the list must also be
identical in each step.""")
group.add_argument('--setPhysicsModelParameters')
group.add_argument('--setParameters')
group.add_argument('--name', '-n', default='Test')
Expand Down

0 comments on commit f8dbbb2

Please sign in to comment.