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