Main goal: Having a software tool to submit complicated (HEP) analysis workflows

Example of such a workflow:

  1. Reconstruction and/or Simulation of additional dataset samples
  2. Skimming of required datasets
  3. N-tuplization of the skimmed samples for further analysis
  4. Creation of additional quantities based on the n-tuples (including for example NN training)
  5. Histogramm production
  6. Statistical Inference & Plots

Essential & nice-to-have features for the workflow management:

Very suitable starting point for all this is luigi & that's why we are here :)