958 def __init__ (self) :
959 super (JvtWorkingPointSelectionConfig, self).__init__ ()
960 self.setBlockName('JvtWorkingPointSelectionConfig')
961 self.addOption ('containerName', '', type=str,
962 noneAction='error',
963 info="the name of the input container.")
964 self.addOption ('selectionName', '', type=str,
965 noneAction='error',
966 info="the name of the jet selection to define (e.g. `tight` or `loose`).")
967 self.addOption ('jvtWP', '', type=str,
968 noneAction='error',
969 info="the NNJvt WP to use. Supported WPs: `FixedEffPt`.")
970 self.addOption ('useSuffix', True, type=bool,
971 info="whether the working point name is to be used as suffix ."
972 "Not to be disabled if multiple working points are scheduled.")
973