Belle II Software development
|
Public Member Functions | |
def | __init__ (self, iov, file_paths, output_dir) |
def | run (self) |
Public Attributes | |
iov | |
interval of validity | |
file_paths | |
path to files | |
output_dir | |
output directory | |
Main class to steer the production of ROOT tuples for beast
Definition at line 38 of file beast_tuple_producer.py.
def __init__ | ( | self, | |
iov, | |||
file_paths, | |||
output_dir | |||
) |
Constructor
Definition at line 41 of file beast_tuple_producer.py.
def run | ( | self | ) |
Run
Definition at line 51 of file beast_tuple_producer.py.
file_paths |
path to files
Definition at line 47 of file beast_tuple_producer.py.
iov |
interval of validity
Definition at line 45 of file beast_tuple_producer.py.
output_dir |
output directory
Definition at line 49 of file beast_tuple_producer.py.