Welcome Instructions Tutorial

Instructions

In order to train the generator to produce events, you need to provide data set. The framework currently supports csv, json, and root file formats. You can also pass in your preformatted dataframe.

Format of input data files?

There are certain rules that these different datafiles need to follow.

root file

If you are using root file, it should contain root tree(s). If it contains more than one root tree, you need to provide the name of the headNode that contains the dataset of interest. This should be a single level root tree with leaf nodes following above described constraints.

To learn how to use this toolkit, please visit Tutorial page.