Job to count number of events in LCIO file. More...
Go to the source code of this file.
Namespaces | |
lcio_count_job | |
Variables | |
description | |
output_files = sorted(job.output_files.keys()) | |
nevents = job.params['nevents'] | |
count = LCIOCount(minevents=nevents, inputs=output_files) | |
Job to count number of events in LCIO file.
Definition in file lcio_count_job.py.