Skip to content

add hybrid sample creation and merging capabilities to preprocessing script

Philipp Gadow requested to merge add_scripts into master

This MR adds two possible steps to the preprocessing script:

  1. hybrid sample preparation
  2. sample merging

For the user, two additions to the interface are introduced:

First, the preprocessing.py script now features two additional actions, --prepare and --merge. These (respectively)

  • run the hybrid sample input file preparation, which was previously done using the training dataset dumper, and
  • run the sample merging, which was previously done using the hdf5_manipulator scripts.

Secondly, the preprocessing config file gets a new keyword preparation, which hosts the information about the MC sample ntuple location (for both ttbar and Z' datasets) and the settings for the individual hybrid sample properties.

Additionally, the documentation is being updated.

Closes #6 (closed)

Edited by Philipp Gadow

Merge request reports