![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, iov, file_paths, output_dir) | |
run (self) | |
Public Attributes | |
iov = iov | |
interval of validity | |
file_paths = file_paths | |
path to files | |
output_dir = 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.
__init__ | ( | self, | |
iov, | |||
file_paths, | |||
output_dir ) |
Constructor
Definition at line 41 of file beast_tuple_producer.py.
run | ( | self | ) |
Run
Definition at line 51 of file beast_tuple_producer.py.
file_paths = file_paths |
path to files
Definition at line 47 of file beast_tuple_producer.py.
iov = iov |
interval of validity
Definition at line 45 of file beast_tuple_producer.py.
output_dir = output_dir |
output directory
Definition at line 49 of file beast_tuple_producer.py.