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