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('--setPhysicsModelParameters')
     group.add_argument('--name', '-n', default='Test')
Beispiel #2
0
 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('--setPhysicsModelParameters')
     group.add_argument('--name', '-n', default='Test')
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help='Supports range strings for multiple masses, e.g. "120:130:5,140 will produce three combine calls with mass values of 120, 125, 130 and 140"')
     group.add_argument(
         '--points', help='For use with "-M MultiDimFit --algo grid" to split scan points into separate jobs')
     group.add_argument('--name', '-n', default='.Test',
                        help='Name used to label the combine output file, can be modified by other options')
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help='Supports range strings for multiple masses, e.g. "120:130:5,140 will produce three combine calls with mass values of 120, 125, 130 and 140"')
     group.add_argument(
         '--points', help='For use with "-M MultiDimFit --algo grid" to split scan points into separate jobs')
     group.add_argument(
         '--singlePoint', help='Supports range strings for multiple points to test, uses the same format as the --mass argument')
     group.add_argument(
         '--boundlist', help='Name of json-file which contains the ranges of physical parameters depending on the given mass and given physics model')
     group.add_argument('--name', '-n', default='.Test',
                        help='Name used to label the combine output file, can be modified by other options')
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help='Supports range strings for multiple masses, e.g. "120:130:5,140 will produce three combine calls with mass values of 120, 125, 130 and 140"')
     group.add_argument(
         '--points', help='For use with "-M MultiDimFit --algo grid" to split scan points into separate jobs')
     group.add_argument(
         '--singlePoint', help='Supports range strings for multiple points to test, uses the same format as the --mass argument')
     group.add_argument(
         '-s', '--seed', help='Supports range strings for multiple RNG seeds, uses the same format as the --mass argument')
     group.add_argument(
         '-d', '--datacard', nargs='*', default=[], help='Operate on multiple datacards')
     group.add_argument('--name', '-n', default='.Test',
                        help='Name used to label the combine output file, can be modified by other options')
     group.add_argument(
         '--setPhysicsModelParameterRanges', help='Some other options will modify or add to the list of parameter ranges')
Beispiel #6
0
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help='Supports range strings for multiple masses, e.g. "120:130:5,140 will produce three combine calls with mass values of 120, 125, 130 and 140"')
     group.add_argument(
         '--points', help='For use with "-M MultiDimFit --algo grid" to split scan points into separate jobs')
     group.add_argument(
         '--singlePoint', help='Supports range strings for multiple points to test, uses the same format as the --mass argument')
     group.add_argument(
         '-s', '--seed', help='Supports range strings for multiple RNG seeds, uses the same format as the --mass argument')
     group.add_argument(
         '-d', '--datacard', nargs='*', default=[], help='Operate on multiple datacards')
     group.add_argument('--name', '-n', default='.Test',
                        help='Name used to label the combine output file, can be modified by other options')
     group.add_argument(
         '--setPhysicsModelParameterRanges', help='Some other options will modify or add to the list of parameter ranges')
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument('--setPhysicsModelParameters', default=None)
     group.add_argument('--freezeNuisances', default=None)
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument('--name', '-n', default='Test')
     group.add_argument('-m', '--mass', required=True)
     group.add_argument('-d', '--datacard', required=True)
 def attach_intercept_args(self, group):
   CombineToolBase.attach_intercept_args(self, group)
   group.add_argument('--setPhysicsModelParameters', default=None)
   group.add_argument('--freezeNuisances', default=None)
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help="""
         The mass value to set in the text2workspace.py call""")
Beispiel #11
0
 def attach_intercept_args(self, group):
   CombineToolBase.attach_intercept_args(self, group)
Beispiel #12
0
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument(
         '-m', '--mass', help="""
         The mass value to set in the text2workspace.py call""")
 def attach_intercept_args(self, group):
   CombineToolBase.attach_intercept_args(self, group)
   group.add_argument('--name', '-n', default='Test')
   group.add_argument('-m', '--mass', required=True)
Beispiel #14
0
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)
     group.add_argument('--setParameters', default=None)
     group.add_argument('--freezeParameters', default=None)
Beispiel #15
0
 def attach_intercept_args(self, group):
     CombineToolBase.attach_intercept_args(self, group)