24 Class for Interface -> pidTOFbeta.cxx Task -> Configurable, Process Functions
27 object (parser_args() object): pidTOFbeta.cxx Interface
30 def __init__(self, parserTofPidBeta = argparse.ArgumentParser(add_help =
False)):
36 This function allows to add arguments for parser_args() function
40 groupTofPidbeta = self.
parserTofPidBeta.add_argument_group(title =
"Data processor options: tof-pid-beta")
41 groupTofPidbeta.add_argument(
42 "--tof-expreso", help =
"Expected resolution for the computation of the expected beta", action =
"store", type = str,
47 This function allows to save the obtained arguments to the parser_args() function
50 Namespace: returns parse_args()
def __init__(self, parserTofPidBeta=argparse.ArgumentParser(add_help=False))