#!/usr/bin/python

#import Tools
import argparse

parser = argparse.ArgumentParser(description="This script steers the reading of DxAODs and their transformation into flat/non flat ntuples. It also can be used to produce validation plots")
args = parser.parse_args()

import Tools
