1106 def __init__ (self) :
1107 super (FJvtWorkingPointSelectionConfig, self).__init__ ()
1108 self.setBlockName('FJvtWorkingPointSelectionConfig')
1109 self.addOption ('containerName', '', type=str,
1110 noneAction='error',
1111 info="the name of the input container.")
1112 self.addOption ('selectionName', '', type=str,
1113 noneAction='error',
1114 info="the name of the jet selection to define (e.g. `tight` or `loose`).")
1115 self.addOption ('fjvtWP', '', type=str,
1116 noneAction='error',
1117 info="the fJvt WP to use. Supported WPs: `Loose`, `Tight`, `Tighter`.")
1118 self.addOption ('useSuffix', True, type=bool,
1119 info="whether the working point name is to be used as suffix ."
1120 "Not to be disabled if multiple working points are scheduled.")
1121