25 info="flags (list of strings) to use for jet cleaning.")
26# This is a vector<bool>, so parsing True/False is not handled
27# in AnalysisBase, but we can evade this with numerical values
28 self.addOption ('invertFlags', [0], type=list,
29 info="list of booleans determining whether to invert the cut of the "
30"above selectionFlags. In AnalysisBase, use 0/1 values instead.")
31 self.addOption ('GRLDict', {}, type=dict, info="a custom GRL dictionary with key some name and value a GRL file. Leaving it empty will use the recommended values.")
32 self.addOption ('GRLSuffixDict', {}, type=dict, info="a year-suffix dictionary to help with autoconfiguration of GRL selection, e.g. selecting 'BjetHLT'.")